Skip to content
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

Add support for javax.cache:cache-api:1.1.1 #176

Merged
merged 1 commit into from
Jan 16, 2023

Conversation

linghengqian
Copy link
Contributor

What does this PR do?

Checklist before merging

  • I have properly formatted metadata files (see CONTRIBUTING document)
  • I have added thorough tests. (see this)

Comment on lines +29 to +46
{
"condition": {
"typeReachable": "java.lang.Object"
},
"name": "java.lang.String"
},
{
"condition": {
"typeReachable": "java.lang.Object"
},
"name": "java.lang.Number"
},
{
"condition": {
"typeReachable": "java.lang.Object"
},
"name": "java.lang.Integer"
}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • I was a bit surprised when I manually added these 3 GraalVM reachability metadata entries from nativeTest 's Error Log. This looks like something GraalVM needs to do, but now requires me to add them manually.

Copy link
Collaborator

@mhalbritter mhalbritter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me.

@dnestoro dnestoro merged commit 7bc34b1 into oracle:master Jan 16, 2023
@linghengqian linghengqian deleted the cache-api branch January 16, 2023 16:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for javax.cache:cache-api:1.1.1
3 participants