Commit Graph

14921 Commits

Author SHA1 Message Date
rcalago ded13493d9
Update README.md 2024-02-17 06:23:02 +08:00
rcalago f2198c84ce
Update README.md 2024-02-17 06:20:53 +08:00
rcalago 2a75c0aac3
Update README.md 2024-02-17 06:17:42 +08:00
rcalago 7be85cf2f7
Update README.md 2024-02-17 06:16:34 +08:00
rcalago 8983dde8f0
Update README.md 2024-02-17 06:13:39 +08:00
rcalago 34f8afb4e1
Update README.md 2024-02-17 06:09:44 +08:00
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
Tomaz Fernandes f77ed81c77 BAEL-7507 - Spring Cloud AWS SQS v3 - Acknowledgement
Tutorial covering Acknowledgement on the Spring Cloud AWS 3.0 SQS integration.
2024-02-14 21:43:20 -03: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
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
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
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