Commit Graph

27640 Commits

Author SHA1 Message Date
edizor
d6a175cb97 Update README.md
[skip ci]
2023-06-15 22:39:06 +08:00
edizor
346144af0b Update README.md
[skip ci]
2023-06-15 22:32:42 +08:00
edizor
d0e1d3f9b4 Update README.md
[skip ci]
2023-06-15 22:27:05 +08:00
edizor
6fb99c19b2 Update README.md
[skip ci]
2023-06-15 22:23:23 +08:00
edizor
f5c5d37a16 Update README.md
[skip ci]
2023-06-15 22:15:04 +08:00
edizor
af78688c85 Update README.md
[skip ci]
2023-06-15 22:09:26 +08:00
edizor
1e8eebb821 Update README.md
[skip ci]
2023-06-15 22:06:30 +08:00
edizor
1f018f6d0c Update README.md
[skip ci]
2023-06-15 22:01:03 +08:00
edizor
6d62b71434 Update README.md
[skip ci]
2023-06-15 21:57:03 +08:00
Loredana Crusoveanu
89c8cda3f9 Merge pull request #14159 from dkapil/task/JAVA-13721_2
JAVA-13721 Removed mockmaker file, not needed with mockito v5+
2023-06-15 11:26:00 +03:00
Balamurugan
cb7dec7ddd BAEL-6086: removed unnecessary dependency(probably conflict which fails test) (#14235)
* BAEL-6086: Added code for webflux default and custom exception along with Unit Tests

* BAEL-6086: added missing import

* BAEL-6086: reformatting

* BAEL-6086: reformatted code

* BAEL-6086: removed unnecessary dependency(probably conflict which fails test)

---------

Co-authored-by: balasr3 <balamurugan.radhakrishnan@imgarena.com>
2023-06-15 11:28:50 +05:30
Bipin kumar
094d4e7bd2 Java 19673 01 (#14224)
* JAVA-19673_01: Changes made for upgraing image-processing module to jdk-17

* JAVA-19673_01: Changes made for upgraing image-processing module to jdk-17
2023-06-15 11:04:30 +05:30
Gaetano Piazzolla
16894b7986 JAVA-22180 | fixed test with simple annotations. (#14225) 2023-06-15 09:39:55 +05:30
davidmartinezbarua
167d296c8c Merge pull request #14183 from thibaultfaure/article/BAEL-6587
BAEL-6587 Code for the Mockito Exception article
2023-06-14 11:24:23 -03:00
Kai Yuan
8e3eabccab [str-all-upper] Check if a String is All Uppercase or Lowercase in Java (#14227) 2023-06-13 22:40:37 -05:00
Ulisses Lima
f6770bbc4d BAEL-6046 MongoDB - Field Level Encryption (#14229)
* bael-6046 - first draft

* review 1

* review 2

* null checks and lambda

* review 3

* removing converter

* debug

* auto encryption config

* createKeyUniqueIndex() and updated dependencies.

* Review 5.
2023-06-13 13:41:20 +02:00
Mo Helmy
4db74d0ea7 Convert List to JSON (#14226)
Hello there, 
The code provides a test class for a Java list to JSON conversion.
Regards,
Mohamed.
2023-06-12 13:10:24 -07:00
Forb Yuan
1abf01689d BAEL-4860: Java IllegalStateException: "getInputStream() has already been called for this request" (#14121)
* [BAEL-6203] Deserialize Generic Type with Jackson

* BAEL-4860: Java IllegalStateException: "getInputStream() has already been called for this request"

* BAEL-4860: Move code to new module spring-web-module/spring-mvc-java-3.

* BAEL-4860: update pom

* BAEL-4860: make the test methods public
2023-06-12 09:19:15 +05:30
Michael Olayemi
c9f751beed Performance and Memory Allocation Comparison Between List and Set (#14124)
* Performance and Memory Allocation Comparison Between List and Set in Java

* Performance and Memory Allocation Comparison Between List and Set in Java

* Performance and Memory Allocation Comparison Between List and Set in Java

* Performance and Memory Allocation Comparison Between List and Set in Java
2023-06-12 08:26:58 +05:30
Loredana Crusoveanu
d4a0ed5f1e Merge pull request #14216 from collaboratewithakash/master
backlink updated
2023-06-11 15:33:45 +03:00
Dhawal Kapil
57a308167a Update pom.xml (#14222) 2023-06-11 15:11:07 +05:30
anuragkumawat
80933e5399 JAVA-21454 Upgrade spring-boot-libraries-2 to use SpringDoc in place of SpringFox (#14214) 2023-06-11 13:26:10 +05:30
anuragkumawat
cfed66d3a7 JAVA-21455 Move SpringFox code out of spring-boot-mvc to spring-boot-mvc-legacy (#14212) 2023-06-11 13:17:27 +05:30
Saikat Chakraborty
41d1bc0e7d Fix the integration tests which failed due to defined port (#14215) 2023-06-11 13:15:27 +05:30
panos-kakos
27ec87baec Java 20625 (#14213)
* [JAVA-20625] Opened packages + disabled karate integration until upgrade

* [JAVA-20625] Formatting
2023-06-11 13:13:39 +05:30
Dhawal Kapil
849035a0d1 JAVA-8924 Cleanup for spliterator article (#14221) 2023-06-11 13:09:16 +05:30
Bipin kumar
fb4362b89b JAVA-8924: changes made for adding example of trySplit() with spiterator (#14218) 2023-06-11 12:46:11 +05:30
ACHRAF TAITAI
2919e22ddb replace the securityContext (#14202) 2023-06-10 18:47:47 +02:00
Dhawal Kapil
b3210b23d1 JAVA-8924 Fixed spliterator packages and formatting (#14211) 2023-06-10 12:42:38 +05:30
Bipin kumar
18f6a4c48a JAVA-8924: changes made for adding example of tryAdvance with spiterator (#14208)
* JAVA-8924: changes made for adding example of tryAdvance with spiterator

* JAVA-8924: changes made for adding example of tryAdvance with spiterator
2023-06-10 12:02:46 +05:30
Kasra Madadipouya
7203820adf JAVA-22075 move Blaze persistence module to Spring Boot parent two (#14196)
* JAVA-22075 move Blaze persistence module to Spring Boot parent two

* JAVA-22075 remove unnecessary TestContextConfig file
2023-06-10 11:55:24 +05:30
Kasra Madadipouya
196f83572b JAVA-18184 upgrade spring-bom module to work with JDK 11 and 17 (#14209) 2023-06-10 11:47:41 +05:30
Kai Yuan
fe722f47ee [sort-dt-str] Sort Date Strings in Java (#14188) 2023-06-09 23:00:04 -05:00
Bipin kumar
efa97a1c3a JAVA-21843: Changes made for adding jee-7 module to jdk-9-above profile (#14205) 2023-06-09 23:39:49 +05:30
Kasra Madadipouya
21fc31d866 JAVA-20632 move checker-framework module to JDK 11 (#14203) 2023-06-09 22:59:29 +05:30
davidmartinezbarua
3ba04890b9 Merge pull request #14182 from sam-gardner/BAEL-6312-Json-merge-Jackson-annotation
BAEL-6312 Add example code for @JsonMerge Jackson annotation
2023-06-09 13:58:22 -03:00
davidmartinezbarua
bdb4fd5d31 Merge pull request #14170 from thibaultfaure/article/BAEL-6595
BAEL-6595 code for the How Many Days Are There in a Particular Month …
2023-06-09 13:39:42 -03:00
Loredana Crusoveanu
1f06f9d2d4 Merge pull request #14206 from edizor/master
Update README.md
2023-06-09 17:29:41 +03:00
Loredana Crusoveanu
f3811093b1 Merge pull request #14199 from eugenp/remove-module
remove duplicate code
2023-06-09 17:24:48 +03:00
edizor
8608e71adb Update README.md
[skip ci]
2023-06-09 22:09:21 +08:00
davidmartinezbarua
98093c788a Merge pull request #14055 from thibaultfaure/feature/BAEL-6438-move-article-to-new-submodule
Create new module core-java-string-operations-6
2023-06-09 09:57:25 -03:00
Sam Gardner
7283845475 BAEL-6312 Update @JsonMerge annotation test to update language instead of name 2023-06-09 13:56:22 +01:00
collaboratewithakash
584177a41d backlinks removed 2023-06-09 15:37:20 +05:30
collaboratewithakash
920c17a22c backlink added 2023-06-09 15:36:17 +05:30
collaboratewithakash
a8a07bc583 backlinks removed 2023-06-09 15:29:11 +05:30
collaboratewithakash
7630c82f0b backlinks removed 2023-06-09 14:58:22 +05:30
collaboratewithakash
4325744a5c backlinks removed 2023-06-09 14:52:04 +05:30
collaboratewithakash
b7d2a1cd3d backlinks removed 2023-06-09 14:49:18 +05:30
collaboratewithakash
7897a9fb1a backlink updated 2023-06-09 14:47:17 +05:30
collaboratewithakash
0973e26a53 backlink updated 2023-06-09 14:39:30 +05:30