2020-05-06 11:48:49 +02:00
|
|
|
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
2015-01-29 22:25:50 +01:00
|
|
|
From: Zach Brown <zach.brown@destroystokyo.com>
|
2016-03-01 00:09:49 +01:00
|
|
|
Date: Mon, 29 Feb 2016 20:40:33 -0600
|
2015-03-08 02:16:09 +01:00
|
|
|
Subject: [PATCH] POM Changes
|
2014-07-21 22:46:54 +02:00
|
|
|
|
|
|
|
|
|
|
|
diff --git a/pom.xml b/pom.xml
|
2021-04-11 19:35:46 +02:00
|
|
|
index ebce3da9abf550089ead322bc2cef359c803a434..5710dd02c80bc713e5dd289c9aa4bc21fd0f4318 100644
|
2014-07-21 22:46:54 +02:00
|
|
|
--- a/pom.xml
|
|
|
|
+++ b/pom.xml
|
2019-02-07 06:48:17 +01:00
|
|
|
@@ -1,15 +1,14 @@
|
2014-07-21 22:46:54 +02:00
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
2015-03-20 01:41:36 +01:00
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
- <groupId>org.spigotmc</groupId>
|
|
|
|
- <artifactId>spigot</artifactId>
|
2016-03-01 00:09:49 +01:00
|
|
|
+ <artifactId>paper</artifactId>
|
2015-03-20 01:41:36 +01:00
|
|
|
<packaging>jar</packaging>
|
2021-01-16 03:18:08 +01:00
|
|
|
<version>1.16.5-R0.1-SNAPSHOT</version>
|
2015-03-20 01:41:36 +01:00
|
|
|
- <name>Spigot</name>
|
2019-04-25 08:53:51 +02:00
|
|
|
- <url>https://www.spigotmc.org/</url>
|
2016-03-01 00:09:49 +01:00
|
|
|
+ <name>Paper</name>
|
2018-10-05 17:52:04 +02:00
|
|
|
+ <url>https://papermc.io</url>
|
2014-07-21 22:46:54 +02:00
|
|
|
|
2015-03-20 01:41:36 +01:00
|
|
|
<properties>
|
2019-02-07 06:48:17 +01:00
|
|
|
- <skipTests>true</skipTests>
|
|
|
|
+ <!-- <skipTests>true</skipTests> Paper - This [was] not going to end well -->
|
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
|
<api.version>unknown</api.version>
|
2021-01-16 03:18:08 +01:00
|
|
|
<bt.name>git</bt.name>
|
2021-04-11 19:07:39 +02:00
|
|
|
@@ -20,21 +19,39 @@
|
2015-03-20 01:41:36 +01:00
|
|
|
</properties>
|
2014-07-21 22:46:54 +02:00
|
|
|
|
2015-03-20 01:41:36 +01:00
|
|
|
<parent>
|
|
|
|
- <groupId>org.spigotmc</groupId>
|
|
|
|
- <artifactId>spigot-parent</artifactId>
|
2016-03-01 00:09:49 +01:00
|
|
|
+ <groupId>com.destroystokyo.paper</groupId>
|
|
|
|
+ <artifactId>paper-parent</artifactId>
|
2015-03-20 01:41:36 +01:00
|
|
|
<version>dev-SNAPSHOT</version>
|
|
|
|
<relativePath>../pom.xml</relativePath>
|
|
|
|
</parent>
|
2018-07-15 03:53:17 +02:00
|
|
|
|
2021-04-11 19:07:39 +02:00
|
|
|
+ <dependencyManagement>
|
|
|
|
+ <dependencies>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>org.apache.logging.log4j</groupId>
|
|
|
|
+ <artifactId>log4j-bom</artifactId>
|
|
|
|
+ <version>2.11.2</version>
|
|
|
|
+ <type>pom</type>
|
|
|
|
+ <scope>import</scope>
|
|
|
|
+ </dependency>
|
|
|
|
+ </dependencies>
|
|
|
|
+ </dependencyManagement>
|
|
|
|
+
|
2018-07-15 03:53:17 +02:00
|
|
|
<dependencies>
|
2015-03-20 01:41:36 +01:00
|
|
|
<dependency>
|
|
|
|
- <groupId>org.spigotmc</groupId>
|
|
|
|
- <artifactId>spigot-api</artifactId>
|
2016-03-01 00:09:49 +01:00
|
|
|
+ <groupId>com.destroystokyo.paper</groupId>
|
|
|
|
+ <artifactId>paper-api</artifactId>
|
2020-09-02 00:20:58 +02:00
|
|
|
<version>${project.version}</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
- <groupId>org.spigotmc</groupId>
|
|
|
|
+ <groupId>com.destroystokyo.paper</groupId>
|
|
|
|
+ <artifactId>paper-mojangapi</artifactId>
|
2020-04-27 07:37:37 +02:00
|
|
|
+ <version>${project.version}</version>
|
|
|
|
+ <scope>compile</scope>
|
|
|
|
+ </dependency>
|
|
|
|
+ <dependency>
|
2020-09-02 00:20:58 +02:00
|
|
|
+ <groupId>io.papermc</groupId>
|
|
|
|
<artifactId>minecraft-server</artifactId>
|
2021-03-16 19:41:20 +01:00
|
|
|
<version>${minecraft.version}-SNAPSHOT</version>
|
2015-03-20 01:41:36 +01:00
|
|
|
<scope>compile</scope>
|
2021-04-11 19:07:39 +02:00
|
|
|
@@ -45,18 +62,15 @@
|
|
|
|
<version>2.12.1</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>org.apache.logging.log4j</groupId>
|
|
|
|
+ <artifactId>log4j-api</artifactId>
|
|
|
|
+ <scope>compile</scope>
|
|
|
|
+ </dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.logging.log4j</groupId>
|
|
|
|
<artifactId>log4j-iostreams</artifactId>
|
|
|
|
- <version>2.8.1</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
- <exclusions>
|
|
|
|
- <!-- included in minecraft-server -->
|
|
|
|
- <exclusion>
|
|
|
|
- <groupId>org.apache.logging.log4j</groupId>
|
|
|
|
- <artifactId>log4j-api</artifactId>
|
|
|
|
- </exclusion>
|
|
|
|
- </exclusions>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.ow2.asm</groupId>
|
|
|
|
@@ -64,6 +78,17 @@
|
2021-03-17 17:37:12 +01:00
|
|
|
<version>9.1</version>
|
2020-05-17 03:38:19 +02:00
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <!-- wrapper to use either java 8 sun cleaner or java9+ official cleaner -->
|
|
|
|
+ <groupId>co.aikar</groupId>
|
|
|
|
+ <artifactId>cleaner</artifactId>
|
|
|
|
+ <version>1.0-SNAPSHOT</version>
|
2020-05-23 23:35:27 +02:00
|
|
|
+ </dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>io.netty</groupId>
|
|
|
|
+ <artifactId>netty-all</artifactId>
|
2020-05-24 19:07:53 +02:00
|
|
|
+ <version>4.1.50.Final</version>
|
2020-05-17 03:38:19 +02:00
|
|
|
+ </dependency>
|
|
|
|
<!-- deprecated API depend -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.googlecode.json-simple</groupId>
|
2021-04-11 19:35:46 +02:00
|
|
|
@@ -80,7 +105,7 @@
|
|
|
|
<dependency>
|
|
|
|
<groupId>mysql</groupId>
|
|
|
|
<artifactId>mysql-connector-java</artifactId>
|
|
|
|
- <version>5.1.49</version>
|
|
|
|
+ <version>8.0.23</version>
|
|
|
|
<scope>runtime</scope>
|
|
|
|
</dependency>
|
|
|
|
<!-- testing -->
|
2021-04-11 19:07:39 +02:00
|
|
|
@@ -100,34 +125,22 @@
|
2016-03-18 07:13:51 +01:00
|
|
|
|
|
|
|
<!-- This builds a completely 'ready to start' jar with all dependencies inside -->
|
2016-03-01 00:09:49 +01:00
|
|
|
<build>
|
2016-03-31 03:27:13 +02:00
|
|
|
+ <finalName>paper-${minecraft.version}</finalName>
|
2016-03-18 07:13:51 +01:00
|
|
|
+ <defaultGoal>clean install</defaultGoal> <!-- Paper -->
|
2016-02-15 13:02:47 +01:00
|
|
|
<plugins>
|
|
|
|
<plugin>
|
2019-10-13 08:19:22 +02:00
|
|
|
- <groupId>net.md-5</groupId>
|
|
|
|
- <artifactId>scriptus</artifactId>
|
2020-04-27 09:34:45 +02:00
|
|
|
- <version>0.4.1</version>
|
2019-10-13 08:19:22 +02:00
|
|
|
+ <groupId>com.lukegb.mojo</groupId>
|
|
|
|
+ <artifactId>gitdescribe-maven-plugin</artifactId>
|
|
|
|
+ <version>1.3</version>
|
2016-03-01 00:09:49 +01:00
|
|
|
+ <configuration>
|
2019-10-13 08:19:22 +02:00
|
|
|
+ <outputPrefix>git-Paper-</outputPrefix>
|
2016-03-01 00:09:49 +01:00
|
|
|
+ <scmDirectory>..</scmDirectory>
|
|
|
|
+ </configuration>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
2015-03-20 01:41:36 +01:00
|
|
|
- <id>ex-spigot</id>
|
2016-02-15 13:02:47 +01:00
|
|
|
- <configuration>
|
2021-01-16 03:18:08 +01:00
|
|
|
- <format>${bt.name}-Spigot-%s</format>
|
2016-02-15 13:02:47 +01:00
|
|
|
- <scmDirectory>../</scmDirectory>
|
2015-03-20 01:41:36 +01:00
|
|
|
- <descriptionProperty>spigot.desc</descriptionProperty>
|
2016-02-15 13:02:47 +01:00
|
|
|
- </configuration>
|
|
|
|
- <phase>initialize</phase>
|
2021-04-11 19:07:39 +02:00
|
|
|
+ <phase>compile</phase>
|
|
|
|
<goals>
|
2016-02-15 13:02:47 +01:00
|
|
|
- <goal>describe</goal>
|
|
|
|
- </goals>
|
|
|
|
- </execution>
|
|
|
|
- <execution>
|
|
|
|
- <id>ex-craftbukkit</id>
|
|
|
|
- <configuration>
|
|
|
|
- <format>-%s</format>
|
|
|
|
- <scmDirectory>../../CraftBukkit</scmDirectory>
|
|
|
|
- <descriptionProperty>craftbukkit.desc</descriptionProperty>
|
|
|
|
- </configuration>
|
|
|
|
- <phase>initialize</phase>
|
2021-04-11 19:07:39 +02:00
|
|
|
- <goals>
|
2019-10-13 08:19:22 +02:00
|
|
|
- <goal>describe</goal>
|
|
|
|
+ <goal>gitdescribe</goal>
|
2016-03-01 00:09:49 +01:00
|
|
|
</goals>
|
2019-10-13 08:19:22 +02:00
|
|
|
</execution>
|
|
|
|
</executions>
|
2021-04-11 19:07:39 +02:00
|
|
|
@@ -137,6 +150,7 @@
|
2016-02-15 13:02:47 +01:00
|
|
|
<artifactId>maven-jar-plugin</artifactId>
|
2020-04-27 09:34:45 +02:00
|
|
|
<version>3.2.0</version>
|
2016-03-01 00:09:49 +01:00
|
|
|
<configuration>
|
|
|
|
+ <forceCreation>true</forceCreation> <!-- Required to prevent shading the jar multiple times -->
|
|
|
|
<archive>
|
2020-04-27 09:34:45 +02:00
|
|
|
<manifest>
|
|
|
|
<addDefaultEntries>false</addDefaultEntries>
|
2021-04-11 19:07:39 +02:00
|
|
|
@@ -144,11 +158,13 @@
|
2015-03-20 01:41:36 +01:00
|
|
|
<manifestEntries>
|
|
|
|
<Main-Class>org.bukkit.craftbukkit.Main</Main-Class>
|
|
|
|
<Implementation-Title>CraftBukkit</Implementation-Title>
|
|
|
|
- <Implementation-Version>${spigot.desc}${craftbukkit.desc}</Implementation-Version>
|
2020-04-27 09:34:45 +02:00
|
|
|
- <Implementation-Vendor>${project.build.outputTimestamp}</Implementation-Vendor>
|
2018-08-26 20:11:49 +02:00
|
|
|
+ <!--suppress MavenModelInspection -->
|
2016-02-15 13:02:47 +01:00
|
|
|
+ <Implementation-Version>${describe}</Implementation-Version>
|
2020-04-27 09:34:45 +02:00
|
|
|
+ <Implementation-Vendor>${maven.build.timestamp}</Implementation-Vendor>
|
2015-03-20 01:41:36 +01:00
|
|
|
<Specification-Title>Bukkit</Specification-Title>
|
|
|
|
<Specification-Version>${api.version}</Specification-Version>
|
2020-04-27 09:34:45 +02:00
|
|
|
<Specification-Vendor>Bukkit Team</Specification-Vendor>
|
2021-04-11 19:07:39 +02:00
|
|
|
+ <Multi-Release>true</Multi-Release>
|
|
|
|
</manifestEntries>
|
|
|
|
<manifestSections>
|
|
|
|
<manifestSection>
|
|
|
|
@@ -184,14 +200,24 @@
|
2016-03-18 07:13:51 +01:00
|
|
|
<goal>shade</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
2016-11-19 03:09:03 +01:00
|
|
|
+ <dependencyReducedPomLocation>${project.build.directory}/dependency-reduced-pom.xml</dependencyReducedPomLocation> <!-- Paper -->
|
2018-12-08 11:09:55 +01:00
|
|
|
<createSourcesJar>${shadeSourcesJar}</createSourcesJar>
|
2020-04-27 09:34:45 +02:00
|
|
|
<filters>
|
|
|
|
<filter>
|
2021-01-16 03:18:08 +01:00
|
|
|
- <artifact>org.spigotmc:minecraft-server</artifact>
|
|
|
|
+ <artifact>io.papermc:minecraft-server</artifact>
|
|
|
|
<excludes>
|
2020-05-23 23:35:27 +02:00
|
|
|
<exclude>com/google/common/**</exclude>
|
|
|
|
<exclude>com/google/gson/**</exclude>
|
|
|
|
<exclude>com/google/thirdparty/**</exclude>
|
|
|
|
+ <!-- paper -->
|
|
|
|
+ <exclude>io/netty/**</exclude>
|
2020-05-24 19:07:53 +02:00
|
|
|
+ <exclude>META-INF/native/libnetty*</exclude>
|
2021-04-11 19:07:39 +02:00
|
|
|
+ <exclude>com/mojang/brigadier/**</exclude>
|
2020-05-23 23:35:27 +02:00
|
|
|
+ <exclude>META-INF/MANIFEST.MF</exclude>
|
2021-04-11 19:07:39 +02:00
|
|
|
+ <exclude>com/mojang/authlib/yggdrasil/YggdrasilGameProfileRepository.class</exclude>
|
|
|
|
+ <exclude>com/mojang/datafixers/util/Either*</exclude>
|
|
|
|
+ <exclude>org/apache/logging/log4j/**</exclude>
|
|
|
|
+ <exclude>META-INF/org/apache/logging/log4j/core/config/plugins/Log4j2Plugins.dat</exclude>
|
2020-05-23 23:35:27 +02:00
|
|
|
</excludes>
|
|
|
|
</filter>
|
|
|
|
</filters>
|
2021-04-11 19:07:39 +02:00
|
|
|
@@ -207,10 +233,11 @@
|
2016-05-30 01:26:35 +02:00
|
|
|
<pattern>jline</pattern>
|
|
|
|
<shadedPattern>org.bukkit.craftbukkit.libs.jline</shadedPattern>
|
2017-06-08 20:07:00 +02:00
|
|
|
</relocation>
|
|
|
|
- <relocation>
|
|
|
|
- <pattern>it.unimi</pattern>
|
|
|
|
- <shadedPattern>org.bukkit.craftbukkit.libs.it.unimi</shadedPattern>
|
|
|
|
- </relocation>
|
|
|
|
+ <!-- Paper - Don't relocate fastutil in order to prevent api breakage -->
|
|
|
|
+ <!--<relocation>-->
|
|
|
|
+ <!--<pattern>it.unimi</pattern>-->
|
|
|
|
+ <!--<shadedPattern>org.bukkit.craftbukkit.libs.it.unimi</shadedPattern>-->
|
|
|
|
+ <!--</relocation>-->
|
|
|
|
<relocation>
|
2019-04-23 06:47:07 +02:00
|
|
|
<pattern>org.apache.commons.codec</pattern>
|
|
|
|
<shadedPattern>org.bukkit.craftbukkit.libs.org.apache.commons.codec</shadedPattern>
|
2021-04-11 19:07:39 +02:00
|
|
|
@@ -258,10 +285,6 @@
|
2017-07-17 02:36:27 +02:00
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
2016-03-01 00:09:49 +01:00
|
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
2019-12-11 01:56:03 +01:00
|
|
|
<version>3.8.1</version>
|
2016-03-01 00:09:49 +01:00
|
|
|
- <configuration>
|
|
|
|
- <!-- we use the Eclipse compiler as it doesn't need a JDK -->
|
|
|
|
- <compilerId>eclipse</compilerId>
|
|
|
|
- </configuration>
|
2019-01-24 22:36:24 +01:00
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
2021-03-15 07:57:17 +01:00
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
2020-04-27 10:03:00 +02:00
|
|
|
diff --git a/src/main/java/org/bukkit/craftbukkit/Main.java b/src/main/java/org/bukkit/craftbukkit/Main.java
|
2021-03-17 17:37:12 +01:00
|
|
|
index 036c870d991118e5c09eced8485b94579bc6782a..c6417a0594ffe2d3650ec54d44e575e347a1f724 100644
|
2020-04-27 10:03:00 +02:00
|
|
|
--- a/src/main/java/org/bukkit/craftbukkit/Main.java
|
|
|
|
+++ b/src/main/java/org/bukkit/craftbukkit/Main.java
|
|
|
|
@@ -186,7 +186,7 @@ public class Main {
|
|
|
|
}
|
|
|
|
|
2021-01-16 03:18:08 +01:00
|
|
|
if (Main.class.getPackage().getImplementationVendor() != null && System.getProperty("IReallyKnowWhatIAmDoingISwear") == null) {
|
2020-04-27 10:03:00 +02:00
|
|
|
- Date buildDate = new Date(Integer.parseInt(Main.class.getPackage().getImplementationVendor()) * 1000L);
|
|
|
|
+ Date buildDate = new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss'Z'").parse(Main.class.getPackage().getImplementationVendor()); // Paper
|
|
|
|
|
|
|
|
Calendar deadline = Calendar.getInstance();
|
2020-12-03 09:37:01 +01:00
|
|
|
deadline.add(Calendar.DAY_OF_YEAR, -28);
|
2014-07-23 03:16:50 +02:00
|
|
|
diff --git a/src/main/java/org/bukkit/craftbukkit/util/Versioning.java b/src/main/java/org/bukkit/craftbukkit/util/Versioning.java
|
2020-05-06 11:48:49 +02:00
|
|
|
index 93046379d0cefd5d3236fc59e698809acdc18f80..674096cab190d62622f9947853b056f57d43a2a5 100644
|
2014-07-23 03:16:50 +02:00
|
|
|
--- a/src/main/java/org/bukkit/craftbukkit/util/Versioning.java
|
|
|
|
+++ b/src/main/java/org/bukkit/craftbukkit/util/Versioning.java
|
|
|
|
@@ -11,7 +11,7 @@ public final class Versioning {
|
|
|
|
public static String getBukkitVersion() {
|
|
|
|
String result = "Unknown-Version";
|
|
|
|
|
|
|
|
- InputStream stream = Bukkit.class.getClassLoader().getResourceAsStream("META-INF/maven/org.spigotmc/spigot-api/pom.properties");
|
2016-03-01 00:09:49 +01:00
|
|
|
+ InputStream stream = Bukkit.class.getClassLoader().getResourceAsStream("META-INF/maven/com.destroystokyo.paper/paper-api/pom.properties");
|
2014-07-23 03:16:50 +02:00
|
|
|
Properties properties = new Properties();
|
|
|
|
|
|
|
|
if (stream != null) {
|