mirror of
https://github.com/PaperMC/Waterfall.git
synced 2024-12-01 06:33:39 +01:00
Updated Upstream (BungeeCord)
Upstream has released updates that appears to apply and compile correctly. This update has not been tested by PaperMC and as with ANY update, please do your own testing BungeeCord Changes: 4fc1a9e7 Dependency bump
This commit is contained in:
parent
fea7ec356d
commit
72dbe47c96
@ -1 +1 @@
|
||||
Subproject commit f0908b663f868ef5fe1f3ac8c81a29827cd6abe1
|
||||
Subproject commit 4fc1a9e77047e81008f2d6f760c4722b24b5b458
|
@ -1,4 +1,4 @@
|
||||
From 94d4370d668dc6cd1056707e1f33ef26eda9f961 Mon Sep 17 00:00:00 2001
|
||||
From a29675723a6c2c520cf6c2079512f21621db28c0 Mon Sep 17 00:00:00 2001
|
||||
From: Minecrell <minecrell@minecrell.net>
|
||||
Date: Fri, 22 Sep 2017 12:46:47 +0200
|
||||
Subject: [PATCH] Use Log4j2 for logging and TerminalConsoleAppender for
|
||||
@ -233,7 +233,7 @@ index 00000000..93ce3b14
|
||||
+ </Loggers>
|
||||
+</Configuration>
|
||||
diff --git a/pom.xml b/pom.xml
|
||||
index 2e9160a2..02480a20 100644
|
||||
index aa83cd3d..5e8499a7 100644
|
||||
--- a/pom.xml
|
||||
+++ b/pom.xml
|
||||
@@ -56,11 +56,12 @@
|
||||
@ -251,7 +251,7 @@ index 2e9160a2..02480a20 100644
|
||||
</modules>
|
||||
|
||||
diff --git a/proxy/pom.xml b/proxy/pom.xml
|
||||
index 645835d8..602b9a93 100644
|
||||
index eb23676e..177147ac 100644
|
||||
--- a/proxy/pom.xml
|
||||
+++ b/proxy/pom.xml
|
||||
@@ -71,7 +71,7 @@
|
||||
@ -279,7 +279,7 @@ index 645835d8..602b9a93 100644
|
||||
<groupId>net.sf.jopt-simple</groupId>
|
||||
<artifactId>jopt-simple</artifactId>
|
||||
@@ -130,6 +131,25 @@
|
||||
<version>1.6.2</version>
|
||||
<version>1.7.0</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
+ <!-- Waterfall start - Console improvements - bring back slf4j-->
|
||||
|
@ -1,15 +1,15 @@
|
||||
From 4ea650d6cd29c5d8e526728b0f0e10eba6b6f5a2 Mon Sep 17 00:00:00 2001
|
||||
From ff1079e29631c994b5d65be0c1e3baf0b783bcfb Mon Sep 17 00:00:00 2001
|
||||
From: Minecrell <minecrell@minecrell.net>
|
||||
Date: Fri, 22 Sep 2017 13:15:09 +0200
|
||||
Subject: [PATCH] Allow plugins to use SLF4J for logging
|
||||
|
||||
|
||||
diff --git a/api/pom.xml b/api/pom.xml
|
||||
index ee3ab347..ca1ed881 100644
|
||||
index 385a5cc2..7f6da3e8 100644
|
||||
--- a/api/pom.xml
|
||||
+++ b/api/pom.xml
|
||||
@@ -76,5 +76,11 @@
|
||||
<version>1.27</version>
|
||||
<version>1.28</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
+ <!-- Waterfall - Add SLF4J -->
|
||||
@ -56,5 +56,5 @@ index 84039f14..51187fd1 100644
|
||||
<groupId>com.lmax</groupId>
|
||||
<artifactId>disruptor</artifactId>
|
||||
--
|
||||
2.31.0
|
||||
2.31.1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user