JAL-3362 JAL-3066 patch out not-yet supported thenCompare in slivka ws menu builder
authorJim Procter <j.procter@dundee.ac.uk>
Tue, 29 Nov 2022 17:03:19 +0000 (17:03 +0000)
committerJim Procter <j.procter@dundee.ac.uk>
Tue, 29 Nov 2022 17:03:19 +0000 (17:03 +0000)
src/jalview/gui/WebServicesMenuBuilder.java
swingjs/SwingJS-site.zip
swingjs/timestamp
swingjs/ver/3.3.1/SwingJS-site.zip
swingjs/ver/3.3.1/timestamp
swingjs/ver/3.3.1/timestamp.orig [new file with mode: 0644]

index 2a17bf4..38ac33e 100644 (file)
@@ -91,8 +91,9 @@ public class WebServicesMenuBuilder
   {
     operations = new ArrayList<>(operations);
     operations.sort(Comparator
-            .<Operation, String>comparing(o -> o.getHostName())
-            .<String>thenComparing(o -> o.getName()));
+                   .<Operation, String>comparing(o -> o.getHostName()));
+    // not supported in swingjs 3.3.1
+    // .<String>thenComparing(o -> o.getName()));
     String lastHost = null;
     for (final Operation op : operations)
     {
index 8f842a1..9526ffb 100644 (file)
Binary files a/swingjs/SwingJS-site.zip and b/swingjs/SwingJS-site.zip differ
index f18a7e2..b43b0d7 100644 (file)
@@ -1 +1 @@
-20210720163506 
+20211009053211 
index f6fdabe..9526ffb 100644 (file)
Binary files a/swingjs/ver/3.3.1/SwingJS-site.zip and b/swingjs/ver/3.3.1/SwingJS-site.zip differ
index 204bf8d..b43b0d7 100644 (file)
@@ -1 +1 @@
-20210728172208 
+20211009053211 
diff --git a/swingjs/ver/3.3.1/timestamp.orig b/swingjs/ver/3.3.1/timestamp.orig
new file mode 100644 (file)
index 0000000..e7fc551
--- /dev/null
@@ -0,0 +1,5 @@
+<<<<<<< HEAD
+20210728172208 
+=======
+20210720163506 
+>>>>>>> JAL-3878_web_services_overhaul