Commit Graph

1552 Commits

Author SHA1 Message Date
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
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
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
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