You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by ne...@apache.org on 2021/11/11 16:03:32 UTC

[netbeans] branch release126 updated (22aebab -> 9cacf1f)

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

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


    from 22aebab  Merge pull request #3281 from apache/delivery
     add b04dcb7  If unenter is not available (on older javac versions), print the error into a log, rather than into System.err
     add f046af7  Merge pull request #3304 from jlahoda/no-unter-print
     add 831507f  git show history action should display results for folders automatically without having to press search. It was limited to files only.
     add 5524e01  lambda renovation.
     add 13e2b46  Merge pull request #3294 from mbien/one_click
     add 8940b50  [NETBEANS-6171] Interpret ClassCast as "interface unsupported"
     add aebd0d9  Merge pull request #3302 from sdedic/sdedic/sdkengine-interface-cce
     add 1529976  [NETBEANS-5783] Make sure that getDisplayName() is non null in Gradle Projects.
     add 5697c3c  Merge pull request #3307 from lkishalmi/NETBEANS-5783
     add b88419f  [jackpot] for-loop to function should be a inline hint instead of a warning.
     add 2b42dba  Merge pull request #3300 from mbien/for2function
     add 516f21b  Fix of NPE in TruffleAccess.
     add 0c613d1  Merge pull request #3312 from entlicher/TruffleAccessNPE_delivery
     add dde532f  Correct the parsing of String values in native image.
     add 178570c  Merge pull request #3311 from entlicher/NI_StringEncoding_delivery
     add e535cc4  [NETBEANS-6107] Use Gradle 7.3 Tooling API
     add 364a20b  Merge pull request #3313 from lkishalmi/NETBEANS-6107-2
     add bdba9e9  Filter jvm-options based on VM name
     add a653b64  Fixes JDKVersion#toValue signature
     add 0c71cdf  Revert "Fixes JDKVersion#toValue signature"
     add 023ff00  Restore original method and field name
     add c0d6b2b  Merge pull request #3275 from jGauravGupta/FISH-5807-2
     new 9cacf1f  Merge pull request #3309 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/payara/tooling/data/JDKVersion.java    | 49 +++++++++++----
 .../payara/tooling/data/StartupArgsEntity.java     |  3 +-
 .../modules/payara/tooling/server/ServerTasks.java |  2 +-
 .../tooling/server/parser/JvmConfigReader.java     | 10 ++-
 .../payara/tooling/data/JDKVersionTest.java        | 18 +++---
 .../org/netbeans/modules/gradle/queries/Info.java  |  4 ++
 .../gradle/AbstractGradleProjectTestCase.java      |  5 ++
 extide/libs.gradle/external/binaries-list          |  2 +-
 ...ense.txt => gradle-tooling-api-7.3-license.txt} |  4 +-
 ...otice.txt => gradle-tooling-api-7.3-notice.txt} |  0
 extide/libs.gradle/nbproject/project.properties    |  2 +-
 extide/libs.gradle/nbproject/project.xml           |  2 +-
 .../git/ui/history/SearchHistoryAction.java        | 71 ++++++++++------------
 .../netbeans/libs/graalsdk/impl/GraalEngine.java   | 18 +++---
 .../jpda/truffle/access/TruffleAccess.java         |  5 +-
 .../jdk/mapreduce/ForLoopToFunctionalHint.java     |  5 +-
 .../jdk/mapreduce/ForLoopToFunctionalHintTest.java | 52 ++++++++--------
 .../debugger/displayer/JavaVariablesDisplayer.java | 65 +++++++++++++++++---
 .../netbeans/api/java/source/TreeUtilities.java    |  4 +-
 19 files changed, 203 insertions(+), 118 deletions(-)
 rename extide/libs.gradle/external/{gradle-tooling-api-7.3-rc-1-license.txt => gradle-tooling-api-7.3-license.txt} (99%)
 rename extide/libs.gradle/external/{gradle-tooling-api-7.3-rc-1-notice.txt => gradle-tooling-api-7.3-notice.txt} (100%)

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

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


[netbeans] 01/01: Merge pull request #3309 from apache/delivery

Posted by ne...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 9cacf1fd305b775b176576c8b633b10b73524861
Merge: 22aebab c0d6b2b
Author: Neil C Smith <ne...@apache.org>
AuthorDate: Thu Nov 11 16:03:18 2021 +0000

    Merge pull request #3309 from apache/delivery
    
    Merge delivery into release126 for 12.6-rc3

 .../modules/payara/tooling/data/JDKVersion.java    | 49 +++++++++++----
 .../payara/tooling/data/StartupArgsEntity.java     |  3 +-
 .../modules/payara/tooling/server/ServerTasks.java |  2 +-
 .../tooling/server/parser/JvmConfigReader.java     | 10 ++-
 .../payara/tooling/data/JDKVersionTest.java        | 18 +++---
 .../org/netbeans/modules/gradle/queries/Info.java  |  4 ++
 .../gradle/AbstractGradleProjectTestCase.java      |  5 ++
 extide/libs.gradle/external/binaries-list          |  2 +-
 ...ense.txt => gradle-tooling-api-7.3-license.txt} |  4 +-
 ...otice.txt => gradle-tooling-api-7.3-notice.txt} |  0
 extide/libs.gradle/nbproject/project.properties    |  2 +-
 extide/libs.gradle/nbproject/project.xml           |  2 +-
 .../git/ui/history/SearchHistoryAction.java        | 71 ++++++++++------------
 .../netbeans/libs/graalsdk/impl/GraalEngine.java   | 18 +++---
 .../jpda/truffle/access/TruffleAccess.java         |  5 +-
 .../jdk/mapreduce/ForLoopToFunctionalHint.java     |  5 +-
 .../jdk/mapreduce/ForLoopToFunctionalHintTest.java | 52 ++++++++--------
 .../debugger/displayer/JavaVariablesDisplayer.java | 65 +++++++++++++++++---
 .../netbeans/api/java/source/TreeUtilities.java    |  4 +-
 19 files changed, 203 insertions(+), 118 deletions(-)

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

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