Commit Graph

1470 Commits

Author SHA1 Message Date
Loredana Crusoveanu 4a914822d6 Merge pull request #15476 from eugenp/dkapil-patch-1
Update README.md
2024-01-13 16:36:11 +02:00
Maiklins e2e9b10e68 Merge pull request #15553 from Michaelin007/integrationtest
https://jira.baeldung.com/browse/BAEL-7375
2024-01-12 23:26:06 +01:00
Harry9656 5136e7349b JAVA-27804: Remove explicit logging dependency (#15448) 2024-01-09 09:48:12 +02:00
Harry9656 bf3b5a42f8 JAVA-29070: Upgrade Spring-Jooq module to Spring Boot 3 (#15387) 2024-01-07 23:44:45 +02:00
Eugene Kovko e2b376516e Bael 6447 (#15556)
* BAEL-6447: Persistable examples

* BAEL-6447: Explicit Repository Check Example

* BAEL-6447: Reformatting

* BAEL-6447: Renamed the method

* BAEL-6447: Parametrize the repository

* BAEL-6447: Added Author example for UnapdatableBook

* BAEL-6447: Remove findByTitleMethod

* BAEL-6447: Reformatting

* BAEL-6447: Service Test
2024-01-05 14:38:36 -08:00
Bipin kumar 0b27ba93ff JAVA-27737: Adding spring-hibernate-3 module (#15542) 2024-01-04 20:49:53 +02:00
michaelin007 2611e8eac6 https://jira.baeldung.com/browse/BAEL-7375 2024-01-04 15:06:38 +00:00
Azhwani 1768eee09f BAEL-6979: How to fix Hibernate QueryException: Named parameter not bound (#15451) 2023-12-31 17:35:36 +01:00
Amit Pandey 324082f9a8 JAVA-28931 :- Made changes to upgrade to Spring Boot 3 (#15516)
* Made changes to upgrade to Spring Boot 3

* Minor fixes

* Minor fixes
2023-12-31 16:38:52 +01:00
ACHRAF TAITAI 4c517ab0de BAEL-7068: Cast Query.list() to List<Type> in Hibernate (#15484) 2023-12-30 09:50:54 +01: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
Amit Pandey 8e1e357c9d Java 29169 :- Upgrade spring-jdbc to Spring Boot 3 (#15423) 2023-12-28 16:54:32 +02: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
anuragkumawat a347c74e04 JAVA-29004 Remove parent-java module (#15477) 2023-12-27 18:47:23 +02:00
Amit Pandey 49606ff3a4 Upgrade Spring-Data-YugabyteDB to boot 3 (#15453) 2023-12-26 19:04:31 +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
Dhawal Kapil 2fb4d3c9bf Update README.md 2023-12-24 20:42:45 +05:30
Dhawal Kapil e3ce1bf828 Update README.md 2023-12-24 20:41:29 +05:30
Gaetano Piazzolla 750cc9b748 JAVA-29283 | added missing code for article (#15459) 2023-12-24 15:02:39 +01:00
Amit Pandey 616b9b9eb3 Upgrade to MyBatis to Spring Boot 3 (#15456) 2023-12-22 18:51:54 +01:00
Bipin kumar a24cf067a9 JAVA-28508: Fix formatting of POMs Modules D to Q (#15360) 2023-12-22 18:08:55 +02:00
Amit Pandey aea8adcfda Updated ScyllaDB package to use Spring Boot 3 (#15461) 2023-12-21 13:14:23 +01: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
Amit Pandey f7d5d62a57 JAVA-28935 Upgrade to Spring Boot 3 for Mysql (#15436) 2023-12-20 08:46:34 +01: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
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
Gaetano Piazzolla 357494e56f JAVA-29238 | fixing tests (#15434) 2023-12-18 22:11:10 +01:00
panos-kakos bbd286ee11 Java 26656 (#15413)
* [JAVA-26656]

* [JAVA-26656]
2023-12-17 17:29:54 +01:00
Gaetano Piazzolla d6c236a31b JAVA-29222 | lib update (#15418) 2023-12-17 15:05:43 +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
Azhwani 841599a579 BAEL-7280: How to get last record ordered by date in Spring Data 2023-12-16 14:25:32 +01:00
Gaetano Piazzolla ec8fe08bb8 JAVA-29073 | removing harperDB jar (#15402) 2023-12-11 18:48:24 +01:00
panos-kakos d8c3be530b [JAVA-26730] Upgraded io.projectreactor to latest version (#15234) 2023-12-11 08:58:51 +01:00
panos-kakos b792a6e5ee [JAVA-28184] (#15366)
* [JAVA-28184] Moved code for article(Custom Naming Convention with Spring Data JPA) to spring-data-jpa-enterprise-2

* [JAVA-28184] Moved code for article(Working with Lazy Element Collections in JPA) to spring-data-jpa-enterprise-2
2023-12-10 23:49:27 +01:00
Gaetano Piazzolla f7205747ff JAVA-26712 | jjwt update (#15344)
* JAVA-26712 | jjwt update

* removed unused related article

* JAVA-26712 | fix
2023-12-10 22:39:11 +01:00
Gaetano Piazzolla e0b7b8c020 JAVA-26710 | Updating HikariCP library to the latest version - 5.1.0 (#15362) 2023-12-08 13:45:59 +01:00
edizor 6b41d74e5f Create README.md
[skip ci]
2023-12-07 22:15:31 +08:00
panos-kakos cf858a1493 Java 27490 (#15217)
* [JAVA-27490] Set java.version of JDK 9+ profile to JDK 17

* [JAVA-27490] Removed java.version from modules

* [JAVA-27490] Commented modules that are failing

* [JAVA-27490] Clean up

* [JAVA-27490] Clean up
2023-12-05 10:43:20 +05:30
timis1 e6501ada07 JAVA-26705 Upgrade lombok to latest version (#15305)
Co-authored-by: timis1 <noreplay@yahoo.com>
2023-12-03 21:19:12 +02:00
Alvin Austria 641ae1e973 Merge pull request #15335 from anuragkumawat/JAVA-26736
JAVA-26736 Upgrade jackson to latest version
2023-12-03 18:13:29 +01:00
davidmartinezbarua c55fe1ddb6 Merge pull request #15319 from parthiv39731/PR-7259
BAEL-7259
2023-12-02 14:14:23 -03:00
parthiv39731 0c7025b080 BAEL-7259: review comments implemented 2023-12-02 10:25:25 +05:30
anuragkumawat e076a171ee JAVA-26736 Upgrade jackson to latest version 2023-11-30 22:54:02 +05:30
parthiv39731 57eaebe8d5 BAEL-7259: renamed package 2023-11-30 19:40:11 +05:30
Harry9656 f3e865d163 Merge branch 'master' into task/JAVA-26765 2023-11-30 00:58:57 +01:00
parthiv39731 952f1d2cd2 Deleted unused file 2023-11-29 19:56:38 +05:30
parthiv39731 eac9c4d5e9 BAEL-7259 2023-11-29 19:45:34 +05:30
Alvin Austria 2b13f9c907 Merge pull request #15295 from anuragkumawat/JAVA-26737
JAVA-26737 Upgrade hibernate ehcache version in spring-hibernate-5 module
2023-11-28 06:42:26 +01:00
parthiv39731 43fd0973dd BAEL-7259 2023-11-27 23:15:13 +05:30