Commit Graph

36 Commits

Author SHA1 Message Date
timis1
7214325615 JAVA-20165 Upgrade spring-boot hibernate specific modules to JDK 11 (#13952)
* JAVA-20165 Upgrade spring-boot hibernate specific modules to JDK 11

* JAVA-20165 Migrating spring-boot-persistence-mongodb

* JAVA-20165 Migrating spring-boot-persistence-mongodb-2

* JAVA-20165 Migrating spring-boot-persistence-mongodb-3

* JAVA-20165 Adding latest version for jdbi in spring-boot-persistence-2 module

---------

Co-authored-by: timis1 <noreplay@yahoo.com>
2023-05-12 19:14:03 +05:30
panagiotiskakos
5869e3c966 Changed properties to oracleucp from ucp 2022-05-03 17:02:25 +03:00
panagiotiskakos
9cfef76e0b Changed properties to oracleucp from ucp 2022-05-03 16:23:08 +03:00
chaos2418
fa1f32f186 JAVA-8435: reducing logging for tutorials-integration job 2021-11-20 09:45:50 +05:30
Rafael Lopez
e0b58f1f8c JAVA-7334: Update 'Oracle Connection Pooling With Spring' article 2021-09-19 17:56:49 -04:00
sampadawagde
aac443ba85 JAVA-5223: Fix formatting of POMs (Persistence Modules - Part 2) 2021-05-10 20:06:19 +05:30
Krzysztof Woyke
a191b8bb05 JAVA-4529: Rename some unit tests to integration tests 2021-03-26 10:57:39 +01:00
Loredana Crusoveanu
5900412a93 Merge pull request #10235 from johnA1331/master
BAEL-29324 - add links to github-baeldung articles
2020-11-06 12:41:55 +02:00
GilvanOrnelas
c7b0b6dc68 Fixing db indexing integration tests (#10229)
Co-authored-by: Gilvan Ornelas Fernandes Filho <gilvan.fernandes@bairesdev.com>
2020-11-06 09:04:33 +00:00
johnA1331
f0a47e9868 Update README.md 2020-11-05 14:10:38 +08:00
GilvanOrnelas
4711e4fedb Storing files indexed by a database (#10174)
Creating the FileLocationService to link the FileSystemRepository to the ImageDbRepository. Removing test order

Changing to BDDMockito

Changing Long wrapper for @id. Changing the test names to given-when-then pattern

Co-authored-by: Gilvan Ornelas Fernandes Filho <gilvan.fernandes@bairesdev.com>
2020-11-01 14:46:15 +00:00
johnA1331
7bd8578c85 Update README.md 2020-10-21 11:37:34 +08:00
mdabrowski-eu
e5e2112d0b BAEL-4565 Object States in Hibernate's Session (#10107) 2020-10-09 07:59:51 +03:00
François Dupire
d3ef791ab6 [JAVA-1669] Upgrading JUnit and Maven Surefire Plugin versions (#10018)
* [JAVA-1669] Upgrading JUnit and Maven Surefire Plugin versions

* Upgraded JUnit version for persistence-module and the modules that directly depends on it

* Upgraded Maven Surefire Plugin version for these as well

* Either made modules inheriting from persistence-modules instead of parent-modules or added relative paths when already inheriting persistence-modules

* Upgraded versions in other modules

* [JAVA-1669] Removed explicit relativePath in pom.xml when default value used

* [JAVA-1669] Minor fix
2020-09-23 23:40:21 +05:30
fdpro
001a5ca355 [JAVA-2306] Fixes after Loredana's review
* Brought back UserRepositoryCustomImpl.java

* Added link to https://www.baeldung.com/spring-data-jpa-query in spring-data-jpa-query-2 README

* Migrated code for https://www.baeldung.com/spring-data-jpa-query-by-date

* Migrated https://www.baeldung.com/spring-vs-jta-transactional to spring-persistence-simple
2020-09-05 15:37:32 +02:00
Loredana Crusoveanu
485b4e3e99 Revert "BAEL-4134" 2020-07-07 14:18:10 +03:00
Ali Dehghani
338fd48b07 Fixed the Datasource Assertion Issue 2020-05-27 22:25:08 +04:30
Josh Cummings
9b54e0d89c Merge pull request #9333 from Maiklins/Java-1524-split-move-spring-boot-persistence
BAEL-1524 Change http into https
2020-05-27 09:29:21 -06:00
kwoyke
6d09689e54 BAEL-4079: Add Oracle dependencies (#9338) 2020-05-23 19:55:53 +02:00
mikr
3b3aa601aa BAEL-1524 Change http into https 2020-05-21 12:08:11 +02:00
mikr
6c97d5020b BAEL-1524 Fix test 2020-05-16 18:20:33 +02:00
mikr
3d3d53e356 BAEL-1524 Put back HikariCP 2020-05-16 17:21:28 +02:00
mikr
1f2ef29d49 BAEL-1524 Add HikariCP exclusion to Spring Boot Data JPA dependency 2020-05-16 17:04:21 +02:00
mikr
ab2e24e3ea Merge branch 'master' of https://github.com/Maiklins/tutorials into Java-1524-split-move-spring-boot-persistence
 Conflicts:
	persistence-modules/spring-boot-persistence-2/README.md
2020-05-16 16:47:19 +02:00
Cicio Flaviu
899c7a2073 BAEL-3849 Implemented example code for comparing Transactional. (#9261) 2020-05-10 07:43:51 +02:00
mikr
2f06b7a98a BAEL-1524 Split spring-boot-persistence module 2020-05-09 14:56:21 +02:00
johnA1331
5a7caef7ea Update README.md 2020-05-05 17:50:35 +08:00
Aitor Cuesta
2cd62a7f0b BAEL-3075 - Removing byte-buddy dependency 2020-04-15 08:01:26 +02:00
Aitor Cuesta
a9daddd9b6 BAEL-3075 - Undo whitespaces from pom.xml. README.md is replaced with the original version 2020-04-12 10:46:36 +02:00
Aitor Cuesta
7fa4d0ed31 BAEL-3075 - PR reviews, removing Oracle jars, adding extra explanation/configuration to Oracle configurations 2020-04-08 11:30:52 +02:00
Aitor Cuesta
84f59ee07c BAEL-3075 - Adding ojdbc8.jar, ons.jar and ucp.jar 2020-04-05 17:10:49 +02:00
Aitor Cuesta
5c3fbd02ec BAEL-3075 - Initial commit 2020-04-05 12:51:27 +02:00
amit.pandey
2a698d7975 resolve merge conflicts 2020-01-30 02:39:31 +05:30
amit.pandey
a407505698 extract pom version into properties 2020-01-30 02:16:26 +05:30
Dhawal Kapil
7936cd3154 Merge branch 'master' of https://github.com/eugenp/tutorials into task/BAEL-21545_persistencemodules 2020-01-29 20:51:32 +05:30
Philippe
233241c0ae [BAEL-3164] Rename module to spring-boot-persistence-2 2020-01-26 18:04:24 -03:00