-
Notifications
You must be signed in to change notification settings - Fork 8.9k
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
HADOOP-19135. Remove Jcache 1.0-alpha. #6695
Conversation
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
@goiri @steveloughran Can you help review this pr? Thank you very much! |
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.
LGTM
+1
merge at your leisure, backport to 3.4/3.3
Thank you for reviewing pr! I will backport pr to the branch-3.3/branch-3.4 branch. |
…Fan. Reviewed-by: Steve Loughran <[email protected]> Signed-off-by: Shilun Fan <[email protected]>
Description of PR
HADOOP-19135. Remove Jcache 1.0-alpha.
I tried to remove the dependency
org.apache.geronimo.specs:geronimo-jcache_1.0_spec
. This dependency has not been maintained for too long.We can check the dependency status from the following link. The last maintenance was in 2014.
https://mvnrepository.com/artifact/org.apache.geronimo.specs/geronimo-jcache_1.0_spec.
I tried to remove this dependency directly, but when compiling, a new error appeared.
The compilation report is as follows:
https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6695/1/artifact/out/patch-mvnsite-root.txt
https://www.javadoc.io/static/javax.cache/cache-api/1.1.0/javax/cache/integration/CacheLoader.html
javax.cache
is defined by the JSR107 standard, I will introduce new dependencies.https://mvnrepository.com/artifact/javax.cache/cache-api/1.1.1
Local compilation has been successful.
How was this patch tested?
no need test.
For code changes:
LICENSE
,LICENSE-binary
,NOTICE-binary
files?