-
Notifications
You must be signed in to change notification settings - Fork 413
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
OAK-11199 getSubject is supported only if a security manager is allowed #1891
Conversation
Commit-Check ❌
|
Completed refactoring
Fixed broken parameter list.
Fixed broken parameter list
Fixed type mismatch
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.
a) Compatibility
b) The new package in commons would need a package-info
Otherwise, looks good.
…r is allowed Fixed typo.
Recommendation:
|
…r is allowed Introduced new package to allow for separate versioning; added comments.
…r is allowed Added missing package export.
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.
The changes in commons now look good.
The other parts of the PR are minimal, which is good.
I haven't tested, I assume you did, @mbaedke
The one thing that came to mind is that if we change Java23Security to "Subject", changes would be even less intrusive. Or even "Java23Subject"? (this is bikeshedding, ignore if you want to)
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.
I like Java23Subject. I wouldn't call it Subject at least for the reason that the method signatures are slightly different, which might confuse readers. Of course I tested, but will run integration tests again and look into the coverage issue before merging. |
…r is allowed Changed class name, added tests.
Quality Gate failedFailed conditions |
No description provided.