Commit Graph

14155 Commits

Author SHA1 Message Date
Amit Pandey fcb652319b Upgrade Spring-mvc-basics-4 module to Spring Boot 3 (#15458) 2023-12-22 19:09:09 +01:00
Amit Pandey 616b9b9eb3 Upgrade to MyBatis to Spring Boot 3 (#15456) 2023-12-22 18:51:54 +01:00
anuragkumawat 9386fe77e0 JAVA-29269 Upgrade parent-spring-6 to the latest version (#15466) 2023-12-22 18:17:11 +02:00
Bipin kumar a24cf067a9 JAVA-28508: Fix formatting of POMs Modules D to Q (#15360) 2023-12-22 18:08:55 +02:00
Andrea Giulio Cerasoni f1ec994d06 Merge pull request #15420 from constantinurs/spring-kafka-dlt
BAEL-7199: Dead Letter Queue for Kafka with Spring
2023-12-22 08:47:00 +00:00
Maiklins afac7049fb Merge pull request #15408 from Michaelin007/master
Calculate Months Between Two Dates in Java
2023-12-22 08:43:15 +01:00
Manfred 56a4afe866 BAEL-7175: UTF-8 Validation in Java (#15428) 2023-12-21 20:07:48 -06:00
Kai Yuan ca584307b2 [shift-char-in-string] rotate a string (#15441) 2023-12-21 19:57:56 -06:00
davidmartinezbarua 4b1e73b005 Merge pull request #15324 from ukhan1980/BAEL-7073-executor-service
[BAEL-7073] code for executor service
2023-12-21 20:33:41 -03:00
Constantin b8a6e4f89f BAEL-7199: Include feedback 2023-12-21 17:06:41 +02:00
Amit Pandey aea8adcfda Updated ScyllaDB package to use Spring Boot 3 (#15461) 2023-12-21 13:14:23 +01:00
panos-kakos 5e4ca88972 [JAVA-22519] Move articles from generic libraries module to specific library modules (#15416) 2023-12-21 09:30:26 +01:00
Amit Pandey 51e9f6cf37 Made changes to upgrade the module spring-resttemplate-3 to Spring Boot 3. (#15455) 2023-12-21 08:59:11 +01:00
Rajat Garg 288178f87b [BAEL-7306] Add methods for sorting a list (#15462)
Co-authored-by: rajatgarg <rajatgarg@adobe.com>
2023-12-20 21:04:32 -08:00
MohamedHelmyKassab a87d4fbdb3 This commit is related to BAEL-7342 (#15460)
This commit aims to add a test class "CheckIfStringBuilderContainsCharUnitTest" that suggests several ways to check if a StringBuilder has a char or not.
2023-12-20 20:58:07 -08:00
Eugene Kovko 22c187747e BAEL-6129: SpEL in @Query (#15449)
* BAEL-6129: SpEL in @Query

* BAEL-6129: Fix Naming

* BAEL-6129: Test Cleanup
2023-12-20 20:53:57 -08:00
Alexandru Borza 390b2324bb BAEL-7286 Print a double value without scientific notation in Java (#15427)
* BAEL-7051 - Catch Common Mistakes with Error-Prone Library in Java

* BAEL-7286
Print a double value without scientific notation in Java

* BAEL-7286
Print a double value without scientific notation in Java

* BAEL-7286 Print a double value without scientific notation in Java

* rename package

* format code
2023-12-20 20:34:12 -08:00
davidmartinezbarua 50416857b1 Merge pull request #15364 from parthiv39731/PR-7308
BAEL-7308
2023-12-20 17:13:58 -03:00
Kasra Madadipouya d49c309ff4 JAVA-29378 reduce loop size from 10M to 1M (#15452) 2023-12-20 23:25:48 +05:30
timis1 63312fbcf9 JAVA-27775 Fix failing module xml-2 (#15430) 2023-12-20 11:52:23 +02:00
Amit Pandey f7d5d62a57 JAVA-28935 Upgrade to Spring Boot 3 for Mysql (#15436) 2023-12-20 08:46:34 +01:00
sachin b19a80d569 feature/BAEL-6712-split large file (#15262)
* feature/BAEL-6712-split lareg file

* feature/BAEL-6712-split lareg file

* bael-6712 review comment fix

---------

Co-authored-by: Sachin kumar <sachin.n.kumar@oracle.com>
2023-12-19 19:34:54 -06:00
davidmartinezbarua af56780cfa Merge pull request #15391 from azhwani/BAEL-7280
BAEL-7280: How to get last record ordered by date in Spring Data
2023-12-19 19:57:14 -03:00
Maiklins af2476da3a Merge pull request #15404 from wynnteo/BAEL-7278
BAEL-7278 first draft
2023-12-19 22:55:48 +01:00
Gaetano Piazzolla 64a66af3fc JAVA-29239 | using jdk 11 (#15446) 2023-12-19 22:44:05 +01:00
Maiklins 65e23af90e Align formatting with article 2023-12-19 22:26:33 +01:00
Harry9656 6bc1391e1f JAVA-29067: [FIX] spring-boot-persistence-3 migration to jdk17 (#15433)
* JAVA-29067: [FIX] spring-boot-persistence-3 migration to jdk17

* JAVA-29067: [FIX] Migrate from javax to jakarta.

* [FIX]: logback error.
2023-12-19 21:19:34 +01:00
timis1 c143ccdf78 JAVA-29334 Upgrade spring-security-web-x509 (#15447)
Co-authored-by: timis1 <noreplay@yahoo.com>
2023-12-19 20:47:41 +01:00
parthiv39731 089f715d8d BAEL-7308, renamed methods 2023-12-19 21:23:38 +05:30
Gaetano Piazzolla 357494e56f JAVA-29238 | fixing tests (#15434) 2023-12-18 22:11:10 +01:00
Vini 94fdc2f4bc Merge pull request #15440 from DiegoMarti2/master
baeldung-articles : BAEL-7071
2023-12-18 17:45:07 +01:00
DiegoMarti2 f3c579ffbe baeldung-articles : BAEL-7071
Commit for the article "Convert Byte Array to JSON and Vice Versa in Java" which adds the "ByteArrayToJsonAndViceVersaUnitTest" class to convert a byte array to JSON and vicе vеrsa in Java.
2023-12-18 15:38:39 +02:00
DiegoMarti2 576236e2fd Delete json-modules/json-conversion/src/test/java/com/baeldung/bytearraytojsonandviseverse directory 2023-12-18 15:37:26 +02:00
michaelin007 c35c13d5d8 https://jira.baeldung.com/browse/BAEL-7333 2023-12-18 04:59:42 +00:00
uzma ee4679456f [BAEL-7073] delete code from old module 2023-12-17 16:44:23 +00:00
uzma efb0046025 [BAEL-7073] change location of code 2023-12-17 16:41:12 +00:00
panos-kakos bbd286ee11 Java 26656 (#15413)
* [JAVA-26656]

* [JAVA-26656]
2023-12-17 17:29:54 +01:00
Loredana Crusoveanu b2d875e1a7 Merge pull request #15431 from edizor/master
Update README
2023-12-17 17:15:03 +02:00
Gaetano Piazzolla d6c236a31b JAVA-29222 | lib update (#15418) 2023-12-17 15:05:43 +01:00
Ulisses Lima 3b2d6c5335 BAEL 7277 - Find Files by Extension in Specified Directory in Java (#15356)
* new module: libraries-7

* ready for review
2023-12-17 11:50:31 +01:00
Azhwani 0b8873f03e BAEL-7283: Convert a page of objects to list in Spring Data (#15347) 2023-12-17 11:48:28 +01:00
edizor 4fc122ab96 Update README.md
[skip ci]
2023-12-17 08:35:30 +08:00
edizor 312d3b20c6 Update README.md
[skip ci]
2023-12-17 08:31:28 +08:00
edizor 4bf82e88ea Update README.md
[skip ci]
2023-12-17 08:27:59 +08:00
edizor 27a1df02bb Update README.md
[skip ci]
2023-12-17 08:21:43 +08:00
edizor 8b40ff0af4 Update README.md
[skip ci]
2023-12-17 08:12:24 +08:00
edizor 110cf95773 Update README.md
[skip ci]
2023-12-17 08:07:58 +08:00
edizor 00faeda0d6 Create README.md
[skip ci]
2023-12-17 08:03:37 +08:00
edizor b746b1f0b0 Update README.md
[skip ci]
2023-12-17 07:55:53 +08:00
edizor c925e39c5f Update README.md
[skip ci]
2023-12-17 07:09:44 +08:00