yuqi1129 opened a new pull request, #10441:
URL: https://github.com/apache/gravitino/pull/10441

   ### What changes were made?
   
   Backport commit `63d176b` to `branch-1.1` with branch-compatible conflict 
resolution.
   
   Effective changes on `branch-1.1`:
   - Add Java 8 release setting for JavaCompile tasks in `build.gradle.kts`.
   - Replace Java 9+ `@Deprecated(since = ...)` with Java 8-compatible 
`@Deprecated` in `DeleteResponse`.
   - Replace Java 9+ `Map.of(...)` usage with Java 8-compatible alternatives in 
`TestJdbcUrlUtils`.
   
   ### Why are these changes needed?
   
   To ensure branch-1.1 remains compatible with JDK8 for client-related 
build/test paths.
   
   ### How was this patch tested?
   
   - `./gradlew :common:compileJava :common:test --tests 
org.apache.gravitino.utils.TestJdbcUrlUtils :flink-connector:flink:compileJava 
--no-daemon`
   - Build result: `BUILD SUCCESSFUL`


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to