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

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


The following commit(s) were added to refs/heads/master by this push:
     new 6f0c87c3f9 Upgrade Commons-Lang3 from 3.8.1 to 3.12.0 (#3776)
6f0c87c3f9 is described below

commit 6f0c87c3f9f8142cfe56737ea04f96fda44c5aae
Author: José Contreras <pepn...@apache.org>
AuthorDate: Wed Apr 6 22:33:20 2022 +0000

    Upgrade Commons-Lang3 from 3.8.1 to 3.12.0 (#3776)
    
    - Simplified building, use jar as it is.
---
 platform/o.apache.commons.lang3/build.xml                   | 13 +------------
 platform/o.apache.commons.lang3/external/binaries-list      |  2 +-
 ...3-3.8.1-license.txt => commons-lang3-3.12.0-license.txt} |  2 +-
 .../external/commons-lang3-3.12.0-notice.txt                |  5 +++++
 .../external/commons-lang3-3.8.1-notice.txt                 |  5 -----
 .../o.apache.commons.lang3/nbproject/project.properties     |  3 +--
 platform/o.apache.commons.lang3/nbproject/project.xml       |  2 +-
 7 files changed, 10 insertions(+), 22 deletions(-)

diff --git a/platform/o.apache.commons.lang3/build.xml 
b/platform/o.apache.commons.lang3/build.xml
index 7da96f5e7b..126afe6fbc 100644
--- a/platform/o.apache.commons.lang3/build.xml
+++ b/platform/o.apache.commons.lang3/build.xml
@@ -21,16 +21,5 @@
 -->
 <project name="platform/o.apache.commons.lang3" default="build" basedir=".">
     <import file="../../nbbuild/templates/projectized.xml"/>
-    <target name="jar" depends="-define-FileCRC32Calculator">
-        <FileCRC32Calculator file="external/commons-lang3-3.8.1.jar" 
property="o.apache.commons.lang3.crc32" />
-        <jar jarfile="${cluster}/${module.jar}">
-            <zipfileset src="external/commons-lang3-3.8.1.jar"/>
-            <manifest>
-                <attribute name="Bundle-SymbolicName" 
value="org.apache.commons.lang3"/>
-                <attribute name="Bundle-Version" value="3.8.1"/>
-                <attribute name="Export-Package" 
value="org.apache.commons.lang3;version=&quot;3.8.1&quot;,org.apache.commons.lang3.impl;version=&quot;3.8.1&quot;"/>
-                <attribute name="NB-Original-CRC" 
value="${o.apache.commons.lang3.crc32}"/>
-            </manifest>
-        </jar>
-    </target>
+    <target name="jar"/>
 </project>
diff --git a/platform/o.apache.commons.lang3/external/binaries-list 
b/platform/o.apache.commons.lang3/external/binaries-list
index 16fd2f32a0..2dfe44797a 100644
--- a/platform/o.apache.commons.lang3/external/binaries-list
+++ b/platform/o.apache.commons.lang3/external/binaries-list
@@ -14,4 +14,4 @@
 # KIND, either express or implied.  See the License for the
 # specific language governing permissions and limitations
 # under the License.
-6505A72A097D9270F7A9E7BF42C4238283247755 org.apache.commons:commons-lang3:3.8.1
+C6842C86792FF03B9F1D1FE2AAB8DC23AA6C6F0E 
org.apache.commons:commons-lang3:3.12.0
diff --git 
a/platform/o.apache.commons.lang3/external/commons-lang3-3.8.1-license.txt 
b/platform/o.apache.commons.lang3/external/commons-lang3-3.12.0-license.txt
similarity index 99%
rename from 
platform/o.apache.commons.lang3/external/commons-lang3-3.8.1-license.txt
rename to 
platform/o.apache.commons.lang3/external/commons-lang3-3.12.0-license.txt
index 2ef5f8a301..09b88dc59a 100644
--- a/platform/o.apache.commons.lang3/external/commons-lang3-3.8.1-license.txt
+++ b/platform/o.apache.commons.lang3/external/commons-lang3-3.12.0-license.txt
@@ -1,5 +1,5 @@
 Name: Commons Lang
-Version: 3.8.1
+Version: 3.12.0
 License: Apache-2.0
 Origin: https://commons.apache.org/proper/commons-lang/
 Description: Provides extra functionality for classes in java.lang.
diff --git 
a/platform/o.apache.commons.lang3/external/commons-lang3-3.12.0-notice.txt 
b/platform/o.apache.commons.lang3/external/commons-lang3-3.12.0-notice.txt
new file mode 100644
index 0000000000..3d4c6906ab
--- /dev/null
+++ b/platform/o.apache.commons.lang3/external/commons-lang3-3.12.0-notice.txt
@@ -0,0 +1,5 @@
+Apache Commons Lang
+Copyright 2001-2021 The Apache Software Foundation
+
+This product includes software developed at
+The Apache Software Foundation (https://www.apache.org/).
diff --git 
a/platform/o.apache.commons.lang3/external/commons-lang3-3.8.1-notice.txt 
b/platform/o.apache.commons.lang3/external/commons-lang3-3.8.1-notice.txt
deleted file mode 100644
index 0f4ac594ae..0000000000
--- a/platform/o.apache.commons.lang3/external/commons-lang3-3.8.1-notice.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-Apache Commons Lang
-Copyright 2001-2018 The Apache Software Foundation
-
-This product includes software developed at
-The Apache Software Foundation (http://www.apache.org/).
diff --git a/platform/o.apache.commons.lang3/nbproject/project.properties 
b/platform/o.apache.commons.lang3/nbproject/project.properties
index 0f73a11536..dbdfe1df49 100644
--- a/platform/o.apache.commons.lang3/nbproject/project.properties
+++ b/platform/o.apache.commons.lang3/nbproject/project.properties
@@ -14,6 +14,5 @@
 # KIND, either express or implied.  See the License for the
 # specific language governing permissions and limitations
 # under the License.
+release.external/commons-lang3-3.12.0.jar=modules/org-apache-commons-lang3.jar
 is.autoload=true
-javac.source=1.8
-javac.compilerargs=-Xlint -Xlint:-serial
diff --git a/platform/o.apache.commons.lang3/nbproject/project.xml 
b/platform/o.apache.commons.lang3/nbproject/project.xml
index c34fe9614f..bb83018d00 100644
--- a/platform/o.apache.commons.lang3/nbproject/project.xml
+++ b/platform/o.apache.commons.lang3/nbproject/project.xml
@@ -28,7 +28,7 @@
             <public-packages/>
             <class-path-extension>
                 
<runtime-relative-path>commons-lang3.jar</runtime-relative-path>
-                <binary-origin>external/commons-lang3-3.8.1.jar</binary-origin>
+                
<binary-origin>external/commons-lang3-3.12.0.jar</binary-origin>
             </class-path-extension>
         </data>
     </configuration>


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