Commit Graph

14745 Commits

Author SHA1 Message Date
@hangga 13209f657c remove experimen 2024-02-14 09:13:05 +07:00
@hangga 4395131ef0 using-ferification 2024-02-14 09:11:54 +07:00
Hangga Aji Sayekti ae80217d4f update experiment 2024-02-12 21:51:14 +07:00
@hangga ae5bf3ddb1 update experiment 2024-02-11 18:38:26 +07:00
Loredana Crusoveanu b25bc0e655 Merge pull request #15850 from eugenp/lor6-patch-1
Update README.md
2024-02-10 14:36:29 +02:00
Loredana Crusoveanu 55476ccf0e Update README.md 2024-02-10 14:32:55 +02:00
Loredana Crusoveanu 5f54221338 Merge pull request #15843 from rcalago/master
Update on README.md
2024-02-10 14:30:49 +02:00
Wynn Teo 35ef9393c1 Bael 7510 (#15776)
* BAEL-7490 read write file in separate thread

* Change the to try resources

* Update the code to sync with article

* First draft

* Change module

* Update the method return type to Integer and return null if not found

* Remove public as using junit 5

---------

Co-authored-by: Wynn Teo <wynnteo@Wynns-MacBook-Pro.local>
2024-02-09 20:26:25 -06:00
Liam Williams 6ada5de93e Merge pull request #15815 from sk1418/mv-0-to-end-array
[mv-0-to-end-array] move zeros to the end
2024-02-09 16:13:15 +00:00
rcalago 14458ca985 Update README.md 2024-02-09 21:20:16 +08:00
rcalago d0e7f691bc Update README.md 2024-02-09 21:16:10 +08:00
rcalago 92fd99dff5 Update README.md 2024-02-09 21:14:38 +08:00
rcalago 8db7b68f87 Update README.md 2024-02-09 21:13:37 +08:00
rcalago ea822291ba Update README.md 2024-02-09 21:11:00 +08:00
rcalago ec78389487 Update README.md 2024-02-09 21:06:30 +08:00
rcalago e6eead9c43 Update README.md 2024-02-09 21:05:38 +08:00
rcalago 11954fe67f Update README.md 2024-02-09 21:04:35 +08:00
rcalago bae515de06 Update README.md 2024-02-09 21:03:37 +08:00
rcalago d3e72540d7 Update README.md 2024-02-09 21:00:24 +08:00
rcalago 4c158ac281 Update README.md 2024-02-09 20:51:08 +08:00
Amit Pandey 2f5aaaee4c [JAVA-31113] Upgrade projects to latest hibernate version (#15825) 2024-02-09 11:26:18 +01:00
panos-kakos cc2d1bfb36 [JAVA-28959] Upgrade to spring-resttemplate-2 module to Spring Boot 3 (#15775) 2024-02-09 06:50:30 +01:00
Bipin kumar 8d9335f934 JAVA-31120 Fix formatting of POMs D_P (#15822) 2024-02-08 16:01:02 +02:00
Dhawal Kapil c24b449827 Adding missing modules in integration profile (#15831) 2024-02-08 08:40:56 +05:30
timis1 7437aa56cc JAVA-29302 Upgrade spring-security-social-login (#15833)
Co-authored-by: timis1 <noreplay@yahoo.com>
2024-02-07 22:52:41 +01:00
Azhwani 21bc2e67ae BAEL-7269: How to Convert Date to unix Timestamp in Java? (#15635) 2024-02-07 22:25:53 +01:00
Ulisses Lima f386325a94 Merge pull request #15787 from eukovko/BAEL-7452-Transactional-annotations
BAEL-7452: Added transactional annotations to GroupService
2024-02-07 14:15:03 -03:00
Dhawal Kapil df4724912e Revert "JAVA-27339: Changes made for adding java-panama module back (#15789)" (#15830)
This reverts commit ecede003a1.
2024-02-07 21:45:58 +05:30
panos-kakos 8fa19c0930 [JAVA-29499] Upgraded spring-data-jpa-query to spring boot 3 (#15774) 2024-02-07 16:05:13 +02:00
Maiklins 0fd2723ce2 Merge pull request #15763 from Michaelin007/r2dbc
Spring Boot and R2DBC
2024-02-07 12:03:27 +01:00
Bipin kumar 322a38321c JAVA-27677: Reactivate core-java-os-2 and spring-6-rsocket (#15675) 2024-02-07 12:44:13 +02:00
Manfred 7055bb3f6b BAEL-7282: Getting all results at once in a paged query method (#15761) 2024-02-06 19:52:45 -06:00
Bipin kumar c150165e03 JAVA-30449: Changes made for formatting pom files modules S to Z (#15722) 2024-02-06 12:58:33 +02:00
Liam Williams 28c39d25a0 Merge pull request #15692 from hangga/securerandom-positive-long
BAEL-7491 - Generating Unique Positive Long using SecureRandom in Java
2024-02-06 10:52:46 +00:00
Vini bb998a3863 Merge pull request #15811 from Imranalam28/master
[BAEL-7501] Immutable and Mutable Object Examples with Tests
2024-02-06 08:25:27 +01:00
brokenhardisk 036ec22bb7 BAEL-7400:Hibernate SoftDelete Annotation (#15784)
* BAEL-7400:Hibernate SoftDelete Annotation

* BAEL-7400:Hibernate SoftDelete Annotation

* BAEL-7400:Hibernate SoftDelete Annotation
2024-02-06 08:06:20 +05:30
Ulisses Lima a57ecf1bef Merge pull request #15801 from eugenp/comment-15080
Update givenInputFromConsole_whenUsingScanner_thenReadCharByChar
2024-02-05 18:04:25 -03:00
timis1 bda3903057 JAVA-29309 Upgrade spring-security-web-digest-auth (#15757)
* JAVA-29309 Upgrade spring-security-web-digest-auth

* JAVA-29309 Remove commented line

---------

Co-authored-by: timis1 <noreplay@yahoo.com>
2024-02-05 21:47:55 +01:00
Amit Pandey 7280037213 [JAVA-29429] Reduce Kafka Integration test execution time (#15793) 2024-02-05 21:40:28 +01:00
Amit Pandey 9417ac26a3 [JAVA-31115] Upgrade read-only-transactions to latest Hibernate and Spring Boot 3(#15814) 2024-02-05 21:23:13 +01:00
Amit Pandey 2de2d80c81 [JAVA-31110] - Upgrade to Hibernate modules to the latest version (#15807) 2024-02-05 20:51:32 +01:00
Amit Pandey 6a33ca8f57 [JAVA-30684] - Upgrade Hibernate to the latest version for Spring-JPA and Spring-JPA-2 modules (#15798) 2024-02-05 20:49:52 +01:00
anuragkumawat 0f31669c34 JAVA-27508 Upgrade spring-boot-logging-log4j2 to Spring Boot 3 (#15768) 2024-02-05 20:39:30 +01:00
Ana Peterlic 52b14f539e Update import statement 2024-02-05 20:25:52 +01:00
Ana Peterlic 1899d70e91 Update ReadInputCharByCharUnitTest.java 2024-02-05 20:24:52 +01:00
Amit Pandey 2e5be1a744 [JAVA-30681] Upgrade Hibernate-core to the latest version for Spring Security web sockets module (#15782) 2024-02-05 20:18:52 +01:00
Bhaskar Ghosh Dastidar f8b62d96f8 [BAEL-7501] Infix to Postfix (#15819)
Co-authored-by: Bhaskar <bhaskar.dastidar@freshworks.com>
2024-02-05 10:27:29 -08:00
anuragkumawat 118a0ac21f JAVA-27672 Upgrade wiremock dependency in modules (#15803) 2024-02-05 14:24:24 +02:00
Imran Alam 1732af8721 Update ImmutablePersonUnitTest.java 2024-02-05 15:29:01 +05:30
Imran Alam ac3959d261 Update MutableObjectExamplesUnitTest.java 2024-02-05 14:25:15 +05:30