-
Notifications
You must be signed in to change notification settings - Fork 148
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
8.0 #24818
Merged
Merged
8.0 #24818
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…oggerInfo instead instead of System.out. Removed all debug System out methods to avoid using them in the future. No system.out used anymore in amx-core module. Improves "ResourceRef refers to non-existent resource" exception by logging the attributes of the ResourceRef that was incorrect.
Fixes issue eclipse-ee4j#24762 Use AMXLoggerInfo io System.out and add attribute info in toString method.
…hnetwork links with their https://jakarta.ee/ where possible. Removes some outdated / no longer working links that have no jakarta.ee counterpart but do not affect the documentation.
Signed-off-by: Alexander Pinčuk <[email protected]>
Signed-off-by: Alexander Pinčuk <[email protected]>
Fixes issue eclipse-ee4j#24746 replaces all http://www.oracle.com/technetwork links with their https://jakarta.ee/ counterpart where possible.
Signed-off-by: Alexander Pinčuk <[email protected]>
Signed-off-by: Alexander Pinčuk <[email protected]>
Signed-off-by: Alexander Pinčuk <[email protected]>
…processing Refactor GlassFish events processing
- Hard to trace all paths, but it seems this behaves better - Using annotations instead of implements Signed-off-by: David Matějček <[email protected]> # Conflicts: # appserver/orb/orb-connector/src/main/java/org/glassfish/enterprise/iiop/api/GlassFishORBHelper.java
- I would like to do more, but it has too many open ends connected even to different libraries like glassfish-corba-orb Signed-off-by: David Matějček <[email protected]>
… method. Signed-off-by: David Matějček <[email protected]>
Fixes log message info
Signed-off-by: David Matějček <[email protected]>
Signed-off-by: Alexander Pinčuk <[email protected]>
GlassFishORBHelper changed to singleton, lifecycle
Signed-off-by: Alexander Pinčuk <[email protected]>
…-year Fixes contribution year in the Guides
…test Add event filtering test
Signed-off-by: Alexander Pinčuk <[email protected]>
Signed-off-by: Arjan Tijms <[email protected]>
…meout Increase `stop-domain` command timeout in tests
Take into account JDK versions when patching jars
This is needed since for SSO the Subject is serialized and restored at another node. But, the credential collection is transient, so it wont be saved/restored. The effect is that when using SSO the roles would be missing on the other node. Signed-off-by: Arjan Tijms <[email protected]>
Store the DistinguishedPrincipalCredential in the Subject principals
dmatej
approved these changes
Feb 21, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Merge master into 8.0