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

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


    from ccfa084deb Remove Abandoned Cache Dirs Automatically
     add 0e3336ec22 Maven HintsPanel UI layout fixes and minor cleanup.
     add 575f38df3f CSL HintsPanel UI layout fixes and minor cleanup.
     add d57e5f4d4d Merge pull request #4906 from 
mbien/maven-hintspanel-ui-fixes
     add aa26985b2a Import local schema to avoid DNS lookup in build
     add 2dbc0fef71 Merge pull request #4933 from jgneff/import-local-schema
     add d22f3ce7f1 Extracting the check for constructor into separate testable 
method
     add 452528da0a Adding a test to verify three types of checkForConstructor
     add 3205d10d00 Recognize suffix after a dot as a constructor
     add b82a123210 Define <init> as a constant
     add 04440c85db Merge pull request #4901 from 
jtulach/jtulach/RecognizeScalaConstructor
     add 4d6c0e9f2c #4923: access to gradle internal APIs is protected from 
failing the project load, just logs a notification.
     add 31c6618dc5 Merge pull request #4936 from 
sdedic/gradle/internals-wrapped
     add 3fba58830d Prevent CCE NbGradleProjectImpl to DataObject
     add 33b4306c74 Merge pull request #4943 from 
lkishalmi/gradle-prevent-cce-dataobject
     add 846df21626 Fix GradleCliEditorKit registration
     add 09d92d6acc Merge pull request #4950 from 
lkishalmi/gradle-cli-editor-kit-registration
     new 91040770be Merge pull request #4938 from apache/delivery

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:
 .../modules/j2ee/dd/impl/resources/jakartaee_9.xsd |   2 +-
 .../modules/j2ee/dd/impl/resources/xml.xsd         | 336 +++++++++++++++++----
 .../editor/cli/GradleCliCompletionProvider.java    |   5 +-
 .../gradle/editor/cli/GradleCliEditorKit.java      |   4 +-
 .../gradle/tooling/GradleInternalAdapter.java      | 209 +++++++++++++
 .../gradle/tooling/NbProjectInfoBuilder.java       |  79 ++---
 .../gradle/api/execute/GradleCommandLine.java      |   1 +
 .../configurations/NewConfigurationPanel.java      |   4 +-
 .../gradle/customizer/BuildActionsCustomizer.java  |   6 +-
 .../gradle/execute/GradleExecutorOptionsPanel.java |   4 +-
 .../src/org/netbeans/modules/gradle/layer.xml      |   7 -
 .../csl/hints/infrastructure/HintsPanel.form       |  36 ++-
 .../csl/hints/infrastructure/HintsPanel.java       |  81 +++--
 .../jpda/breakpoints/MethodBreakpointImpl.java     |  55 ++--
 .../jpda/breakpoints/MethodBreakpointImplTest.java |  40 +++
 .../java/hints/spiimpl/options/HintsPanel.form     |   4 +-
 .../java/hints/spiimpl/options/HintsPanel.java     |  10 +-
 .../modules/maven/hints/pom/HintsPanel.form        |  34 ++-
 .../modules/maven/hints/pom/HintsPanel.java        |  55 ++--
 .../pom/JavaNetRepositoryErrorCustomizer.form      |   4 +-
 .../pom/JavaNetRepositoryErrorCustomizer.java      |  12 +-
 .../hints/pom/MoveToDependencyManagementPanel.form |   2 +-
 .../hints/pom/MoveToDependencyManagementPanel.java |  38 +--
 .../hints/pom/ParentVersionErrorCustomizer.form    |   6 +-
 .../hints/pom/ParentVersionErrorCustomizer.java    |  22 +-
 .../hints/pom/ReleaseVersionErrorCustomizer.form   |   6 +-
 .../hints/pom/ReleaseVersionErrorCustomizer.java   |  21 +-
 27 files changed, 751 insertions(+), 332 deletions(-)
 create mode 100644 
extide/gradle/netbeans-gradle-tooling/src/main/java/org/netbeans/modules/gradle/tooling/GradleInternalAdapter.java
 create mode 100644 
java/debugger.jpda/test/unit/src/org/netbeans/modules/debugger/jpda/breakpoints/MethodBreakpointImplTest.java


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

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

Reply via email to