Commit Graph

43 Commits

Author SHA1 Message Date
Amit Pandey 2de2d80c81
[JAVA-31110] - Upgrade to Hibernate modules to the latest version (#15807) 2024-02-05 20:51:32 +01:00
Gaetano Piazzolla 106067388d JAVA-220644 | Upgrade spring-boot-persistence-h2 to Spring Boot 3 (#14998) 2023-10-21 11:36:49 +03:00
panos-kakos eecb334204 [JAVA-24250] Added classpath prefix 2023-08-19 19:40:38 +03:00
Bipinkumar27 4bd1da5dd1 JAVA-23773: Changes made for adding classPath in properties file 2023-08-07 18:40:50 +05:30
Bipinkumar27 c19e9da614 JAVA-22773: Adding spring-boot-starter-web dependecy for stopping the application closes immediately 2023-08-01 21:26:00 +05:30
edizor 7eba847b93 Update README.md
[skip ci]
2023-05-11 23:50:18 +08:00
Azhwani 8d0158aa5b BAEL-6326: Spring Boot H2 JdbcSQLSyntaxErrorException expected identifier (#13843) 2023-05-04 08:09:02 +02:00
panos-kakos 50a57f06ca [JAVA-15470] Fixed issues on properties file (#12945)
Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com>
2022-10-29 22:00:29 +05:30
Haroon Khan 7f6b12abcb [JAVA-13976] Fix integration tests after Spring Boot upgrade to 2.7.2 (#12647) 2022-08-25 21:30:13 +05:30
Loredana Crusoveanu 4054e8f860 Merge branch 'master' into JAVA-7244-Review_log_statements_for_projects 2021-12-09 10:22:41 +02:00
kwoyke 19af11766b Merge pull request #11479 from chaos2418/JAVA-8435
JAVA-8435: reducing logging for tutorials-integration job
2021-11-26 13:28:47 +01:00
kwoyke 1871d1a89c Merge pull request #11468 from chaos2418/JAVA-8405
JAVA-8405: reducing logging for tutorials-build-job
2021-11-23 13:43:19 +01:00
chaos2418 686857c251 JAVA-8435: reducing logging for tutorials-integration job 2021-11-20 09:45:50 +05:30
chaos2418 58e6087b3d JAVA-8405: reducing logging for tutorials-build-job 2021-11-19 13:39:00 +05:30
Haroon Khan e1331505c5 [JAVA-6455] Remove Lombok 2021-11-18 13:23:25 +00:00
Haroon Khan 9e22d43bab [JAVA-6455] Update H2 code with latest Spring Boot changes 2021-11-16 20:45:56 +00:00
mikr e3aebd9c10 Merge branch 'master' of https://github.com/Maiklins/tutorials into JAVA-7244-Review_log_statements_for_projects
 Conflicts:
	algorithms-searching/src/test/java/com/baeldung/algorithms/quadtree/QuadTreeSearchUnitTest.java
2021-10-31 20:54:51 +01:00
Ashish Gupta faf9c9e3ee Update application.yaml 2021-10-18 10:39:18 +05:30
Ashish Gupta 6ada7ea861 Update application.yaml 2021-10-18 10:33:43 +05:30
Ashish Gupta 88261b4340 Merge branch 'eugenp:master' into master 2021-10-18 10:30:15 +05:30
Ashish Gupta 1afa3bfcea BAEL-5126 2021-10-15 12:24:11 +05:30
Shashank b5ed1148cc Spring Boot 2.5.x compatible updates in spring-boot-persistence-h2 2021-10-15 09:46:03 +05:30
mikr 72f31df764 JAVA-7244 Review log statements for projects 2021-09-18 00:37:04 +02:00
Dhawal Kapil b6a5974f85 JAVA-3247 Reduce logging of tutorials-integration job 2021-08-21 14:14:24 +05:30
kwoyke eb1f4e1e90 JAVA-5875: Upgrade Spring Boot to 2.5.1 (#10956)
* JAVA-5875: Upgrade Spring Boot to 2.5.1

* JAVA-5875: Leave jta module on Spring Boot 2.4.7

* JAVA-5875: Update spring-boot-persistence-mongodb to use embedded Mongo 3.0

* JAVA-5875: Leave spring-data-dynamodb on Spring Boot 2.4.7

* JAVA-5875: ErrorController#getErrorPath has been removed

* JAVA-5875: Fix SQL Script DataSource Initialization

* JAVA-5875: ErrorController#getErrorPath has been removed

* JAVA-5875: Fix RepositoryRestConfigurer

* JAVA-5875: Fix issues caused by rest-assured upgrade

* JAVA-5875: Upgrade spring-cloud-dependencies to 2020.0.3

* JAVA-5875: Leave spring-boot-keycloak on Spring Boot 2.4.7

* JAVA-5875: Fix data.sql script initialization

* JAVA-5875: Leave spring-security-legacy-oidc on Spring Boot 2.4.7

* JAVA-5875: Fix data.sql script initialization

* JAVA-5875: Fix data.sql script initialization

* JAVA-5875: Update de.flapdoodle.embed.mongo dependency

* JAVA-5875: Upgrade spring-cloud-dependencies to 2020.0.3

* JAVA-5875: Update Spring Cloud dependencies

* JAVA-5875: Update cloud dependencies

* JAVA-5875: Defer datasource initialization

* JAVA-5875: Fix rest assured version

* JAVA-5875: Fix Spring Batch serialization issue

* JAVA-5875: Update Spring Cloud Stream version

* JAVA-5875: Update Spring Kafka version

* JAVA-5875: Leave spring-zuul-rate-limiting on Spring Boot 2.4.7

Co-authored-by: Krzysztof Woyke <krzysztof.woyke.sp@lhsystems.com>
2021-06-26 01:20:37 +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
johnA1331 539324181f Update README.md 2020-10-07 17:32:44 +08:00
majajoksovic d3744f7694 BAEL-4505 (#10119)
* initial commit

* fixed formatting

* formatting changes

* test fix
2020-10-02 10:23:50 -07: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
johnA1331 2ecd4cb204 Update README.md 2020-04-07 16:27:04 +08:00
Ali Dehghani dc5f7efe47 Fixing the False Sharing of the Data.sql File 2020-03-31 22:04:57 +04:30
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
Krzysztof Woyke 2a88751ec6 BAEL-3385: Update README.md 2019-12-16 08:53:28 +01:00
Krzysztof Woyke e11af10b9b BAEL-3385: Move article related code to its own package 2019-12-16 08:51:01 +01:00
catalin-burcea 153a3923f0 [BAEL-18783] - Fix formatting of POMs 2019-12-06 11:40:56 +02:00
amit2103 b787240f29 Fixed conflicts 2019-11-25 00:24:40 +05:30
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
amit2103 cbf0e6f6f1 [BAEL-19420] - Removed the duplicate SpringContextIntegrationTest and spring-context profile 2019-11-20 11:11:07 +05:30
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