From 7534b1d992a9fd9731b7cb940871d3200169409b Mon Sep 17 00:00:00 2001 From: Cola Date: Sun, 4 Jul 2021 03:08:17 +0100 Subject: [PATCH 1/3] Update zeus --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index f3dd8bd..52f1b04 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.github.maxopoly zeus Zeus - 1.1 + 1.2 11 @@ -16,7 +16,7 @@ com.github.civclassic civclassic-parent - 1.0.0 + 1.0.1 From 9132aba63d822a60c64753d7d60b6161709b686a Mon Sep 17 00:00:00 2001 From: Cola Date: Thu, 18 Nov 2021 03:18:01 +0000 Subject: [PATCH 2/3] get ID instead of just object --- .../zeus/rabbit/incoming/artemis/PlayerInitTransferRequest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/github/maxopoly/zeus/rabbit/incoming/artemis/PlayerInitTransferRequest.java b/src/main/java/com/github/maxopoly/zeus/rabbit/incoming/artemis/PlayerInitTransferRequest.java index 31ee647..54e384a 100644 --- a/src/main/java/com/github/maxopoly/zeus/rabbit/incoming/artemis/PlayerInitTransferRequest.java +++ b/src/main/java/com/github/maxopoly/zeus/rabbit/incoming/artemis/PlayerInitTransferRequest.java @@ -54,7 +54,7 @@ public boolean handleRequest(PlayerTransferSession connState, ConnectedServer se if (targetServer == null) { sendReply(sendingServer, new RejectPlayerTransfer(connState.getTransactionID(), TransferRejectionReason.NO_TARGET_FOUND)); - getLogger().error("Failed to find target server for " + connState.getLocation() + " from " + sendingServer); + getLogger().error("Failed to find target server for " + connState.getLocation() + " from " + sendingServer.getID()); return false; } connState.setTargetServer(targetServer); From 5c2ed2fc4f50a59ce590a29cd394f8ef8f961183 Mon Sep 17 00:00:00 2001 From: Cola Date: Thu, 2 Dec 2021 15:03:56 +0000 Subject: [PATCH 3/3] Relocate JSON & Java 16 --- pom.xml | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 52f1b04..c154949 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ 1.2 - 11 + 16 UTF-8 UTF-8 @@ -45,6 +45,24 @@ -proc:none + + org.apache.maven.plugins + maven-shade-plugin + 3.3.0-SNAPSHOT + + + + true + + + org.json + com.github.maxopoly.zeus.util.json + + + + + + @@ -53,7 +71,7 @@ org.json json - 20160810 + 20210307 com.rabbitmq