Commit Graph

15036 Commits

Author SHA1 Message Date
rcalago 7a8943dc28 Update README.md 2024-02-17 06:31:19 +08:00
rcalago 41676a80e6 Update README.md 2024-02-17 06:29:01 +08:00
rcalago de0ff1eaef Update README.md 2024-02-17 06:26:28 +08:00
rcalago 43c67fb719 Update README.md 2024-02-17 06:25:19 +08:00
rcalago b273272bae Update README.md 2024-02-17 06:24:13 +08:00
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
@hangga 4bd5580405 remove unused 2024-02-15 20:38:01 +07: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
Hangga Aji Sayekti 0c02b0edc2 Update core-java-modules/core-java-uuid/src/test/java/com/baeldung/uuid/UUIDPositiveLongGeneratorUnitTest.java
Co-authored-by: Liam Williams <liam.williams@zoho.com>
2024-02-15 05:12:03 +07:00
Hangga Aji Sayekti 61ed752a1c Update core-java-modules/core-java-uuid/src/test/java/com/baeldung/uuid/UUIDPositiveLongGeneratorUnitTest.java
Co-authored-by: Liam Williams <liam.williams@zoho.com>
2024-02-15 05:11:49 +07: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
@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
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