-
Notifications
You must be signed in to change notification settings - Fork 161
Open
Description
Description
List of breaking changes:
- Admin CLI JAR Not Work as Before #25729 -
admin-cli.jarmoved and is no longer runnable. Instead of admin-cli.jar, scripts and tools should use theasadmin, asadmin.batorasadmin.javascripts. This breaks the Arquillian GlassFish connector provided by the Arquillian project. We recommend using the OmniFish Arquillian connector. Some IDEs might be impacted too, if they useadmin-cli.jar` - Java <17 not supported in GlassFish 7.1, Java <21 not supported in 8.0
asadmincommands no longer accept options for the asadmin tools itself after the command to execute. E.g.asadmin start-domain --port 4848doesn't work and should beasadmin --port 4848 start-domain. This was already deprecated and is not supported anymore- Redesign of GlassFish bootstrap #25183
Metadata
Metadata
Assignees
Labels
No labels