-
Notifications
You must be signed in to change notification settings - Fork 25.7k
Misc non-java.base file entitlements #123078
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
Conversation
|
Pinging @elastic/es-core-infra (Team:Core/Infra) |
| dependencies { | ||
| compileOnly project(':server') | ||
| compileOnly project(':libs:logging') | ||
| compileOnly project(":libs:entitlement") |
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.
Not blocking, but I wonder why you had to add this?
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.
Oh I don't need it anymore. I can remove it.
In an earlier draft, I had one of the tests catch NotEntitledException to make sure that the right part of the test was throwing. That turned out not to be necessary in the end.
ldematte
left a comment
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, just a couple of questions
| requires org.elasticsearch.server; | ||
| requires org.elasticsearch.base; | ||
| requires org.elasticsearch.logging; | ||
| requires org.elasticsearch.entitlement; |
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.
Again not blocking, but I wonder why you had to add this?
* Misc non-java.base file entitlements * Remove unnecessary dependency
💔 Backport failed
You can use sqren/backport to manually backport by running |
* Misc non-java.base file entitlements * Remove unnecessary dependency
|
8.x backport is #123154. |
* Misc non-java.base file entitlements * Remove unnecessary dependency
The remaining miscellaneous file entitlements for classes outside
java.base.See ES-10906.