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

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


    from 6a0e13f  Merge pull request #2093 from apache/master
     add 78778ee  [NETBEANS-3733] Suggest surefire 2.22 for JUnit5 tests.
     add cd600b0  Merge pull request #2144 from 
sdedic/bugfix/NETBEANS-3733_surefire-junit5
     add 150a06b  NETBEANS-2082: do not scroll to caret after fold collapse, if 
caret is off-screen.
     add 563a638  Merge pull request #2139 from sdedic/bugfix/NETBEANS-2082
     add fcc6083  [NETBEANS-4259] Preventing crash in code completion for a 
lambda expression stub.
     add c9dfd42  Merge pull request #2134 from jlahoda/NETBEANS-4259
     add f8492d1  Fix macOS QuickSearch toolbar position
     add 7aa035f  Merge pull request #2145 from 
hectorespert/fix_macos_search_toolbar_position
     add 5466118  Update jgit to v5.5.1
     add 5885596  Merge pull request #2026 from pedro-w/jgit-551
     add b52d38d  Enhancing the OpenJDK support with ability to disable use of 
ant langtools build; and specifying a different location for the build.
     add d7dc630  [NETBEANS-4235]:Fixed formatting issue in Java Record
     add 11d2883  Merge pull request #2138 from arusinha/netbeans-4235
     add 568e13a  Make sure JavaFX is recommended but not required on JDK 11+.
     add a012c77  Merge pull request #2135 from neilcsmith-net/issue3810
     add b692048  [NETBEANS-3575] Fixed ordering of j2ee.platform.classpath 
entires
     add 3e2cf99  Merge pull request #1968 from GitHubb3R/feature/NETBEANS-3575
     add 0b794db  [NETBEANS-4108] fixed git -> ignore should add a new line at 
the end of .gitignore file
     add 8c7585d  [NETBEANS-4108] Correcting for PR comments
     add ac4e72f  Merge pull request #2061 from dmochalov/fix-gitignore-new-line
     new 16abbbf  Merge pull request #2146 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:
 .../modules/j2ee/common/ClasspathUtil.java         |  23 +++-
 .../ide/ergonomics/fod/ConfigurationPanel.java     |   2 +-
 .../ide/ergonomics/fod/FindComponentModules.java   |   2 +-
 .../ide/ergonomics/fod/FoDUpdateUnitProvider.java  |   2 +-
 .../modules/editor/fold/ui/FoldViewFactory.java    |  35 +++---
 .../org/netbeans/api/editor/caret/EditorCaret.java |  12 ++
 .../git/jgit/commands/IgnoreUnignoreCommand.java   |   4 +-
 .../libs/git/jgit/AbstractGitTestCase.java         |  28 ++---
 .../libs/git/jgit/commands/IgnoreTest.java         |   9 ++
 ide/o.eclipse.jgit/external/binaries-list          |   2 +-
 ....eclipse.jgit-5.5.1.201910021850-r-license.txt} |   2 +-
 ide/o.eclipse.jgit/nbproject/project.properties    |   2 +-
 ide/o.eclipse.jgit/nbproject/project.xml           |   2 +-
 .../netbeans/modules/java/completion/BaseTask.java |   3 +
 .../JavaCompletionTask18FeaturesTest.java          |   4 +
 .../release/scripts/build-langtools-consol.xml     |   6 +-
 .../java/openjdk/jtreg/ActionProviderImpl.java     |  10 +-
 .../java/openjdk/project/ActionProviderImpl.java   |  26 +++-
 .../modules/java/openjdk/project/Settings.java     |  20 ++++
 .../{TestCategory.form => BuildCategory.form}      |  63 ++++------
 .../openjdk/project/customizer/BuildCategory.java  | 132 +++++++++++++++++++++
 .../openjdk/project/customizer/Bundle.properties   |   3 +
 .../openjdk/project/customizer/TestCategory.form   |   2 +
 .../openjdk/project/customizer/TestCategory.java   |   2 +-
 .../modules/java/source/save/Reformatter.java      | 132 +++++++++++++++------
 .../modules/java/source/save/Reindenter.java       | 103 ++++++++++++++++
 .../modules/java/source/save/FormatingTest.java    | 102 ++++++++++++++++
 .../modules/java/source/save/ReindenterTest.java   |  89 ++++++++++++++
 .../netbeans/modules/maven/ActionProviderImpl.java |  29 ++++-
 .../src/org/netbeans/modules/applemenu/layer.xml   |   2 +-
 30 files changed, 721 insertions(+), 132 deletions(-)
 rename 
ide/o.eclipse.jgit/external/{org.eclipse.jgit-5.5.0.201909110433-r-license.txt 
=> org.eclipse.jgit-5.5.1.201910021850-r-license.txt} (98%)
 copy 
java/java.openjdk.project/src/org/netbeans/modules/java/openjdk/project/customizer/{TestCategory.form
 => BuildCategory.form} (54%)
 create mode 100644 
java/java.openjdk.project/src/org/netbeans/modules/java/openjdk/project/customizer/BuildCategory.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