Merge of main to 9.0 + fixed deployment#26011
Merged
Merged
Conversation
…upportedOperationException on modern JDKs Signed-off-by: dmiya3 <miyazaki.daiki@fujitsu.com>
…for EJB_ARCHIVE modules Signed-off-by: dmiya3 <miyazaki.daiki@fujitsu.com>
- backported from 9.0 - Removed hk2 overrides as I don't such behavior here. Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
Fixes eclipse-ee4j#25985 ClassCastException on MBean initialization for WAR-contained EJBModule
Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
Updated dependencies
Fixes eclipse-ee4j#25983 UnsupportedOperationException from bootclasspath-current MBean attribute on modern JDKs
Updated Checkstyle + fixed issues breaking it
Signed-off-by: Alexander Pinčuk <alexander.v.pinchuk@gmail.com>
Fixes `NetUtils` integration test
Signed-off-by: Alexander Pinčuk <alexander.v.pinchuk@gmail.com>
…ealm Delete Solaris Realm
- Logging simplified to today's pattern using System.Logger - generics - @OVERRIDES - Some formatting to make the code reasonably reafable - Removal of NOI18N comments Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
- DumpMapping was incompatible and unused - Those caches are problematic, I doubt they work correctly Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
…0424 CMP Refactoring
Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
- schema jars: 6.7 was probably based on Netbeans version, however the source jar uses version id RELEASE290. The artifactid did not give any clue why we have to repackage it. - Ant: surprisingly snapshot ant.version confused antrun maven plugin. So I separated Apacha Ant and our repackaged version. Then I have found that I don't need the original Ant any more (however antrun will still download it) - The ElementStarITest still fails. Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
…pendencies Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
- HK2 4.0.1 - command-security-maven-plugin to 1.0.22 - Grizzly 5.0.1 - Ant, Schema2Beans, DbSchema - and consequences Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
Updated Ant, Schema2beans, dbschema, grizzly, hk2
Removed mentions of wscompile and wsdeploy, they are not present in GlassFish anymore. Refer to docs in `jspc -help` instead of in the reference guide, which doesn't mention jspc. Clarify that add-library command doesn't require a server restart anymore.
Mostly just remove useless anchors, fix or improve some other links.
…fix-docs-links Fix a few links in the guides
# Conflicts: # appserver/featuresets/embedded-web/pom.xml # nucleus/hk2-config-generator/src/main/java/org/jvnet/hk2/config/Attribute.java # nucleus/hk2-config-generator/src/main/java/org/jvnet/hk2/config/ConfigSupport.java # nucleus/hk2-config-generator/src/main/java/org/jvnet/hk2/config/OnDeleteCascade.java # nucleus/hk2-config-generator/src/main/java/org/jvnet/hk2/config/tiger/Types.java # nucleus/parent/pom.xml Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
arjantijms
approved these changes
May 3, 2026
This file contains hidden or 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
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.
For some reason 9.0 still had configuration for old Nexus and was missing some items for new deployment.
Also embedded-web was out of sync, so lets see if I did not miss anything.