Commit Graph

1588 Commits

Author SHA1 Message Date
Pedro Lopes 28bb26ceb2
BAEL-6852: Can @Transactional and @Async work together? (#16126)
* adding tests and repo classes

* wrapping up logic]

* removing test

* removing sql files

* changing to throw exception on optional]

* introducing property in pom
2024-04-10 07:32:21 +02:00
panos-kakos c3939b1850
[JAVA-32833] (#16265)
* [JAVA-32833]

* [JAVA-32833] Fixed configuration
2024-04-08 22:54:14 +02:00
Wynn Teo 8e247e172b
Bael 7668 (#16257)
* BAEL-7490 read write file in separate thread

* Change the to try resources

* Update the code to sync with article

* jooq join table

* Fix the wildcard import
2024-04-07 21:30:35 -05:00
Maiklins f8fe72540d
Merge pull request #16279 from zeesh49/BAEL-7692-Join-Queries
Bael 7692 join queries
2024-04-07 22:39:28 +02:00
timis1 0290702ccc
JAVA-32805 Upgrade jedis for spring boot 3 in spring-data-redis (#16301) 2024-04-07 13:10:36 +03:00
sIvanovKonstantyn db60b63c1b
BAEL-7297 - Continue with Transaction After Exception in JPA (#16233)
* BAEL-7297 - Continue with Transaction After Exception in JPA

* BAEL-7297 - Add linebreak

---------

Co-authored-by: ICKostiantyn.Ivanov <ICKostiantyn.Ivanov@amwell.com>
2024-04-06 08:43:52 +05:30
Wynn Teo bb544b9168
Bael 7420 (#16242)
* BAEL-7490 read write file in separate thread

* Change the to try resources

* Update the code to sync with article

* Jsonb query

* Added new module to parent pom
2024-04-04 21:01:52 -05:00
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
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
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