Commit Graph

14359 Commits

Author SHA1 Message Date
michaelin007 8675eaf1c5 https://jira.baeldung.com/browse/BAEL-7401 2023-12-30 09:16:11 +00:00
ACHRAF TAITAI 4c517ab0de BAEL-7068: Cast Query.list() to List<Type> in Hibernate (#15484) 2023-12-30 09:50:54 +01:00
Oscar Mauricio Forero Carrillo 164ef67325 Bael 7317 (#15415)
* BAEL-7226: Code for the improvements of the Percentages article.

* BAEL-7226: Rename Test to follow the convention

* BAEL-7317: Update the code to the latest versions of Spock, Groovy and the maven matching configuration

* BAEL-7317: Add code for the article improvements
2023-12-30 09:42:21 +01:00
Gaetano Piazzolla f471384958 JAVA-28925 | Upgrade libraries-security to Spring Boot 3 (#15500) 2023-12-29 22:17:55 +01:00
Eugene Kovko 62f7a1911f Bael 7212 (#15499)
* BAEL-7212: Lenient converter tests

* BAEL-7212: Extracted provider

* BAEL-7212: Include only one holder

* BAEL-7212: Custom strict converter

* BAEL-7212: Renamed converter

* BAEL-7212: Renamed WeekDays

* BAEL-7212: Added tests for non-conventional weekdays

* BAEL-7212: Added tests for case insensitive converter

* BAEL-7212: Removed strict prefix

* BAEL-7212: Removed lenient prefix

* BAEL-7212: Removed non-conventional prefix

* BAEL-7212: Removed strict prefix

* BAEL-7212: Removed lenient holder

* BAEL-7212: Moved to packages

* BAEL-7212: Removed Application class

* BAEL-7212: Removed interface

* BAEL-7212: Renamed test classes

* BAEL-7212: Renamed WeekDays

* BAEL-7212: Added negative tests

* BAEL-7212: Added other test

* BAEL-7212: Move providers

* BAEL-7212: SpEL conversion

* BAEL-7212: Rename holders
2023-12-29 10:18:06 -08:00
Eugene Kovko e316c193a0 Bael 7281 (#15494)
* BAEL-7281: When use getOne and findOne methods Spring Data JPA

* BAEL-7281: Cleanup

* BAEL-7281: Test rename

* BAEL-7281: Fix not updated name
2023-12-29 10:15:39 -08:00
danielmcnally285 90ebc6921c rename unit test methods to be more precise 2023-12-29 14:58:56 +00:00
danielmcnally285 975db60d35 use 2147483648 as string for unit tests 2023-12-29 13:59:31 +00:00
Loredana Crusoveanu cf80b7c3d4 Merge pull request #15505 from rcalago/rcalago-patch-5
Update README.md
2023-12-29 15:03:59 +02:00
Loredana Crusoveanu bcf70f55d3 Merge pull request #15504 from rcalago/rcalago-patch-3
Update README.md
2023-12-29 15:03:45 +02:00
Loredana Crusoveanu 38c309bfcb Merge pull request #15502 from rcalago/rcalago-patch-1
Update README.md
2023-12-29 15:03:26 +02:00
danielmcnally285 0efd1c3106 Use 1234567 string for unit tests 2023-12-29 12:57:12 +00:00
danielmcnally285 4ba7ed5d80 string to long primitive or long object unit tests 2023-12-29 11:54:15 +00:00
rcalago 9293916edd Update README.md
Adding link on relevant articles
2023-12-29 08:24:31 +08:00
rcalago fe28006118 Update README.md
adding relevant article
2023-12-29 08:16:26 +08:00
rcalago 53f79effa6 Update README.md
Adding relevant article
2023-12-29 07:56:57 +08:00
Maiklins 3eb54511ed Merge pull request #15465 from Michaelin007/springconfig
https://jira.baeldung.com/browse/BAEL-7376
2023-12-28 21:55:22 +01:00
Neetika23 8c9636c5c6 Update Print2DArraysUnitTest.java 2023-12-28 20:47:47 +05:30
panos-kakos 7d2fc1fe88 [JAVA-26773] (#15417)
* [JAVA-26773]

* [JAVA-26773]
2023-12-28 16:11:35 +01:00
Neetika23 5f0cc26b40 Delete core-java-modules/core-java-arrays-guides/src/test/java/com/baeldung/print2DArrays directory 2023-12-28 20:33:02 +05:30
Neetika23 cc3efa5c86 Update Print2DArraysUnitTest.java 2023-12-28 20:31:38 +05:30
Amit Pandey 8e1e357c9d Java 29169 :- Upgrade spring-jdbc to Spring Boot 3 (#15423) 2023-12-28 16:54:32 +02:00
Neetika23 458c3493e6 Update Print2DArraysUnitTest.java 2023-12-28 20:22:23 +05:30
emanuel.trandafir c5892eec6e BAEL-6552: small changes 2023-12-28 15:10:10 +01:00
emanueltrandafir1993 1ac666749b BAEL-6552: added test using the default configuration 2023-12-27 22:33:40 +01:00
timis1 05aa00c4c8 JAVA-26077 Update the lombok version (#15493)
Co-authored-by: timis1 <noreplay@yahoo.com>
2023-12-27 21:04:34 +01:00
Neetika23 03949adeed Update Print2DArraysUnitTest.java 2023-12-27 23:50:18 +05:30
Eugene Kovko f0c4180670 BAEL-7009: Using XML in @RequestBody in Spring REST (#15472)
* BAEL-7009: Using XML in @RequestBody in Spring REST

* BAEL-7009: Fix parametrization issue

* BAEL-7009: Added JAXB dependencies

* BAEL-7009: Back to Java 8 and javax

* Revert "BAEL-7009: Back to Java 8 and javax"

This reverts commit e5f55f344dab75d434d143083196bd00181a3518.

* BAEL-7009: Migrated the solution to Jackson XML

* BAEL-7009: Remove REST file

* BAEL-7009: Cleanup
2023-12-27 09:57:03 -08:00
Eugene Kovko be84fd1b62 BAEL 7300: Return Map instead of List in Spring Data JPA (#15482)
* BAEL-7300: Return Map instead of List in Spring Data JPA

* BAEL-7300: Change the naming for the tests

* BAEL-7300: Fix formatting
2023-12-27 09:48:40 -08:00
emanuel.trandafir 6c736c0c88 BAEL-6552: kafka consumer's min/max fetch size 2023-12-27 18:29:16 +01:00
anuragkumawat a347c74e04 JAVA-29004 Remove parent-java module (#15477) 2023-12-27 18:47:23 +02:00
Sam 223c679535 Bael 7184 (#15325)
* implementing BAEL-6833

* implementation for BAEL-7115

* feedback fixes

* Moving code folder as per feedback

* renaming logic class folder name

* code implementation

---------

Co-authored-by: technoddy <mail.technoddy@gmail.com>
2023-12-27 10:37:40 -06:00
Vini 11c122fda5 Merge pull request #15307 from Ekatereana/BAEL-7142-spring-ai
Bael 7142 spring ai module
2023-12-27 15:10:38 +01:00
kateryna.hrytsaenko 31ea655d12 Merge branch 'master' into BAEL-7142-spring-ai 2023-12-27 10:59:39 +02:00
Ekatereana 9c2c32a279 Merge branch 'eugenp:master' into master 2023-12-27 10:59:01 +02:00
pedrolopes9-7 de84049dc0 initial structure and tests 2023-12-26 23:46:46 -03:00
SGWebFreelancer f58b136ff9 Remove the Kafka Producer wrapper, fix the class name 2023-12-27 09:29:52 +08:00
kateryna.hrytsaenko bf45a052f4 BAEL-7142, fix minor comment 2023-12-26 21:35:19 +02:00
panos-kakos 5ead3608ac [JAVA-27621] Moved article "Remove Duplicate Values From HashMap in Java" to core-java-collections-maps-3 (#15464) 2023-12-26 20:15:47 +01:00
Amit Pandey 49606ff3a4 Upgrade Spring-Data-YugabyteDB to boot 3 (#15453) 2023-12-26 19:04:31 +01:00
michaelin007 922b77106c The SpringJUnitConfig and SpringJUnitWebConfig Annotations in Spring 2023-12-26 15:22:55 +00:00
panos-kakos 21347e6cf2 [JAVA-29409] (#15483) 2023-12-26 10:17:23 +05:30
panos-kakos b83af82bce [JAVA-29410] (#15485)
* [JAVA-29410]

* [JAVA-29410]
2023-12-26 10:12:20 +05:30
timis1 c75c95205d JAVA-26077 Build default-jdk9-and-above and integration-jdk9-and-above profiles on JDK 21 (#15425)
Co-authored-by: timis1 <noreplay@yahoo.com>
2023-12-26 00:56:04 +01:00
Gaetano Piazzolla 0e41d622ad JAVA-28932 Upgrade flyway-repair to Spring boot3 migration 2023-12-25 17:10:07 +01:00
panos-kakos 8fcec3fcda [JAVA-28936] Upgraded spring-data-jdbc to spring-boot-3 (#15437)
* [JAVA-28936]
2023-12-25 13:08:42 +02:00
Andrea Giulio Cerasoni 11f603074e Merge pull request #15407 from Diegom203/master
Update and rename JsonNodeToJsonObjectUnitTest.java to JsonNodeToObje…
2023-12-25 10:58:20 +01:00
SGWebFreelancer 4a69837406 Fix formatting and added in direct assignment partition 2023-12-25 13:33:22 +08:00
SGWebFreelancer d10d29e0dc Fix comment 2023-12-25 11:25:53 +08:00
timis1 11417d3c0d JAVA-27537 Upgrade spring-soap to Spring Boot 3 (#15438) 2023-12-24 22:14:02 +02:00