-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BAH-3932 | Add. Bump Java Version 11 -> 17 And Required Dependencies (#…
…116) * [Rahul] | BAH-3932 | Add. Bump Java Version 11 -> 17 * [Rahul] | BAH-3932 | Add. Bump Dependencies For Java 17 Migration javax -> jakarta remove velocity-engine-core introduce snakeyaml, netty-codec-http * [Rahul] | BAH-3932 | Fix. Servelet contextConfigLocation For Java 17 Migration * [Rahul] | BAH-3932 | Fix. javax -> jakarta * [Rahul] | BAH-3932 | Add. Bump Dependencies For Java 17 Migration spring 5.3.30 -> 6.0.19 jakarta servlet-api 3.0.1 -> 6.0.0 spring-boot 3.0.0 -> 3.0.13 Introduce Test Configuration For Mockito * [Rahul] | BAH-3932 | Add. Embedded Tomcat 10 Support * [Rahul] | BAH-3932 | Add. Bump Maven Wrapper For Jdk 17 Support
- Loading branch information
1 parent
ba9913f
commit 7036d85
Showing
13 changed files
with
383 additions
and
476 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
language: java | ||
jdk: | ||
- openjdk11 | ||
- openjdk17 | ||
script: mvn clean install -DskipTests | ||
notifications: | ||
email: | ||
|
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
Oops, something went wrong.