15374 Commits

Author SHA1 Message Date
Kai.Yuan
63fb23fafe [Improvement-error-include-message] add server.error.include-message=always 2024-02-14 22:42:28 +01:00
Liam Williams
b44c9d2c32
Merge pull request #15813 from lsnare/BAEL-7487-resolve-multiple-completable-futures
BAEL-7487: resolve multiple completable futures
2024-02-14 21:28:44 +00:00
Liam Williams
c8ac9ca720
Merge pull request #15785 from sk1418/count-upper-lower
[count-upper-lower] count upper/lowercase letters
2024-02-14 21:20:10 +00:00
timis1
560cb18da9
JAVA-30529 Fix failing integration test in jooq module (#15876)
Co-authored-by: timis1 <noreplay@yahoo.com>
2024-02-14 21:47:34 +01:00
anuragkumawat
e049ddbf5a
JAVA-29472 Upgrade open-api-generator-maven-plugin to latest version (#15844) 2024-02-14 22:20:47 +02:00
Vini
00b44c2888
Merge pull request #15848 from Neetika23/RangeStreamAPI
Stream Range test class
2024-02-14 10:03:39 +01:00
Kai.Yuan
9cbccd4b2f [count-upper-lower] extract the impl. from the test methods 2024-02-14 09:40:57 +01:00
Kai.Yuan
a7a97689ba [count-upper-lower] add unicode char tests 2024-02-14 09:40:38 +01:00
Kai.Yuan
746c6f5083 [count-upper-lower] some renamings were missing 2024-02-14 09:40:38 +01:00
Kai.Yuan
ee12253609 [count-upper-lower] review comments related changes 2024-02-14 09:40:38 +01:00
Kai.Yuan
6bbef27bc7 [count-upper-lower] count upper/lowercase letters 2024-02-14 09:40:36 +01:00
@hangga
13209f657c remove experimen 2024-02-14 09:13:05 +07:00
@hangga
4395131ef0 using-ferification 2024-02-14 09:11:54 +07:00
danielmcnally285
3a2f05b17d
BAEL-6764: Collect stream of entrySet() to LinkedHashMap (#15806)
* entryset to linkedhashmap unit tests

* use set over list for groupingBy unit test

* add clearer unit test method names

* remove public modifier from unit tests

* rename unit test as per pr comment
2024-02-14 06:53:19 +05:30
Bipin kumar
d3911cd084
JAVA-29170: Changes made for Upgrade spring-rest-http to Spring Boot 3 (#15823)
* JAVA-29170: Changes made for Upgrade spring-rest-http to Spring Boot 3

* JAVA-29170: Changes made for Upgrade spring-rest-http to Spring Boot 3

* JAVA-29170: Changes made for Upgrade spring-rest-http to Spring Boot 3

* JAVA-29170: Changes made for Upgrade spring-rest-http to Spring Boot 3
2024-02-13 18:19:41 +01:00
Sam Gardner
ce26271629 BAEL-7522 Add code for Java 18 simple web server 2024-02-13 14:27:10 +00:00
Amol Gote
36f3e32ff6 BAEL-7374 - Renamed to live test 2024-02-13 09:15:00 -05:00
Bipin kumar
557d43c300
JAVA-31118: Adding core-java-18 in JAVA-26056 as it has preview features (#15851) 2024-02-13 15:43:26 +02:00
Amit Pandey
77ee5c98e0
[JAVA-31266] - Hibernate upgrade for Aws-Modules and pattern modules (#15849) 2024-02-13 09:04:21 +01:00
Bipin kumar
9bb86532eb
[JAVA-30541] - Enable back spring-aop module (#15791) 2024-02-13 08:15:52 +01:00
Maiklins
886b58550b
Merge pull request #15872 from Maiklins/bael-7405-update-readme
Update README.md
2024-02-13 08:04:40 +01:00
Maiklins
13cbf61695
Update README.md 2024-02-13 08:01:30 +01:00
Maiklins
1fb71a4cde
Merge pull request #15809 from anujgaud/system-in-read
[BAEL-7405] Add support for System read methods
2024-02-13 07:55:13 +01:00
h_sharifi
fabd8328a6 #BAEL-7484: add main source 2024-02-13 09:41:45 +03:30
h_sharifi
e1dcefafa8 Merge remote-tracking branch 'origin/master' 2024-02-13 09:39:22 +03:30
Harry9656
3cd8d990e3
JAVA-29298: Update spring-security-opa to parent-boot-3. (#15827) 2024-02-12 21:15:52 +01:00
MohamedHelmyKassab
831acaf8cf
This PR is related to BAEL-7528 (#15865)
* Update pom.xml

Add:         <module>core-java-string-operations-8</module>

* This commit is related to BAEL-7528

This commit aims to add a new module "core-java-string-operations-8" to submit a test class "EmailAndPhoneMaskingUnitTest"
2024-02-12 09:59:03 -08:00
Mo Helmy
73a9ed952b
This PR is related to the article BAEL-6102 (#15855)
* This commit is related to BAEL-6102

This commit aims to add a main class for the article "Preventing Gson from Expressing Integers as Floats".

* This commit is related to BAEL-6102

This commit aims to add a test class "PreventExpressingIntAsFloatUnitTest.java" for the article "Preventing Gson from Expressing Integers as Floats".
2024-02-12 09:44:31 -08:00
Rajat Garg
5e91827680
[BAEL-7530] Fix Norm calculation by performing sqrt operation (#15846)
Co-authored-by: rajatgarg <rajatgarg@adobe.com>
2024-02-12 09:29:51 -08:00
Harry9656
9a7e33f5df
JAVA-29301: minor change to spring-security-saml2 (#15862) 2024-02-12 17:09:26 +01:00
Harry9656
11ed4356b5
JAVA-29300: Removing legacy module spring-security-saml from parent (#15863) 2024-02-12 16:53:04 +01:00
Hangga Aji Sayekti
ae80217d4f update experiment 2024-02-12 21:51:14 +07:00
adalagandev
8a0d5939f1 BAEL-7131 version 5 - renamed class name to end with UnitTest 2024-02-12 10:12:12 +01:00
Amit Pandey
a246045b48
[JAVA-31185] - Upgrade to Hibernate latest version for persistence modules (#15832) 2024-02-12 09:21:05 +01:00
Amit Pandey
5b86742881
JAVA-28958 :- Upgrade spring-data-jpa-repo-2 to Spring Boot 3 (#15826)
* Initial Commit

* JAVA-28958 :- Upgrade to Spring Boot 3 for spring-data-jpa-repo-2.

* JAVA-28958 :- Delete unnecessary properties.

* JAVA-28958 :- Add property in POM.
2024-02-12 00:41:10 +01:00
timis1
4a229ecfe5
JAVA-29288 Upgrade spring-security-cognito (#15839)
Co-authored-by: timis1 <noreplay@yahoo.com>
2024-02-11 22:56:43 +01:00
timis1
10f477e635
JAVA-29285 Upgrade spring-security-acl (#15821)
Co-authored-by: timis1 <noreplay@yahoo.com>
2024-02-11 22:37:30 +01:00
timis1
97f6735499
JAVA-29289 Upgrade spring-security-core (#15838)
Co-authored-by: timis1 <noreplay@yahoo.com>
2024-02-11 22:22:12 +01:00
adalagandev
17172ba21a BAEL-7131 version 4 - code review comments. 2024-02-11 19:48:18 +01:00
adalagandev
94fceedf7c BAEL-7131 version 3 - code review comments. 2024-02-11 19:11:39 +01:00
Amol Gote
3b4d456e3a BAEL-7374 - Incoorect File modification 2024-02-11 11:19:20 -05:00
Amol Gote
7a51fa8e80 BAEL-7374 - Build Failure Fix 2024-02-11 11:11:35 -05:00
Amol Gote
592b0d166d
Merge branch 'eugenp:master' into jira/BAEL-7374-start-stop-kafka-consumer 2024-02-11 10:29:07 -05:00
panos-kakos
3dd8fc58fa
[JAVA-30179] Upgraded jmh in main pom.xml (#15837) 2024-02-11 14:07:47 +01:00
panos-kakos
d5fdbd7dea
[JAVA-28933] - Upgrade Flyway module to spring boot 3 (#15836) 2024-02-11 13:45:29 +01:00
Amit Pandey
a5082fa3f1
[JAVA-29429] - Add extra checks for sporadic test failures (#15845) 2024-02-11 13:39:41 +01:00
@hangga
ae5bf3ddb1 update experiment 2024-02-11 18:38:26 +07:00
ch4mpy
eada099d7d BAEL-7380 : (CONFIGURATION)
spring-addons 7.5.3
2024-02-10 21:14:26 -10:00
Amol Gote
8b560721b6 BAEL-7374 - Application class 2024-02-10 21:29:51 -05:00
Amol Gote
48a149956e BAEL-7374 - Added Back Unit test 2024-02-10 21:17:49 -05:00