Commit Graph

12 Commits

Author SHA1 Message Date
Gaetano Piazzolla 106067388d JAVA-220644 | Upgrade spring-boot-persistence-h2 to Spring Boot 3 (#14998) 2023-10-21 11:36:49 +03:00
Bipinkumar27 c19e9da614 JAVA-22773: Adding spring-boot-starter-web dependecy for stopping the application closes immediately 2023-08-01 21:26:00 +05:30
sampadawagde c4cac4d381 JAVA-5223: Fix formatting of POMs (Persistence Modules - Part 2) 2021-05-10 20:06:19 +05:30
Loredana 5a05897688 revert explicit junit, maven version overrides for boot projects 2020-10-14 16:16:17 +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
Krzysztof Woyke b8a3dd7a68 JAVA-1782: Remove byte-buddy dep from parent-boot-2's children 2020-06-05 15:38:09 +02:00
Krzysztof Woyke 3c455c5c56 JAVA-1635: Remove unnecessary dependencies and overridden spring-boot.version 2020-05-25 13:03:25 +02:00
petershatunov a94b56c74e lazy_load_no_trans init commit (#8736)
* lazy_load_no_trans init commit

* refactoring

* methods naming

* Update persistence-modules/spring-boot-persistence-h2/src/test/java/com/baeldung/lazy_load_no_trans/LazyLoadNoTransPropertyOnIntegrationTest.java

Co-Authored-By: KevinGilmore <kpg102@gmail.com>

* Update persistence-modules/spring-boot-persistence-h2/src/test/java/com/baeldung/lazy_load_no_trans/LazyLoadNoTransPropertyOnIntegrationTest.java

Co-Authored-By: KevinGilmore <kpg102@gmail.com>

* Update persistence-modules/spring-boot-persistence-h2/src/test/java/com/baeldung/lazy_load_no_trans/LazyLoadNoTransPropertyOffIntegrationTest.java

Co-Authored-By: KevinGilmore <kpg102@gmail.com>

* naming

* code readability

Co-authored-by: admin <git-commit-id-plugin>
Co-authored-by: KevinGilmore <kpg102@gmail.com>
2020-03-18 21:00:37 +00:00
Dhawal Kapil d9aff41077 BAEL-21545 POM Properties Cleanup
- Cleanup of persistence-modules submodules cleanup
2020-01-27 00:40:23 +05:30
catalin-burcea 153a3923f0 [BAEL-18783] - Fix formatting of POMs 2019-12-06 11:40:56 +02:00
kwoyke 256c40aa3f BAEL-3385: Hibernate @NotNull vs @Column(nullable = false) (#8194)
* BAEL-3385: Hibernate @NotNull vs @Column(nullable = false)

* BAEL-3385: Fix test's assertion
2019-11-20 10:30:16 +01:00
Eric Martin 3225470df5 Merge pull request #8125 from eugenp/revert-8119-BAEL-3275-2
Revert "BAEL-3275: Using blocking queue for pub-sub"
2019-10-31 20:43:47 -05:00