Commit Graph

1578 Commits

Author SHA1 Message Date
rcalago eb73935257
Update README.md 2024-04-04 00:07:54 +08:00
rcalago 1c4caceec0
Update README.md 2024-04-04 00:01:26 +08:00
rcalago 0eaafc735e
Update README.md 2024-04-03 23:45:43 +08:00
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
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
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
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