Skip to content

Conversation

@jGauravGupta
Copy link
Contributor

No description provided.

mklaehn and others added 24 commits December 7, 2019 22:38
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.
@geertjanw geertjanw added this to the 12.4 milestone Mar 19, 2021
sdedic and others added 22 commits March 26, 2021 16:51
Fixed ProjectUtils.parentOf() for gradle subprojects.
[NETBEANS-5350] Improved Fix Uses dialog
…idNPE

Avoid NPE when executing some Maven projects.
[NETBEANS-4881] Automatically detect & list Payara Platform version in the server registration panel
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`)
@geertjanw
Copy link
Member

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
@jGauravGupta
Copy link
Contributor Author

Hi @matthiasblaesing ,

Payara tools forked from Glassfish tools so profiles naming are also inherited. I agree with your view.
Profile version from EE5 to EE8 should be in X.0 instead of 1.X. @juneau001 please correct me if following representation is not right as you are working on Jakarta EE 9 support.

  • J2EE 1.3 - Profile version 1.3 & J2EEVersion 1.3
  • J2EE 1.4 - Profile version 1.4 & J2EEVersion 1.4
  • Java EE 5 - Profile version 1.5 (should be 5.0) & J2EEVersion 5.0
  • Java EE 6 - Profile version 1.6 (should be 6.0) & J2EEVersion 6.0
  • Java EE 7 - Profile version 1.7 (should be 7.0) & J2EEVersion 7.0
  • Java EE 8 - Profile version 1.8 (should be 8.0) & J2EEVersion 8.0
  • Jakarta EE 8 - Profile version 8.0 & J2EEVersion 8.0.0

@jGauravGupta jGauravGupta deleted the NETBEANS-5313 branch March 30, 2021 19:22
@juneau001
Copy link
Contributor

Thanks

Hi @matthiasblaesing ,

Payara tools forked from Glassfish tools so profiles naming are also inherited. I agree with your view.
Profile version from EE5 to EE8 should be in X.0 instead of 1.X. @juneau001 please correct me if following representation is not right as you are working on Jakarta EE 9 support.

  • J2EE 1.3 - Profile version 1.3 & J2EEVersion 1.3
  • J2EE 1.4 - Profile version 1.4 & J2EEVersion 1.4
  • Java EE 5 - Profile version 1.5 (should be 5.0) & J2EEVersion 5.0
  • Java EE 6 - Profile version 1.6 (should be 6.0) & J2EEVersion 6.0
  • Java EE 7 - Profile version 1.7 (should be 7.0) & J2EEVersion 7.0
  • Java EE 8 - Profile version 1.8 (should be 8.0) & J2EEVersion 8.0
  • Jakarta EE 8 - Profile version 8.0 & J2EEVersion 8.0.0

I agree, thanks @jGauravGupta

@geertjanw geertjanw removed this from the 12.4 milestone Apr 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.