Commit Graph

12021 Commits

Author SHA1 Message Date
n 19039a3d2e Revert "JAVA-20167 Additional changes for test MovieRepositoryIntegrationTest"
This reverts commit 2a4950a9d7.
2023-06-15 20:37:20 +03:00
Ana Peterlić dc80d66ef0 BAEL-6432 - Asserting Equality on Two Classes without an Equals Method (#14193) 2023-06-15 21:13:10 +05:30
edizor 57a59c457a Update README.md
[skip ci]
2023-06-15 23:14:25 +08:00
edizor 7bf3991066 Update README.md
[skip ci]
2023-06-15 23:04:52 +08:00
edizor feb26e3bb0 Update README.md
[skip ci]
2023-06-15 22:59:15 +08:00
edizor d75e74270c Update README.md
[skip ci]
2023-06-15 22:44:37 +08:00
edizor 058dccb88f Update README.md
[skip ci]
2023-06-15 22:39:06 +08:00
edizor cf0b7af0c1 Update README.md
[skip ci]
2023-06-15 22:32:42 +08:00
edizor 314b39e97a Update README.md
[skip ci]
2023-06-15 22:27:05 +08:00
edizor e8b2cccd4f Update README.md
[skip ci]
2023-06-15 22:23:23 +08:00
edizor 553b496565 Update README.md
[skip ci]
2023-06-15 22:15:04 +08:00
edizor c75bfdaf29 Update README.md
[skip ci]
2023-06-15 22:09:26 +08:00
edizor bc279c62a4 Update README.md
[skip ci]
2023-06-15 22:06:30 +08:00
edizor cefb2e7ad8 Update README.md
[skip ci]
2023-06-15 22:01:03 +08:00
edizor 0e52c2fbff Update README.md
[skip ci]
2023-06-15 21:57:03 +08:00
Loredana Crusoveanu 521847c5ad 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 d72d41c3b7 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 b249bedad7 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 4c825d6311 JAVA-22180 | fixed test with simple annotations. (#14225) 2023-06-15 09:39:55 +05:30
timis1 4000ff6ce9 Merge branch 'eugenp:master' into JAVA-20167_1 2023-06-15 00:43:18 +03:00
davidmartinezbarua 38924fb9bc 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
thibault.faure 3a078d7c9c BAEL-5977 Code for the Throw Exception for Unexpected Input for Enum with Mapstruct article 2023-06-14 11:58:03 +02:00
Kai Yuan 880803be21 [str-all-upper] Check if a String is All Uppercase or Lowercase in Java (#14227) 2023-06-13 22:40:37 -05:00
timis1 2a4950a9d7 JAVA-20167 Additional changes for test MovieRepositoryIntegrationTest 2023-06-13 20:40:51 +03:00
Ulisses Lima 17f65411bd 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
timis1 b50712ae42 JAVA-20167 Changes in MovieRepositoryIntegrationTest 2023-06-13 00:42:45 +03:00
Mo Helmy e91d7301bd 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
alexandru.borza 229a616c05 fix intendation 2023-06-12 23:05:26 +03:00
Forb Yuan 643f99281f 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 680ddfef9c 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
timis1 2fd4c39a21 JAVA-20167 Migrating spring-data-neo4j 2023-06-12 02:00:30 +03:00
timis1 3b49a56372 Merge branch 'eugenp:master' into JAVA-20167_1 2023-06-12 01:52:08 +03:00
Loredana Crusoveanu 5b65c7e54a Merge pull request #14216 from collaboratewithakash/master
backlink updated
2023-06-11 15:33:45 +03:00
Dhawal Kapil 681f99792e Update pom.xml (#14222) 2023-06-11 15:11:07 +05:30
anuragkumawat 76161790b4 JAVA-21454 Upgrade spring-boot-libraries-2 to use SpringDoc in place of SpringFox (#14214) 2023-06-11 13:26:10 +05:30
anuragkumawat a16589e87a 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 3eda2da25f Fix the integration tests which failed due to defined port (#14215) 2023-06-11 13:15:27 +05:30
panos-kakos 237893ed94 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 b3a5af07c0 JAVA-8924 Cleanup for spliterator article (#14221) 2023-06-11 13:09:16 +05:30
Bipin kumar ab884e145f JAVA-8924: changes made for adding example of trySplit() with spiterator (#14218) 2023-06-11 12:46:11 +05:30
ACHRAF TAITAI 18baf2eed6 replace the securityContext (#14202) 2023-06-10 18:47:47 +02:00
thibault.faure d928abe033 BAEL-6482 Code for the Matching Null With Mockito article 2023-06-10 16:30:05 +02:00
Dhawal Kapil fec7001cbd JAVA-8924 Fixed spliterator packages and formatting (#14211) 2023-06-10 12:42:38 +05:30
Bipin kumar ecce4a4121 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 5a1906d88c 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 28cec53e65 JAVA-18184 upgrade spring-bom module to work with JDK 11 and 17 (#14209) 2023-06-10 11:47:41 +05:30
Kai Yuan b4b271c0e4 [sort-dt-str] Sort Date Strings in Java (#14188) 2023-06-09 23:00:04 -05:00
Bipin kumar c4cf873336 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 1935f5e4d4 JAVA-20632 move checker-framework module to JDK 11 (#14203) 2023-06-09 22:59:29 +05:30
davidmartinezbarua 62d0cbfd71 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