JAL-3348 jvmmempc multiple values shouldn't be merged
authorBen Soares <bsoares@dundee.ac.uk>
Wed, 3 Jul 2019 22:14:41 +0000 (23:14 +0100)
committerBen Soares <bsoares@dundee.ac.uk>
Wed, 3 Jul 2019 22:14:41 +0000 (23:14 +0100)
getdown/lib/getdown-core.jar
getdown/lib/getdown-launcher.jar
getdown/src/getdown/ant/pom.xml
getdown/src/getdown/core/pom.xml
getdown/src/getdown/core/src/main/java/com/threerings/getdown/util/Config.java
getdown/src/getdown/launcher/pom.xml
getdown/src/getdown/pom.xml
j11lib/getdown-core.jar
j8lib/getdown-core.jar

index cb7ff5b..7324541 100644 (file)
Binary files a/getdown/lib/getdown-core.jar and b/getdown/lib/getdown-core.jar differ
index 73ed005..32a0bc4 100644 (file)
Binary files a/getdown/lib/getdown-launcher.jar and b/getdown/lib/getdown-launcher.jar differ
index c742cbd..f9f0d08 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>com.threerings.getdown</groupId>
     <artifactId>getdown</artifactId>
-    <version>1.8.3_1.1.5_JVL</version>
+    <version>1.8.3_1.1.6_JVL</version>
   </parent>
 
   <artifactId>getdown-ant</artifactId>
index e3b7cfa..b21b1f9 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>com.threerings.getdown</groupId>
     <artifactId>getdown</artifactId>
-    <version>1.8.3_1.1.5_JVL</version>
+    <version>1.8.3_1.1.6_JVL</version>
   </parent>
 
   <artifactId>getdown-core</artifactId>
index 7c35f0d..8767ae0 100644 (file)
@@ -472,6 +472,6 @@ public class Config
     private final Map<String, Object> _data;
  
     public static final List<String> allowedReplaceKeys = Arrays.asList("appbase","apparg","jvmarg","jvmmempc"); // these are the ones we might use
-    public static final List<String> allowedMergeKeys = Arrays.asList("apparg","jvmarg","jvmmempc"); // these are the ones we might use
+    public static final List<String> allowedMergeKeys = Arrays.asList("apparg","jvmarg"); // these are the ones we might use
     //private final List<String> allowedMergeKeys = Arrays.asList("apparg","jvmarg","resource","code","java_location"); // (not exhaustive list here)
 }
index 02ee228..00686cb 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>com.threerings.getdown</groupId>
     <artifactId>getdown</artifactId>
-    <version>1.8.3_1.1.5_JVL</version>
+    <version>1.8.3_1.1.6_JVL</version>
   </parent>
 
   <artifactId>getdown-launcher</artifactId>
index c23e80c..cdee51c 100644 (file)
@@ -10,7 +10,7 @@
   <groupId>com.threerings.getdown</groupId>
   <artifactId>getdown</artifactId>
   <packaging>pom</packaging>
-  <version>1.8.3_1.1.5_JVL</version>
+  <version>1.8.3_1.1.6_JVL</version>
 
   <name>getdown</name>
   <description>An application installer and updater.</description>
index cb7ff5b..7324541 100644 (file)
Binary files a/j11lib/getdown-core.jar and b/j11lib/getdown-core.jar differ
index cb7ff5b..7324541 100644 (file)
Binary files a/j8lib/getdown-core.jar and b/j8lib/getdown-core.jar differ