This is an automated email from the ASF dual-hosted git repository.

neilcsmith pushed a change to branch release111
in repository https://gitbox.apache.org/repos/asf/netbeans.git.


    from f56623c  Add back Third-party Libraries plugin center. (#1331)
     add 91c93f4  NP-20 Payara modules improvement (#1334)
     add f3b166f  [NETBEANS-2745]:Fixed Convert Switch to Switch Expression 
hint for default case without break (#1323)
     add 765e4b2  Properly connect GraalVM 19.0.0 bits by exporting the new 
com.oracle.truffle.api.library package
     add 3f67ab7  Merge pull request #1337 from 
JaroslavTulach/ExportTruffleLibraryPackage
     add be7ecc6  [NETBEANS-2762]: Ensure that if any Java code template 
parameters needs local vars, the locals are computed.
     add 9bb7769  Merge pull request #1339 from jlahoda/NETBEANS-2762
     add 29109ed  [NETBEANS-2753] Fixed NPE on Java Stacktrace processing. 
Added some unit tests for Gradle Output processors.
     add d39ec0d  Merge pull request #1340 from lkishalmi/NETBEANS-2753
     add 1f376df  [NETBEANS-2755] Corrected the position of Source for Binary 
Query for Gradle Repositories.
     add 44c7cee  Merge pull request #1341 from lkishalmi/NETBEANS-2755
     add 3ecf7da  [NETBEANS-2754] Moved JS Customizer regi. out of Gradle Java 
EE
     add 8dd5b8a  Merge pull request #1343 from lkishalmi/NETBEANS-2754
     add 65065fd  [NETBEANS-2736] Fixed customizing actions with dot in their 
name.
     add 5fe026f  Merge pull request #1344 from lkishalmi/NETBEANS-2736
     add bae5015  [NETBEANS-2782] Let Gradle Web Porjects discover Java EE 8
     add bb7a037  Merge pull request #1346 from lkishalmi/NETBEANS-2782
     add 6d97660  NETBEANS-2775 New Java Web Application Project Duplicate 
Servers
     add 63fa3d6  Merge pull request #1347 from jGauravGupta/NETBEANS-2775-fix
     add 61a5166  add check-for-updates chkbox in install wizard
     add 18564ad  Merge pull request #1348 from 
rtaneja1/installer-show-checkforupdates
     add 96ec5b8  [NETBEANS-2727] Update the image of the "Pause I/O Checks" 
toolbar button
     add 655ebee  Merge pull request #1350 from apache/geertjanw-patch-9
     add 75bffa7  [NETBEANS-2727] New images for Start/Stop Self Profiling of 
IDE
     add 62e6c6c  Merge pull request #1351 from apache/geertjanw-patch-10
     add 438fb6e  Repairs for NETBEANS-2760 and NETBEANS-2761 (#1338)
     add f98af58  [NETBEANS-2457]: Provided Error Hint to turn on Preview 
Features in ant/maven Java projects (#1285)
     add fa9482e  [NETBEANS-2756] Added root project relative license file 
search.
     add 481a6ad  Merge pull request #1336 from lkishalmi/NETBEANS-2756
     add 44be5cd  Fixing an IllegalStateException when trying to remove excess 
entries from the in memory parameter name caches.
     add 5dbd98d  Merge pull request #1325 from 
jlahoda/fix-parameter-name-cache-capping
     add 3a8da15  [NETBEANS-1087] Fixed double reset action registration on 
JShell Toolbar
     add fe240e7  Merge pull request #1342 from lkishalmi/NETBEANS-1087
     add b716d88  [NETBEANS-2240] (partial) Switch 
DeferredComplationFailureHandler to javac move before running 
JavacTaskImpl.enter(), to ensure CompletionFailures are handled properly.
     add 12f7f5e  Merge pull request #1352 from 
jlahoda/NETBEANS-2240-deferredcompletionhandler
     add 25d43fa  NETBEANS-2730 try to update to nbm-maven-plugin from Apache + 
backward compatibility on mojo
     add 43fabe6  Merge pull request #1324 from ebarboni/mavenplugin
     new 73bb786  Merge pull request #1353 from apache/master

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../java/hints/errors/EnablePreviewAntProj.java    | 217 ++++++++++++
 .../modules/apisupport/project/resources/layer.xml |   1 +
 .../modules/maven/apisupport/AccessQueryImpl.java  |   4 +-
 .../AddOSGiParamToNbmPluginConfiguration.java      |   6 +-
 .../apisupport/CoSApplicationLateBoundChecker.java |   3 +-
 .../modules/maven/apisupport/InstallerPanel.java   |  11 +-
 .../maven/apisupport/MavenNbModuleImpl.java        |  59 ++--
 .../apisupport/MavenRefactoringProviderImpl.java   |   4 +-
 .../maven/apisupport/MavenWhiteListQueryImpl.java  |   4 +-
 .../modules/maven/apisupport/NBMNativeMWI.java     |  53 ++-
 .../maven/apisupport/NbmActionGoalProvider.java    |   5 +-
 .../maven/apisupport/NbmWizardIterator.java        |  15 +-
 .../maven/apisupport/NbmWizardPanelVisual.java     |  10 +-
 .../apisupport/NetBeansRunParamsIDEChecker.java    |   7 +-
 .../maven/apisupport/OpenBrandingEditorAction.java |   3 +-
 .../apisupport/PluginBackwardPropertyUtils.java    |  93 ++++++
 .../maven/apisupport/PublicPackagesPanel.java      |   9 +-
 .../amazon/AmazonServerInstanceImplementation.java |   9 +-
 .../AmazonJ2EEServerInstanceImplementation.java    |   6 +-
 .../common/registration/AutomaticRegistration.java |  11 +-
 .../glassfish/tooling/data/GlassFishVersion.java   |   4 +-
 .../server/config/ConfigBuilderProvider.java       |   2 +-
 .../j2ee/common/J2eeProjectCapabilities.java       |   1 +
 .../src/org/netbeans/api/j2ee/core/Profile.java    |   2 +-
 .../deployment/devmodules/api/ServerManager.java   |  10 +-
 .../impl/bridge/BridgingServerInstance.java        |   5 +
 .../modules/j2ee/deployment/impl/layer.xml         |  11 +-
 .../impl/ui/wizard/AddServerInstanceWizard.java    | 305 -----------------
 .../deployment/impl/ui/wizard/Bundle.properties    |  51 ---
 .../impl/ui/wizard/ServerChooserPanel.java         |  97 ------
 .../impl/ui/wizard/ServerChooserVisual.form        | 152 ---------
 .../impl/ui/wizard/ServerChooserVisual.java        | 363 ---------------------
 .../archetype/BaseJ2eeArchetypeProvider.java       |   2 +-
 .../ui/wizard/archetype/J2eeArchetypeFactory.java  |  14 +-
 enterprise/payara.common/manifest.mf               |   2 +-
 enterprise/payara.common/nbproject/project.xml     |   2 +-
 .../payara.eecommon/nbproject/project.properties   |   2 +-
 enterprise/payara.eecommon/nbproject/project.xml   |   4 +-
 .../dd/loader/PayaraDescriptorDataObject.java      |   4 +-
 enterprise/payara.jakartaee/manifest.mf            |   2 +-
 enterprise/payara.jakartaee/nbproject/project.xml  |   6 +-
 .../payara/jakartaee/Hk2JavaEEPlatformImpl.java    |   4 +-
 .../modules/payara/jakartaee/Hk2JaxWsStack.java    |   4 +-
 enterprise/payara.micro/manifest.mf                |   2 +-
 .../netbeans/modules/fish/payara/micro/layer.xml   |   2 -
 .../micro/project/ui/BaseWizardIterator.java       |   3 +
 .../project/ui/MicroProjectWizardIterator.java     |  22 +-
 enterprise/payara.tooling/manifest.mf              |   2 +-
 .../websvc/rest/nodes/RestServicesNodeFactory.java |   5 +
 groovy/gradle.java/nbproject/project.xml           |  19 ++
 .../java/output/JavaCompilerProcessorFactory.java  |  14 +-
 .../java/queries/GradleSourceForRepository.java    |  24 +-
 .../output/JavaCompilerProcessorFactoryTest.java   |  67 ++++
 groovy/gradle.javaee/manifest.mf                   |   1 -
 .../gradle/javaee/GradleJavaEEProjectSettings.java |  11 +-
 .../customizer/GradleCompositePanelProvider.java   |  36 +-
 .../org/netbeans/modules/gradle/javaee/layer.xml   |  67 ----
 .../web/newproject/ServerSelectionPanelVisual.java |   4 +-
 .../newproject/WebApplicationProjectWizard.java    |   6 +
 .../modules/gradle/TemplateAttrProvider.java       |  21 +-
 .../actions/ActionMappingPropertyReader.java       |  35 +-
 .../modules/gradle/api/output/OutputListeners.java |  26 +-
 .../modules/gradle/customizer/Bundle.properties    |   2 +-
 .../gradle/customizer/LicenseHeadersPanel.form     |   2 +-
 .../gradle/customizer/LicenseHeadersPanel.java     |   2 +-
 .../gradle/output/GradleProcessorFactory.java      |  85 +++--
 .../actions/ActionMappingPropertyReaderTest.java   |  47 ++-
 .../gradle/api/output/OutputDisplayerMock.java     |  65 ++++
 .../gradle/output/GradleProcessorFactoryTest.java  | 215 ++++++++++++
 .../nbproject/org-netbeans-modules-server.sig      |   1 +
 ide/server/nbproject/project.xml                   |   2 +
 .../org/netbeans/api/server/ServerInstance.java    |  13 +
 .../server/ui/wizard/AddServerInstanceWizard.java  |  24 +-
 .../spi/server/ServerInstanceImplementation.java   |  11 +
 .../server/test/MockInstanceImplementation.java    |   6 +
 .../editor/java/JavaCodeTemplateProcessor.java     |  10 +-
 .../editor/java/JavaCodeTemplateProcessorTest.java |  99 ++++++
 .../modules/java/hints/errors/Utilities.java       |  48 ++-
 .../hints/jdk/ConvertSwitchToRuleSwitchTest.java   |  81 ++++-
 .../modules/java/source/parsing/JavacParser.java   |  43 ++-
 .../source/parsing/ParameterNameProviderImpl.java  |   5 +-
 .../java/source/parsing/JavacParserTest.java       |  45 ++-
 .../parsing/ParameterNameProviderImplTest.java     |  33 +-
 .../modules/jshell/editor/ResetAction.java         |   2 +-
 .../netbeans/modules/jshell/resources/layer.xml    |   3 -
 .../modules/maven/hints/errors/Bundle.properties   |   1 +
 .../maven/hints/errors/EnablePreviewMavenProj.java | 286 ++++++++++++++++
 .../src/org/netbeans/modules/maven/hints/layer.xml |   1 +
 .../panels/netbeans/NbPreInstallSummaryPanel.java  |   2 +-
 .../org/netbeans/core/ui/sampler/selfSampler.png   | Bin 913 -> 1357 bytes
 .../org/netbeans/core/ui/sampler/selfSampler24.png | Bin 1704 -> 2146 bytes
 .../core/ui/sampler/selfSamplerRunning.png         | Bin 859 -> 1351 bytes
 .../core/ui/sampler/selfSamplerRunning24.png       | Bin 1563 -> 2133 bytes
 .../netbeans/modules/masterfs/ui/suspend/pause.png | Bin 928 -> 1360 bytes
 .../modules/masterfs/ui/suspend/pause24.png        | Bin 1531 -> 2183 bytes
 .../html/ojet/ui/OJETFrameworkCustomizer.java      |   7 +-
 .../bower/ui/libraries/LibraryCustomizer.java      |  14 +-
 .../modules/javascript/cdnjs/CDNJSLibraries.java   |  14 +-
 .../nodejs/ui/libraries/LibraryCustomizer.java     |  14 +-
 .../javascript2/editor/api/FrameworksUtils.java    |   5 +-
 .../editor/ui/ECMAVersionCustomizer.java           |   8 +-
 .../requirejs/ui/RequireJsCustomizer.java          |   7 +-
 webcommon/libs.graaljs/nbproject/project.xml       |   8 +-
 .../src/org/netbeans/libs/graaljs/GraalJSTest.java |  63 +++-
 webcommon/libs.truffleapi/manifest.mf              |   2 +-
 webcommon/libs.truffleapi/nbproject/project.xml    |   1 +
 .../JsLibsCompositeCategoryProvider.java           |   8 +
 107 files changed, 1823 insertions(+), 1408 deletions(-)
 create mode 100644 
apisupport/apisupport.ant/src/org/netbeans/modules/apisupport/project/java/hints/errors/EnablePreviewAntProj.java
 create mode 100644 
apisupport/maven.apisupport/src/org/netbeans/modules/maven/apisupport/PluginBackwardPropertyUtils.java
 delete mode 100644 
enterprise/j2eeserver/src/org/netbeans/modules/j2ee/deployment/impl/ui/wizard/AddServerInstanceWizard.java
 delete mode 100644 
enterprise/j2eeserver/src/org/netbeans/modules/j2ee/deployment/impl/ui/wizard/Bundle.properties
 delete mode 100644 
enterprise/j2eeserver/src/org/netbeans/modules/j2ee/deployment/impl/ui/wizard/ServerChooserPanel.java
 delete mode 100644 
enterprise/j2eeserver/src/org/netbeans/modules/j2ee/deployment/impl/ui/wizard/ServerChooserVisual.form
 delete mode 100644 
enterprise/j2eeserver/src/org/netbeans/modules/j2ee/deployment/impl/ui/wizard/ServerChooserVisual.java
 create mode 100644 
groovy/gradle.java/test/unit/src/org/netbeans/modules/gradle/java/output/JavaCompilerProcessorFactoryTest.java
 delete mode 100644 
groovy/gradle.javaee/src/org/netbeans/modules/gradle/javaee/layer.xml
 create mode 100644 
groovy/gradle/test/unit/src/org/netbeans/modules/gradle/api/output/OutputDisplayerMock.java
 create mode 100644 
groovy/gradle/test/unit/src/org/netbeans/modules/gradle/output/GradleProcessorFactoryTest.java
 create mode 100644 
java/java.editor/test/unit/src/org/netbeans/modules/editor/java/JavaCodeTemplateProcessorTest.java
 copy 
webcommon/javascript2.editor/src/org/netbeans/modules/javascript2/editor/api/FrameworksUtils.java
 => 
java/java.source.base/test/unit/src/org/netbeans/modules/java/source/parsing/ParameterNameProviderImplTest.java
 (54%)
 create mode 100644 
java/maven.hints/src/org/netbeans/modules/maven/hints/errors/EnablePreviewMavenProj.java


---------------------------------------------------------------------
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