-
Notifications
You must be signed in to change notification settings - Fork 287
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrading to JDK17 and Spring Boot 3 and deprecating embedded hive cl…
…ient support (#630) * Move to Java 17 * update workflows for java 17 * set timestamp precision * checkstyle * better time truncate for tests only * set docker platform, add module import * Use jre17 for Tomcat container * integrate thrift client with fast service use thrift with fast service additional fix add back polaris test * make rename transactional in thrift client * back port embededclient + fastService test to thriftClient + fastService commit adas * Upgrading to Spring Boot 3 * Cleaning up embedded tests that are no longer supported after JDK17 and Spring Boot 3 upgrade * Removing commented out import --------- Co-authored-by: Bryan Keller <[email protected]> Co-authored-by: Yingjian Wu <[email protected]> Co-authored-by: stevie9868 <[email protected]>
- Loading branch information
1 parent
7841ff6
commit 98f0c85
Showing
150 changed files
with
17,214 additions
and
1,826 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
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 |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"annotationProcessor": { | ||
"org.projectlombok:lombok": { | ||
"locked": "1.18.30" | ||
} | ||
}, | ||
"compileClasspath": { | ||
"org.projectlombok:lombok": { | ||
"locked": "1.18.30" | ||
} | ||
}, | ||
"jacocoAgent": { | ||
"org.jacoco:org.jacoco.agent": { | ||
"locked": "0.8.8" | ||
} | ||
}, | ||
"jacocoAnt": { | ||
"org.jacoco:org.jacoco.ant": { | ||
"locked": "0.8.8" | ||
} | ||
}, | ||
"testAnnotationProcessor": { | ||
"org.projectlombok:lombok": { | ||
"locked": "1.18.30" | ||
} | ||
}, | ||
"testCompileClasspath": { | ||
"org.projectlombok:lombok": { | ||
"locked": "1.18.30" | ||
} | ||
} | ||
} |
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,5 +1,5 @@ | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3-bin.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-bin.zip | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists |
Oops, something went wrong.