You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by ma...@apache.org on 2022/04/03 16:39:54 UTC

[netbeans] branch master updated (190ffcb -> 19c5520)

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

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


    from 190ffcb  Cleanup the use of Float primitive wrapper. As of Java 9, the VM can do a better job of handling the (#3890)
     new 7bc17f5  Enable running commit-validation on JDK 8, 11 and 18 and ensure VerifySimpleTemplatesTest is actually ran
     new 6e91633  Remove environment setup (enable security manager, add-opens) from github workflow
     new 19c5520  Merge pull request #3862 from matthiasblaesing/fix-commit-validation-jdk16+

The 6856 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:
 .github/workflows/main.yml                         |  8 ---
 .../ide.ergonomics/nbproject/project.properties    |  1 -
 ide/ide.kit/nbproject/project.properties           | 10 ++++
 .../modules/ide/kit/VerifySimpleTemplatesTest.java |  5 --
 ide/libs.graalsdk/nbproject/project.properties     |  2 -
 java/java.hints/nbproject/project.properties       |  6 ++
 .../org/netbeans/nbbuild/extlibs/ignored-overlaps  |  1 +
 nbbuild/build.xml                                  | 36 ------------
 nbbuild/default.xml                                | 64 +++++++++++++++++++++-
 nbbuild/jdk.xml                                    | 33 +++++++++++
 nbbuild/templates/common.xml                       | 25 +++++----
 nbbuild/templates/projectized.xml                  |  9 +--
 platform/libs.batik.read/external/binaries-list    |  1 +
 ....04-license.txt => xml-apis-1.4.01-license.txt} |  2 +-
 ....3.04-notice.txt => xml-apis-1.4.01-notice.txt} |  0
 .../libs.batik.read/nbproject/project.properties   |  2 +
 platform/libs.batik.read/nbproject/project.xml     |  4 ++
 platform/o.n.core/nbproject/project.properties     |  2 -
 18 files changed, 136 insertions(+), 75 deletions(-)
 copy platform/libs.batik.read/external/{xml-apis-ext-1.3.04-license.txt => xml-apis-1.4.01-license.txt} (99%)
 copy platform/libs.batik.read/external/{xml-apis-ext-1.3.04-notice.txt => xml-apis-1.4.01-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