Commit Graph

1510 Commits

Author SHA1 Message Date
panos-kakos d5fdbd7dea
[JAVA-28933] - Upgrade Flyway module to spring boot 3 (#15836) 2024-02-11 13:45:29 +01:00
Amit Pandey 2f5aaaee4c
[JAVA-31113] Upgrade projects to latest hibernate version (#15825) 2024-02-09 11:26:18 +01:00
Bipin kumar 8d9335f934
JAVA-31120 Fix formatting of POMs D_P (#15822) 2024-02-08 16:01:02 +02:00
Ulisses Lima f386325a94
Merge pull request #15787 from eukovko/BAEL-7452-Transactional-annotations
BAEL-7452: Added transactional annotations to GroupService
2024-02-07 14:15:03 -03:00
panos-kakos 8fa19c0930
[JAVA-29499] Upgraded spring-data-jpa-query to spring boot 3 (#15774) 2024-02-07 16:05:13 +02:00
Manfred 7055bb3f6b
BAEL-7282: Getting all results at once in a paged query method (#15761) 2024-02-06 19:52:45 -06:00
brokenhardisk 036ec22bb7
BAEL-7400:Hibernate SoftDelete Annotation (#15784)
* BAEL-7400:Hibernate SoftDelete Annotation

* BAEL-7400:Hibernate SoftDelete Annotation

* BAEL-7400:Hibernate SoftDelete Annotation
2024-02-06 08:06:20 +05:30
Amit Pandey 9417ac26a3
[JAVA-31115] Upgrade read-only-transactions to latest Hibernate and Spring Boot 3(#15814) 2024-02-05 21:23:13 +01:00
Amit Pandey 2de2d80c81
[JAVA-31110] - Upgrade to Hibernate modules to the latest version (#15807) 2024-02-05 20:51:32 +01:00
Amit Pandey 6a33ca8f57
[JAVA-30684] - Upgrade Hibernate to the latest version for Spring-JPA and Spring-JPA-2 modules (#15798) 2024-02-05 20:49:52 +01:00
Sam f254e8f751
implementation bael-6949 (#15643)
* implementation

* feedbacks

---------

Co-authored-by: technoddy <mail.technoddy@gmail.com>
2024-02-04 17:27:35 -06:00
rcalago 38f648859d
Update README.md 2024-02-03 09:20:44 +08:00
rcalago 0bedd12300
Update README.md 2024-02-03 09:05:06 +08:00
davidmartinezbarua 772649421b
Merge pull request #15669 from hmdrzsharifi/BAEL-7434
Bael 7434: Verify code for "Multitenancy With Spring Data JPA"
2024-02-02 13:21:41 -03:00
Eugene Kovko 6c6ed2ba66 BAEL-7452: Added transactional annotations to GroupService 2024-02-01 13:52:36 +01:00
Bipin kumar 4bde015e08
JAVA-30208: Changes made for adding spring-hibernate-5 (#15659) 2024-01-31 16:43:41 +02:00
Loredana Crusoveanu 3369cdfdc1
Merge branch 'master' into master 2024-01-28 11:52:43 +02:00
Manfred 002384b668
BAEL-6753: Storing PostgreSQL jsonb Using SpringBoot and JPA (#15632)
* BAEL-6753: Storing PostgreSQL jsonb Using SpringBoot and JPA

* BAEL-6753: Storing PostgreSQL jsonb Using SpringBoot and JPA
2024-01-27 19:14:00 -06:00
rcalago 68b46cf66a
Update README.md 2024-01-27 21:27:04 +08:00
rcalago 519b43caa9
Create README.md 2024-01-27 20:55:09 +08:00
collaboratewithakash c99962d10a
backlink updated 2024-01-27 13:16:38 +05:30
collaboratewithakash 9c8f0e5281
backlink added 2024-01-27 12:24:43 +05:30
Eugene Kovko 450e82b2ca
Bael 7452 fixes (#15729)
* BAEL-7452: Renamed service getter

* BAEL-7452: Delombok and cleanup
2024-01-25 09:30:04 -08:00
Eugene Kovko 15de11de9a
Bael 7452 updated (#15714)
* BAEL-7452: Lazy loaded lists

* BAEL-7452: Example with Lazy Lists

* BAEL-7452: Test for lazy groups
2024-01-23 10:23:39 -08:00
Bipin kumar 3aa6d757c1
[JAVA-28956] Upgrade spring-data-jpa-repo module to Spring Boot 3 (#15665) 2024-01-22 23:46:19 +01:00
Loredana Crusoveanu bcab98e9c1
Merge pull request #15686 from rcalago/master
Updated README.md
2024-01-22 12:10:27 +02:00
Bipin kumar a09f1a89f1
[JAVA-30443] Changes made for removing commented module spring-data-rest (#15688) 2024-01-21 22:30:13 +01:00
anuragkumawat cebe2cbb62
JAVA-29069 Add not-fixed comment for spring-data-cassandra for JDK17 (#15676) 2024-01-19 15:55:21 +02:00
rcalago 305b8bc895
Update README.md 2024-01-19 10:58:16 +08:00
rcalago 05e5e82299
Update README.md 2024-01-19 10:48:43 +08:00
rcalago 37c73560d6
Update README.md 2024-01-19 10:09:36 +08:00
rcalago 36d34de0b6
Update README.md 2024-01-19 09:46:40 +08:00
rcalago 96e4a42e28
Update README.md 2024-01-19 09:39:10 +08:00
Eugene Kovko 9aa37e2746
BAEL-6887: List vs Set in @OneToMany JPA (#15677) 2024-01-18 11:43:05 -08:00
Amit Pandey 9801f1eb7d
JAVA-29068 - Fixed Spring Boot Mysql and added it back to module POM (#15670) 2024-01-18 14:55:38 +02:00
h_sharifi 189b0723ab #BAEL-7434: add defaultTenant 2024-01-17 18:53:04 +03:30
h_sharifi e8d187fec0 #BAEL-7434: refactor jwt 2024-01-17 18:52:26 +03:30
h_sharifi 79b63e92fc #BAEL-7434: add logback dependency 2024-01-17 18:51:28 +03:30
h_sharifi 8cc0b3e08f #BAEL-7434: add AuthenticationManager bean 2024-01-17 18:50:41 +03:30
parthiv39731 e2b84b5919 BAEL-7319, Introduction to Apache Calcite 2024-01-14 18:01:21 +05:30
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