-
Notifications
You must be signed in to change notification settings - Fork 873
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
Add support for GlassFish 7 up to 7.0.21, and GlassFish 8 up to 8.0.0-M9 #8153
Conversation
GlassFish 8.0.0-M9
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.
Looks sane to me. Inline I added one comment for future updates and one question. Both don't hold of merging.
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.
For the future I don't think these changes are necessary. They don't test the version, just the eh operators work. That is independend on newer versions.
* <p/> | ||
* Factory should initialize REST {@code Runner} and point it to | ||
* provided {@code Command} instance. | ||
*/ | ||
@Test | ||
public void testGetInstanceforVersionGF7() { | ||
GlassFishServerEntity srv = new GlassFishServerEntity(); | ||
srv.setVersion(GlassFishVersion.GF_7_0_15); | ||
srv.setVersion(GlassFishVersion.GF_7_0_21); |
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.
What is the intention of this change?
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.
Those test are helpful in my pipeline, sometimes I messed up ServerDetails
, registering the wrong ConfigBuilderProvider
or even working on a different branch. I always run the unit test for the 4 GlassFish modules using the latest version that I add support to. That is why I always change the version of the unit tests.
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.
Thanks.
NetBeans GlassFish module notes:
NetBeans Testing:
glassfish.common
,glassfish.javaee
,glassfish.tooling
, andglassfish.eecommon
Release Notes for GlassFish 7
Release Notes for GlassFish 8