Commit Graph

1633 Commits

Author SHA1 Message Date
panos-kakos d2bcc42f67
[JAVA-32839] (#16266) 2024-04-01 22:18:07 +02:00
panos-kakos dad6f36a97
[JAVA-32836] (#16267) 2024-04-01 22:08:09 +02:00
panos-kakos 5360ae1a35
[JAVA-32841] (#16268) 2024-04-01 21:53:21 +02:00
Dragomir Alin 1694ed90c4 update test name 2024-04-01 17:11:55 +03:00
Zeeshan Arif 87fcf38d49 BAEL-7692 added case for ResultDTO_wo_Ids.java 2024-03-31 18:35:17 +05:00
Zeeshan Arif fbef22d79d BAEL-7692 added case for ResultDTO_wo_Ids.java 2024-03-31 18:04:22 +05:00
Zeeshan Arif 35bdac1c59 BAEL-7692 2024-03-31 17:50:00 +05:00
Maiklins cc10b9f208
Merge pull request #16241 from zeesh49/master
Code added for ticket: BAEL-7621
2024-03-29 21:24:24 +01:00
vunamtien c15f637d3a
[JAVA-30352] Move code of article Use Criteria Queries to spring-data-jpa-query-2 (#16230) 2024-03-29 16:12:29 +02:00
Dragomir Alin 551df74b9c BAEL-6265: PersistenceUnit vs PersistenceContext 2024-03-29 13:35:44 +02:00
vunamtien a6ea78aa47
[JAVA-29082] Split-or-move-spring-data-jpa-repo-module (#16252)
* [JAVA-29082] Split-or-move-spring-data-jpa-repo-module

* [JAVA-29082] Split-or-move-spring-data-jpa-repo-module
2024-03-29 11:26:43 +01:00
rcalago ee28b0f7e7
Update README.md 2024-03-27 10:15:28 +08:00
Wynn Teo c957410b7e
Bael 7648 (#16176)
* BAEL-7490 read write file in separate thread

* Change the to try resources

* Update the code to sync with article

* added new module for get list entity in hibernate

* Move the code to hibernate-queries module

* simplify the code
2024-03-26 20:19:44 -05:00
Zeeshan Arif e9ba1e73ff Code added for ticket: BAEL-7621:
StructDepartment.java
StructManager.java - (contains the @Struct annotation which is the annotation the ticket is about.
HibernateStructUnitTest.java - Struct unit test class. No unit test present because the hibernate dialect: org.hibernate.dialect.DerbyDialect does not support the @Struct annotation despite the fact that Apache Derby has support for CREATE TYPE (https://db.apache.org/derby/docs/10.17/ref/rrefsqljcreatetype.html) ddls.
hibernate-derby.properties - properties file, just for reference, not being used in unit tests.
2024-03-27 05:39:30 +05:00
Mikhail Polivakha 4912f824c9
BAEL-6174 (#16213) 2024-03-25 15:15:07 -07:00
ICKostiantyn.Ivanov 11084b012d BAEL-7297 - Add linebreak 2024-03-25 21:47:55 +01:00
sIvanovKonstantyn 0107076f08
Merge branch 'eugenp:master' into master 2024-03-25 21:39:21 +01:00
ICKostiantyn.Ivanov 6d9077ab53 BAEL-7297 - Continue with Transaction After Exception in JPA 2024-03-25 21:38:27 +01:00
Harry9656 42b9fb4598
[JAVA-32171] Fix missing pom.xml (#16196) 2024-03-24 23:53:37 +01:00
Amit Pandey 8dcc7d1569
JAVA-31500 :- Upgrade spring-data-redis to Spring Boot 3 (#16057) 2024-03-24 15:48:22 +02:00
Andrea Cerasoni bd9c74e8be
Merge pull request #16033 from ovidiumihaitacu/master
[BAEL-7421] - Creating Postgres Schema with Liquibase
2024-03-24 06:18:10 +00:00
ovidiu-mihai98 8f2b321720 Split Changelogs 2024-03-21 18:36:10 +02:00
rcalago bf24acf293
Update README.md 2024-03-21 23:42:32 +08:00
rcalago 68df725a28
Update README.md 2024-03-21 23:28:04 +08:00
Harry9656 8cd148b5b0
JAVA-31697: Fix failing integration test in spring-boot-persistence-mongodb (#16177) 2024-03-20 15:15:54 +02:00
davidmartinezbarua 2e8e4e4092
Merge pull request #16094 from sIvanovKonstantyn/master
BAEL-6163 - Examples for the article "Querydsl vs. JPA Criteria"
2024-03-19 10:37:46 -03:00
Zeeshan Arif 9bc0f1a4c2 BAEL-7460: Hibernate: Refresh, Evict, Replicate and Flush
Created test cases for refresh() and replicate() Hibernate methods & Fixed indentation
2024-03-17 18:58:50 +05:00
collaboratewithakash 7c8c13a4f0
backlink added 2024-03-15 12:38:00 +05:30
Wynn Teo 2c8e998cfd
Bael 6347 (#16061)
* BAEL-7490 read write file in separate thread

* Change the to try resources

* Update the code to sync with article

* add first draft

* Update code reformat
2024-03-14 21:23:10 -05:00
Harry9656 f7c541f9d0
Move code to common module - Spring Data JPA (#15733)
* JAVA-30484: Move code to new module - Spring Data JPA

* JAVA-30484: remove the duplicate code from the old modules.
2024-03-14 22:31:03 +01:00
ovidiu-mihai98 09cc4a18ca Updated versions 2024-03-14 21:22:33 +02:00
timis1 45fff184c2
[JAVA-32263] Review log statements for projects - Week 10 - Manually Created (#16096) 2024-03-13 08:33:25 +01:00
Harry9656 535d9a97b4
[JAVA-31568] Upgrade org.json and json-path libraries 2024-03-11 21:16:11 +01:00
sIvanovKonstantyn db287faace
Merge branch 'eugenp:master' into master 2024-03-11 12:36:31 +01:00
ICKostiantyn.Ivanov bd5512454d BAEL-6163 - Add code examples for the article "Querydsl vs. JPA Criteria" 2024-03-11 12:35:51 +01:00
Loredana Crusoveanu 6c1451dca5
Merge pull request #16081 from rcalago/master
Update on README.md
2024-03-09 18:03:31 +02:00
vunamtien 8a0c30588e
[JAVA-31656] Upgrade spring-oxm & spring-batch-core (#16045) 2024-03-09 16:47:37 +02:00
timis1 375015808d
JAVA-29179 Upgrade spring-data-cassandra-2 to Spring Boot 3 (#16066) 2024-03-09 16:46:05 +02:00
rcalago db133f7c93
Update README.md 2024-03-09 06:21:32 +08:00
rcalago bc1a5dfb27
Update README.md 2024-03-09 06:07:43 +08:00
anuragkumawat 19b6e5a3f1
JAVA-31111 Fix references to parent in spring-boot-persistence-4 spring-6-rsocket spring-cloud-azure modules (#15964) 2024-03-07 14:05:00 +02:00
sam-gardner 0ff06d1cf4
[JAVA-28930] Upgrade blaze-persistence to Spring Boot 3 (#16051) 2024-03-06 22:13:40 +01:00
Harry9656 a28abb7d2e
[JAVA-28954] Migrate spring-data-jpa-enterprise-2 module to parent-boot-3. (#16054) 2024-03-06 21:53:45 +01:00
vunamtien 39e93518ce
[JAVA-31501] Upgrade spring-data-mongodb to Spring Boot 3 (#16037) 2024-03-05 15:56:24 +02:00
ovidiu-mihai98 028a0dbe9f [BAEL-7421] - Creating Postgres Schema with Liquibase 2024-03-03 20:25:07 +02:00
Wynn Teo 4f0a8ce5d9
Bael 6317 (#15978)
* BAEL-7490 read write file in separate thread

* Change the to try resources

* Update the code to sync with article

* BAEL-6317 Query Hint

* BAEL-6317 check if date object equals to yesterday

* Wrong file
2024-03-03 10:01:05 -06:00
Loredana Crusoveanu 666c81960b
Merge pull request #16016 from rcalago/master
Update on README.md
2024-03-01 12:46:19 +02:00
panos-kakos 924f3ff446
[JAVA-31655] Upgrade testcontainers.postgresql to the latest version (#16001) 2024-03-01 09:05:47 +01:00
rcalago da289ce699
Create README.md 2024-03-01 14:34:52 +08:00
rcalago eacd2adc0f
Update README.md 2024-03-01 14:22:47 +08:00
Eugene Kovko f7bd3d50f5
BAEL-7509: An example with optimized referenceBy (#15988)
* BAEL-7509: An example with optimized referenceBy

* BAEL-7509: Added query counting tests

* BAEL-7509: Formatting fix
2024-02-29 12:50:38 -08:00
Harry9656 258a3e4941
[JAVA-31577] Review and Upgrade to latest Guava version (#15986) 2024-02-29 19:46:09 +01:00
panos-kakos cf864cf8b8
[JAVA-31564] Upgrade Calcite module to latest version (#15977) 2024-02-28 20:07:34 +01:00
Manfred 6d1ed25da1
BAEL-7572: Spring Data JPA Repository for Database View (#15918) 2024-02-27 20:13:46 -06:00
sam-gardner 0d161ef8af
JAVA-31644 Update maven-compiler-plugin to 3.12.1 (#15952)
* JAVA-31644 Update maven-compiler-plugin to 3.12.1

* JAVA-31644 Update maven compiler plugin to 3.12.1 for more modules

* JAVA-31644 Continue upgrading modules to use maven-compiler-plugin 3.12.1
2024-02-26 17:04:34 +01:00
sam-gardner 0e39a41cfa
JAVA-31651 Update querydsl-mongodb to 5.1.0 in spring-data-mongodb (#15980) 2024-02-26 15:43:45 +01:00
panos-kakos cb3b854caa
[JAVA-30180] Upgraded jackson library in main pom.xml (#15847)
* [JAVA-30180] Upgraded jackson library in main pom.xml

* [JAVA-30180] Reverted jackson upgrade for apache-kafka

* [JAVA-30180]
2024-02-25 22:26:52 +01:00
Loredana Crusoveanu 8c3dc71532
Merge pull request #15958 from rcalago/master
Update on README.md
2024-02-25 12:45:34 +02:00
Wynn Teo c1e287b9c9
Bael 7394 (#15942)
* BAEL-7490 read write file in separate thread

* Change the to try resources

* Update the code to sync with article

* BAEL-7394 @datatestjpa in junit

* Added new module to parent
2024-02-24 19:51:07 -06:00
rcalago cc43af9747
Update README.md 2024-02-24 15:19:54 +08:00
anuragkumawat f35b098b72
Java-31483 Comment spring-jinq and spring-jooq, revert sb3 upgrade of spring-rest-template-2 (#15929) 2024-02-22 11:54:52 +02:00
Manfred 1b843fd34a
BAEL-7296: Calling Custom Database Functions with JPA (#15869) 2024-02-20 21:31:55 -06:00
anuragkumawat acb28bdec3
JAVA-31341 Fix spring-jooq and spring-mybatis module (#15897) 2024-02-20 16:28:46 +02:00
davidmartinezbarua 1b594c7e97
Merge pull request #15871 from hmdrzsharifi/BAEL-7484
Bael 7484: Move article 'Spring Data MongoDB - Configure Connection' code into spring-boot-persistence-mongodb module
2024-02-19 14:44:44 -03:00
Sam e20c10f018
implementation for bael-7284 (#15636)
* implementation

* feedback

---------

Co-authored-by: technoddy <mail.technoddy@gmail.com>
2024-02-18 11:30:11 -06:00
rcalago ded13493d9
Update README.md 2024-02-17 06:23:02 +08:00
rcalago 2a75c0aac3
Update README.md 2024-02-17 06:17:42 +08:00
rcalago 8983dde8f0
Update README.md 2024-02-17 06:13:39 +08:00
anuragkumawat 250500d120
JAVA-31108 Upgrade parent-boot-3 to latest version - Fix modules v1 (#15824) 2024-02-16 11:04:05 +02: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
h_sharifi fabd8328a6 #BAEL-7484: add main source 2024-02-13 09:41:45 +03:30
Amit Pandey a246045b48
[JAVA-31185] - Upgrade to Hibernate latest version for persistence modules (#15832) 2024-02-12 09:21:05 +01:00
Amit Pandey 5b86742881
JAVA-28958 :- Upgrade spring-data-jpa-repo-2 to Spring Boot 3 (#15826)
* Initial Commit

* JAVA-28958 :- Upgrade to Spring Boot 3 for spring-data-jpa-repo-2.

* JAVA-28958 :- Delete unnecessary properties.

* JAVA-28958 :- Add property in POM.
2024-02-12 00:41:10 +01:00
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