-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[APPENG-849] Add spring boot 3.3 support (#85)
* [APPENG-849] Add spring boot 3.3 support * Remove sb 3.0 and 3.1 support * Upgrade spring boot version to 3.3.1 * Remove sb 2.7 and add flyway postgres * Add flyway postgresql as a version defined lib * Add libraries.postgresql to tkms-starter build.gradle * Fix postgres flyway package name issue * Update the changelog latest version date * Set the default spring boot version to 3.2.2 * set the spring boot version in build.libraries.gradle * Change gzip expected file size in postgres e2e tests * Remove conditional addition of flywayMysql * Change the flywayPostgresql conditional statement to use negate of the previous * Bump the version to a minor * Update changelog
- Loading branch information
1 parent
c793c42
commit 0a83267
Showing
7 changed files
with
19 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
version=0.28.3 | ||
version=0.29.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters