nicolaken opened a new pull request #3101:
URL: https://github.com/apache/netbeans/pull/3101


   When adding a new server, after selecting "Glassfish Server" and pressing 
next, when selecting an install location, the GUI searches for a valid instance 
by comparing all possible instances (versions) with the one found in the 
location specified.
   
   ```
   
org.netbeans.modules.glassfish.common.wizardsServerWizardIterator::isValidInstall
   org.netbeans.modules.glassfish.common.ServerDetails::isInstalledInDirectory
   ```
   
   If the Glassfish version is 6.2, it shows it has found 6.1, but then goes on 
with the 6 version, as the 6.1 instance says it's 6.
   
   `org.netbeans.modules.glassfish.common.ServerDetails::getVersion`
   
   Now 6.1 says it's 610 and 6.0 says it's 600 as other versions do.
   
   Fixes small bug in Jakarta EE 9 GlassFish 6 Support (#2902).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to