[Libreoffice-commits] core.git: jvmfwk/distributions jvmfwk/plugins

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Mon Feb 4 10:19:57 UTC 2019


 jvmfwk/distributions/OpenOfficeorg/javavendors_linux.xml  |    5 ++++-
 jvmfwk/distributions/OpenOfficeorg/javavendors_macosx.xml |    5 ++++-
 jvmfwk/distributions/OpenOfficeorg/javavendors_wnt.xml    |    5 ++++-
 jvmfwk/plugins/sunmajor/pluginlib/vendorlist.cxx          |    1 +
 4 files changed, 13 insertions(+), 3 deletions(-)

New commits:
commit 41507db590b24e1b9b45d95cad55c71ba2e4091d
Author:     Mike Kaganski <mike.kaganski at collabora.com>
AuthorDate: Sat Feb 2 18:33:37 2019 +0300
Commit:     Mike Kaganski <mike.kaganski at collabora.com>
CommitDate: Mon Feb 4 11:19:35 2019 +0100

    Support Amazon Corretto
    
    https://aws.amazon.com/corretto
    
    Change-Id: I7f9ef25e1e81ededce426bad661adc6880feb9d3
    Reviewed-on: https://gerrit.libreoffice.org/67289
    Reviewed-by: Stephan Bergmann <sbergman at redhat.com>
    Tested-by: Jenkins

diff --git a/jvmfwk/distributions/OpenOfficeorg/javavendors_linux.xml b/jvmfwk/distributions/OpenOfficeorg/javavendors_linux.xml
index b008bb1fc0f7..69bed13b94d1 100644
--- a/jvmfwk/distributions/OpenOfficeorg/javavendors_linux.xml
+++ b/jvmfwk/distributions/OpenOfficeorg/javavendors_linux.xml
@@ -17,7 +17,7 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  -->
 <javaSelection xmlns="http://openoffice.org/2004/java/framework/1.0">
-  <updated>2019-01-19</updated>
+  <updated>2019-02-02</updated>
   <vendorInfos>
     <vendor name="Sun Microsystems Inc.">
       <minVersion>1.5.0</minVersion>
@@ -43,5 +43,8 @@
     <vendor name="AdoptOpenJdk">
       <minVersion>1.8.0</minVersion>
     </vendor>
+    <vendor name="Amazon.com Inc.">
+      <minVersion>1.8.0</minVersion>
+    </vendor>
   </vendorInfos>
 </javaSelection>
diff --git a/jvmfwk/distributions/OpenOfficeorg/javavendors_macosx.xml b/jvmfwk/distributions/OpenOfficeorg/javavendors_macosx.xml
index 1fe7547d2919..5244db3a143c 100644
--- a/jvmfwk/distributions/OpenOfficeorg/javavendors_macosx.xml
+++ b/jvmfwk/distributions/OpenOfficeorg/javavendors_macosx.xml
@@ -17,7 +17,7 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  -->
 <javaSelection xmlns="http://openoffice.org/2004/java/framework/1.0">
-  <updated>2019-01-19</updated>
+  <updated>2019-02-02</updated>
   <vendorInfos>
     <vendor name="Oracle Corporation">
       <minVersion>1.7.0</minVersion>
@@ -34,5 +34,8 @@
     <vendor name="AdoptOpenJdk">
       <minVersion>1.8.0</minVersion>
     </vendor>
+    <vendor name="Amazon.com Inc.">
+      <minVersion>1.8.0</minVersion>
+    </vendor>
   </vendorInfos>
 </javaSelection>
diff --git a/jvmfwk/distributions/OpenOfficeorg/javavendors_wnt.xml b/jvmfwk/distributions/OpenOfficeorg/javavendors_wnt.xml
index 429831121f7b..c866a3ec1ffb 100644
--- a/jvmfwk/distributions/OpenOfficeorg/javavendors_wnt.xml
+++ b/jvmfwk/distributions/OpenOfficeorg/javavendors_wnt.xml
@@ -17,7 +17,7 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  -->
 <javaSelection xmlns="http://openoffice.org/2004/java/framework/1.0">
-  <updated>2019-01-19</updated>
+  <updated>2019-02-02</updated>
   <vendorInfos>
     <vendor name="Oracle Corporation">
       <minVersion>1.6.0</minVersion>
@@ -34,5 +34,8 @@
     <vendor name="AdoptOpenJdk">
       <minVersion>1.8.0</minVersion>
     </vendor>
+    <vendor name="Amazon.com Inc.">
+      <minVersion>1.8.0</minVersion>
+    </vendor>
   </vendorInfos>
 </javaSelection>
diff --git a/jvmfwk/plugins/sunmajor/pluginlib/vendorlist.cxx b/jvmfwk/plugins/sunmajor/pluginlib/vendorlist.cxx
index f5d82f63fe51..c9195fb4730f 100644
--- a/jvmfwk/plugins/sunmajor/pluginlib/vendorlist.cxx
+++ b/jvmfwk/plugins/sunmajor/pluginlib/vendorlist.cxx
@@ -43,6 +43,7 @@ BEGIN_VENDOR_MAP()
     VENDOR_MAP_ENTRY("Sun Microsystems Inc.", SunInfo)
     VENDOR_MAP_ENTRY("Oracle Corporation", SunInfo)
     VENDOR_MAP_ENTRY("AdoptOpenJdk", SunInfo)
+    VENDOR_MAP_ENTRY("Amazon.com Inc.", SunInfo)
 #ifndef MACOSX
     VENDOR_MAP_ENTRY("IBM Corporation", OtherInfo)
     VENDOR_MAP_ENTRY("Blackdown Java-Linux Team", OtherInfo)


More information about the Libreoffice-commits mailing list