-
Notifications
You must be signed in to change notification settings - Fork 917
NETBEANS-5313 Payara Server not listed in the registered application servers list for Jakarta EE 8 profile #2818
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
Conversation
Fixes a problem I've run into several times on Mac OS - if another application steals focus while the popup switcher is open, the switcher can wind up in a state where it is listening twice, and is hidden as soon as you release the mouse button. Fix is to add AWTEvent.WINDOW_EVENT_MASK to the set of AWTEvents listened for, check that there really is no active window (to avoid confusion around heavyweight AWT popups) and hide the popup in that case.
… an import due to qual ident.
…servers list for Jakarta EE 8 profile
Fixed ProjectUtils.parentOf() for gradle subprojects.
[NETBEANS-5350] Improved Fix Uses dialog
…y from the glyph gutter.
…idNPE Avoid NPE when executing some Maven projects.
…fails for some reason.
[NETBEANS-4881] Automatically detect & list Payara Platform version in the server registration panel
…der "Appearance" category
JDK 16 by default denies reflective access to private members. This prevents netbeans from setting the application name on X11 as this requires breaking into XToolkit. The issue is tracked as: https://bugs.openjdk.java.net/browse/JDK-6528430
Update FlatLaf from 1.0 to 1.1.1 and added "FlatLaf" options
Popup tab switcher should hide when another application steals focus
[NETBEANS-3561] Corrected compiler warnings in Visual Library API pro…
Makes java.j2seplatform API / SPI public
Application name is not set correctly on Linux with JDK 16+
…hasPrevious Delegates from TemplateWizardIterImpl.hasPrevious
Adding annotations to test method, so that they can be run more easily from the glyph gutter.
Fixing codegen handling of both rewrite of an import and an adding of an import due to qual ident.
[NETBEANS-5490] - General Availability for javadoc 16
Added support for Windows shell scripts (`.bat` and `.cmd`) Added support for Linux/MacOS shell scripts (`.sh`)
|
Can you help with the above question, @jGauravGupta? Would be great to include this one in 12.4. |
…ce-of feature (#2804) * [NETBEANS-5008] : Support for finalization of pattern-matching-instance-of feature
|
Hi @matthiasblaesing , Payara tools forked from Glassfish tools so profiles naming are also inherited. I agree with your view.
|
|
Thanks
I agree, thanks @jGauravGupta |
No description provided.