Commit Graph

42 Commits

Author SHA1 Message Date
timis1 e6501ada07 JAVA-26705 Upgrade lombok to latest version (#15305)
Co-authored-by: timis1 <noreplay@yahoo.com>
2023-12-03 21:19:12 +02:00
Harry9656 0f05a581e2 JAVA-26765: Update persistence-modules/spring-boot-persistence-2 to new mysql connector 2023-11-23 04:37:13 +01:00
kasramp ef2de84e4e JAVA-23096 revert slf4j and logback upgrades 2023-08-30 15:54:25 +02:00
panos-kakos 4a0a7fb937 [JAVA-23096] Upgraded logback library version to latest available 2023-08-20 12:39:42 +03:00
Dhawal Kapil 296bba8657 Update README.md (#14414) 2023-07-15 17:33:35 +05:30
Gaetano Piazzolla 673673cad8 JAVA-21601 | Using oracle Starter instead of Multiple dependencies. (#14326) 2023-06-30 16:19:14 +05:30
timis1 bb9e5b65b4 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 b5cfb729e7 Changed properties to oracleucp from ucp 2022-05-03 17:02:25 +03:00
panagiotiskakos 511416d22b Changed properties to oracleucp from ucp 2022-05-03 16:23:08 +03:00
chaos2418 686857c251 JAVA-8435: reducing logging for tutorials-integration job 2021-11-20 09:45:50 +05:30
Rafael Lopez e03662dd54 JAVA-7334: Update 'Oracle Connection Pooling With Spring' article 2021-09-19 17:56:49 -04:00
sampadawagde c4cac4d381 JAVA-5223: Fix formatting of POMs (Persistence Modules - Part 2) 2021-05-10 20:06:19 +05:30
Krzysztof Woyke bb8bac806a JAVA-4529: Rename some unit tests to integration tests 2021-03-26 10:57:39 +01:00
Loredana Crusoveanu 65d2996c10 Merge pull request #10235 from johnA1331/master
BAEL-29324 - add links to github-baeldung articles
2020-11-06 12:41:55 +02:00
GilvanOrnelas bd6e3a5328 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 95cc0130a7 Update README.md 2020-11-05 14:10:38 +08:00
GilvanOrnelas d4a8a33604 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 88820fbc63 Update README.md 2020-10-21 11:37:34 +08:00
mdabrowski-eu 53609d6594 BAEL-4565 Object States in Hibernate's Session (#10107) 2020-10-09 07:59:51 +03:00
François Dupire 68287516fe [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 68b732beb0 [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 7ab2f437ee Revert "BAEL-4134" 2020-07-07 14:18:10 +03:00
Ali Dehghani 3582280608 Fixed the Datasource Assertion Issue 2020-05-27 22:25:08 +04:30
Josh Cummings 436998de1f 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 f48582cfe1 BAEL-4079: Add Oracle dependencies (#9338) 2020-05-23 19:55:53 +02:00
mikr 6eaf9840a0 BAEL-1524 Change http into https 2020-05-21 12:08:11 +02:00
mikr dca1a9fb3f BAEL-1524 Fix test 2020-05-16 18:20:33 +02:00
mikr 94ed56e4f5 BAEL-1524 Put back HikariCP 2020-05-16 17:21:28 +02:00
mikr 958435e0b3 BAEL-1524 Add HikariCP exclusion to Spring Boot Data JPA dependency 2020-05-16 17:04:21 +02:00
mikr 8c1e57cc58 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 af387990c8 BAEL-3849 Implemented example code for comparing Transactional. (#9261) 2020-05-10 07:43:51 +02:00
mikr c2637f1509 BAEL-1524 Split spring-boot-persistence module 2020-05-09 14:56:21 +02:00
johnA1331 9d62a60deb Update README.md 2020-05-05 17:50:35 +08:00
Aitor Cuesta 8c77609793 BAEL-3075 - Removing byte-buddy dependency 2020-04-15 08:01:26 +02:00
Aitor Cuesta 33d6f3853c 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 5fc5e76929 BAEL-3075 - PR reviews, removing Oracle jars, adding extra explanation/configuration to Oracle configurations 2020-04-08 11:30:52 +02:00
Aitor Cuesta b2bc2dca8f BAEL-3075 - Adding ojdbc8.jar, ons.jar and ucp.jar 2020-04-05 17:10:49 +02:00
Aitor Cuesta 6d60aad5f9 BAEL-3075 - Initial commit 2020-04-05 12:51:27 +02:00
amit.pandey fb58191295 resolve merge conflicts 2020-01-30 02:39:31 +05:30
amit.pandey f3740fc344 extract pom version into properties 2020-01-30 02:16:26 +05:30
Dhawal Kapil 579eddd624 Merge branch 'master' of https://github.com/eugenp/tutorials into task/BAEL-21545_persistencemodules 2020-01-29 20:51:32 +05:30
Philippe 45de2abf96 [BAEL-3164] Rename module to spring-boot-persistence-2 2020-01-26 18:04:24 -03:00