-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HBASE-28675 Change releaseTarget to 17 and also remove unused profile… #6037
Conversation
… for older jdk versions in pom
💔 -1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
Ah, good, tests passed. Let me cleanup the spotbugs and error prone issues if possible. |
Most new javac warnings are about deprecated java APIs like SecurityManager. |
🎊 +1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
@ndimiduk This is the PR for changing release target to 17. PTAL. Thanks. |
@@ -554,6 +554,7 @@ private static CompressionCodec buildCodec(final Configuration conf, final Algor | |||
throw new RuntimeException("No codec configured for " + algo.confKey); | |||
} | |||
Class<?> codecClass = getClassLoaderForCodec().loadClass(codecClassName); | |||
// The class is from hadoop so we use hadoop's ReflectionUtils to create it |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
… for older jdk versions in pom (#6037) Signed-off-by: Nick Dimiduk <[email protected]> (cherry picked from commit 0a1f1c4)
… for older jdk versions in pom