You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by eb...@apache.org on 2020/02/26 16:54:31 UTC

[netbeans] branch master updated: [NETBEANS-3646] - Update google guava from 15.0 to 27.0 (#1828)

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

ebakke 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 5e72bd0  [NETBEANS-3646] - Update google guava from 15.0 to 27.0 (#1828)
5e72bd0 is described below

commit 5e72bd0f65e264c40b4595635f8023a8c7c4e452
Author: Jose Luis <pe...@gmail.com>
AuthorDate: Wed Feb 26 10:54:07 2020 -0600

    [NETBEANS-3646] - Update google guava from 15.0 to 27.0 (#1828)
    
    Update google guava from 15.0 to 27.0.
---
 ide/c.google.guava/external/binaries-list                           | 2 +-
 .../external/{guava-15.0-license.txt => guava-27.0-jre-license.txt} | 6 +++---
 ide/c.google.guava/nbproject/project.properties                     | 5 ++++-
 ide/c.google.guava/nbproject/project.xml                            | 2 +-
 4 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/ide/c.google.guava/external/binaries-list b/ide/c.google.guava/external/binaries-list
index 511cede..550cad3 100644
--- a/ide/c.google.guava/external/binaries-list
+++ b/ide/c.google.guava/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.
-ED727A8D9F247E2050281CB083F1C77B09DCB5CD com.google.guava:guava:15.0
+C6AD87D2575AF8AC8EC38E28E75AEFA882CC3A1F com.google.guava:guava:27.0-jre
diff --git a/ide/c.google.guava/external/guava-15.0-license.txt b/ide/c.google.guava/external/guava-27.0-jre-license.txt
similarity index 97%
rename from ide/c.google.guava/external/guava-15.0-license.txt
rename to ide/c.google.guava/external/guava-27.0-jre-license.txt
index 350b20f..9aeed4d 100644
--- a/ide/c.google.guava/external/guava-15.0-license.txt
+++ b/ide/c.google.guava/external/guava-27.0-jre-license.txt
@@ -1,8 +1,8 @@
 Name: Guava
-Version: 15.0
+Version: 27.0
 License: Apache-2.0
-Origin: https://code.google.com/p/guava-libraries/
-Description: collections, caching, primitives support, concurrency libraries, common annotations, string processing, I/O, and so forth
+Origin: https://github.com/google/guava
+Description: Guava is a set of core libraries that includes new collection types (such as multimap and multiset), immutable collections, a graph library, and utilities for concurrency, I/O, hashing, primitives, strings, and more.
 
 
                                  Apache License
diff --git a/ide/c.google.guava/nbproject/project.properties b/ide/c.google.guava/nbproject/project.properties
index 8c4893f..f3db1c1 100644
--- a/ide/c.google.guava/nbproject/project.properties
+++ b/ide/c.google.guava/nbproject/project.properties
@@ -14,6 +14,9 @@
 # KIND, either express or implied.  See the License for the
 # specific language governing permissions and limitations
 # under the License.
-release.external/guava-15.0.jar=modules/com-google-guava.jar
+javac.compilerargs=-Xlint -Xlint:-serial
+javac.source=1.8
+spec.version.base=27.0
+release.external/guava-27.0-jre.jar=modules/com-google-guava.jar
 is.autoload=true
 nbm.module.author=Tomas Stupka
\ No newline at end of file
diff --git a/ide/c.google.guava/nbproject/project.xml b/ide/c.google.guava/nbproject/project.xml
index 3de127a..5ff2a37 100644
--- a/ide/c.google.guava/nbproject/project.xml
+++ b/ide/c.google.guava/nbproject/project.xml
@@ -28,7 +28,7 @@
            <public-packages/>
            <class-path-extension>
                <runtime-relative-path>com-google-guava.jar</runtime-relative-path>
-               <binary-origin>external/guava-15.0.jar</binary-origin>
+               <binary-origin>external/guava-27.0-jre.jar</binary-origin>
             </class-path-extension>
         </data>
     </configuration>


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