Commit Graph

14800 Commits

Author SHA1 Message Date
rcalago 2859879ab4
Update README.md 2024-02-17 06:08:10 +08:00
rcalago d700f9f582
Update README.md 2024-02-17 06:06:30 +08:00
rcalago 388520ad73
Update README.md 2024-02-17 06:05:30 +08:00
rcalago 9110e5461e
Update README.md 2024-02-17 06:02:48 +08:00
Oscar Mauricio Forero Carrillo a61328e328
BAEL-7136: Improve the companion code for the article to include multiple properties in the @PropertySource annotation (#15885) 2024-02-16 19:57:57 +01:00
Mo Helmy cd44988598
This PR is related to BAEL-7554 (#15895)
This PR aims to add a test class "FindLargestNumInStringUnitTest.java".
2024-02-16 09:11:48 -08:00
Rajat Garg 61c0c6cb92
Add code for rod cutting problem (#15891)
Co-authored-by: rajatgarg <rajatgarg@adobe.com>
2024-02-16 09:07:18 -08:00
Wynn Teo d3287d7d3e
Bael 6414 (#15835)
* BAEL-7490 read write file in separate thread

* Change the to try resources

* Update the code to sync with article

* First draft

* Fix Main error

* update the main code to send message
2024-02-16 10:09:20 -06:00
panos-kakos 20f151aad0
[JAVA-31186] Clean up some Jenkins warnings (#15890) 2024-02-16 13:29:18 +02:00
anuragkumawat 250500d120
JAVA-31108 Upgrade parent-boot-3 to latest version - Fix modules v1 (#15824) 2024-02-16 11:04:05 +02:00
Ana Peterlić f763404388
BAEL-7413 - Logging With AOP in Spring (#15810)
* BAEL-7413 - Logging With AOP in Spring

* Add GreetingServiceWithoutAOP class
2024-02-15 22:05:10 -07:00
vunamtien cf5842a3ab
BAEL-7358-find-prime-under-given (#15888) 2024-02-15 15:54:14 +01:00
Bipin kumar e2847c64c2
JAVA-26708: Changes made to move all the parents to JDK 9+ Profiles (#15879) 2024-02-15 20:01:54 +05:30
Amit Pandey 94ada34ad9
JAVA-22846 :- Fix MicrometerAtlasManualTest , update dependencies and also fix other needed tests. (#15867) 2024-02-15 15:57:38 +02:00
Mo Helmy 83e7736d7d
This PR is related to the article BAEL-6102 (#15878)
* Delete json-modules/json-conversion/src/main/java/com/baeldung/preventexpressingintasfloat directory

* Update PreventExpressingIntAsFloatUnitTest.java
2024-02-14 13:55:33 -08: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
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
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
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
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
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
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