21 Commits

Author SHA1 Message Date
Balamurugan
cbb69570dc BAEL-5988: Added properties for fixing failing tests for R2DBCExampleApplicationIntegrationTest (#13738) 2023-03-29 23:15:36 -06:00
edizor
541aae67ac Update README.md
[skip ci]
2023-03-24 16:43:59 +08:00
Balamurugan
cac3638c10 BAEL-5988: Added code for Spring R2DBC flyway migration with tests (#13551)
* BAEL-5988: Added code for Spring R2DBC flyway migration with tests

* BAEL-5988: Removed unnecessary logging config

* BAEL-5988: Addressed review comments

* BAEL-5988: Removed bean loading override config for test

* BAEL-5988: Removed unnecessary import

* BAEL-5988: Added properties for versions in pom

---------

Co-authored-by: Bala <balamurugan.radhakrishnan@yapily.com>
Co-authored-by: balasr3 <balamurugan.radhakrishnan@imgarena.com>
2023-03-22 19:13:31 -06:00
Haroon Khan
c779eb6331 [JAVA-13976] Fix integration tests after Spring Boot upgrade to 2.7.2 (#12647) 2022-08-25 21:30:13 +05:30
kwoyke
a534754157 Merge pull request #11479 from chaos2418/JAVA-8435
JAVA-8435: reducing logging for tutorials-integration job
2021-11-26 13:28:47 +01:00
sampadawagde
8c30cbb5e3 removed explicit h2.version as parent now is at the required 1.4.200 2021-11-21 17:58:26 +05:30
chaos2418
fa1f32f186 JAVA-8435: reducing logging for tutorials-integration job 2021-11-20 09:45:50 +05:30
sampadawagde
aac443ba85 JAVA-5223: Fix formatting of POMs (Persistence Modules - Part 2) 2021-05-10 20:06:19 +05:30
Loredana
aae130aab4 revert explicit junit, maven version overrides for boot projects 2020-10-14 16:16:17 +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
kwoyke
11a77301c0 JAVA-2563: Upgrade Spring Boot version to 2.3.3.RELEASE (#9985)
* JAVA-2563: Upgrade Spring Boot version to 2.3.3.RELEASE

* JAVA-2563: Downgrade spring-cloud-connectors-heroku to Spring Boot 2.2.6.RELEASE

* JAVA-2563: Add joda-time version

* JAVA-2563: Add spring-boot-starter-validation dependency

* JAVA-2563: Add spring-boot-starter-validation dependency

* JAVA-2563: Add spring-boot-starter-validation dependency

* JAVA-2563: Add spring-boot-starter-validation dependency

* JAVA-2563: Add spring-boot-starter-validation dependency

* JAVA-2563: Use MongoClients factory instead of MongoClient directly

* JAVA-2563: Downgrade spring-5-data-reactive to Spring Boot 2.2.6.RELEASE

* JAVA-2563: Switch back to default bootstrap mode for JPA

* JAVA-2563: Add spring-boot-starter-validation dependency

* JAVA-2563: Switch from ServerHttpRequest to ServerWebExchange interface

* JAVA-2563: Use OutputCaptureRule instead of OutputCapture

* JAVA-2563: Add spring-boot-starter-validation dependency

* JAVA-2563: Add spring-boot-starter-validation dependency

* JAVA-2563: Add spring-boot-starter-validation dependency

* JAVA-2563: Fix Jackson dependency

* JAVA-2563: Fix ManualEmbeddedMongoDbIntegrationTest

* JAVA-2563: Replace validation-api with spring-boot-starter-validation

* JAVA-2563: Fix usage of deprecated getErrorAttributes method

* JAVA-2563: Downgrade spring-data-cassandra-reactive to Spring Boot 2.2.6.RELEASE

* JAVA-2563: Set spring.datasource.generate-unique-name to false in spring-session-jdbc
2020-09-11 18:19:02 +05:30
amit.pandey
c03b88763e used properties defined in parent pom 2020-07-12 00:06:27 +05:30
Loredana Crusoveanu
485b4e3e99 Revert "BAEL-4134" 2020-07-07 14:18:10 +03:00
amit.pandey
f8d5da4c55 pom formatting - make artifact name same as module name 2020-06-07 20:28:16 +05:30
amit.pandey
74d1bc1ba7 update artifictId in pom file 2020-04-12 04:31:53 +05:30
Krzysiek
8177636eb0 BAEL-21730: Migrate r2dbc to com.baeldung 2020-02-08 11:46:22 +01:00
Dhawal Kapil
dee30a2e1a BAEL-19376 Do we have any Spring Milestone/RC repos defined?
- Removed spring milestone repositories dependencies, used Central GA releases as a fix
2019-12-22 18:50:33 +05:30
catalin-burcea
2f7e94bc92 [BAEL-18783] - Fix formatting of POMs 2019-12-06 11:40:56 +02:00
amit2103
6a52d9df54 [BAEL-18306-3] - Fix formatting of POMs Part 3 2019-10-13 23:56:32 +05:30
amit2103
60fc96727a [BAEL-17326] - Extract versions into properties 2019-09-15 17:53:10 +05:30
psevestre
76bb391379 [BAEL-2284] R2DBC Sample Project (#7314)
* [BAEL-2284] Sample project

* [BAEL-2284] Sample project

* [BAEL-2284] Sample code adjustments

* [BAEL-2284] Sample code adjustments

* [BAEL-2284] Sample code adjustments

* [BAEL-2284] Add README
2019-07-26 07:32:23 +03:00