mirror of
https://hub.spigotmc.org/stash/scm/spigot/spigot.git
synced 2025-09-18 21:33:01 +00:00

* Now Tracks Commands * Resolved Performance issue with Bukkit HandlerList method. Now all timings simply uses the Spigot System * Performance Improvement simply not using TimedRegisteredListener too * Bug with SyncChunkLoad tracking resolved. Now properly tracks many aspects of sync chunk load. * Reset/On/Off accuracy - should no longer have any issues turning it on/off during runtime, so this has been re-enabled. * Paste command on RCON now works * Now tracks everything related to plugins too, so you can easily see total plugin cost * Now tracks Tasks better and where they came from * Now tracks plugins event handlers to the Listener/Method name too. * Merged some Bukkit Patches so all timings changes are in 1 patch. * Moved back to a CLQ for CustomTimingsHandler for thread safety for when tasks are created Async but then executed sync.
48 lines
1.5 KiB
Diff
48 lines
1.5 KiB
Diff
From 5a41526b6604e7507d6be3ed558840286929d2b7 Mon Sep 17 00:00:00 2001
|
|
From: md_5 <md_5@live.com.au>
|
|
Date: Thu, 4 Jul 2013 20:05:19 +1000
|
|
Subject: [PATCH] Update Depends
|
|
|
|
- All of these changes have been reviewed to be binary compatible and in general contract compatible with previous versions of the libraries.
|
|
|
|
diff --git a/pom.xml b/pom.xml
|
|
index f7d100a..fc62bbf 100644
|
|
--- a/pom.xml
|
|
+++ b/pom.xml
|
|
@@ -76,21 +76,21 @@
|
|
<dependency>
|
|
<groupId>org.yaml</groupId>
|
|
<artifactId>snakeyaml</artifactId>
|
|
- <version>1.9</version>
|
|
+ <version>1.12</version>
|
|
<type>jar</type>
|
|
<scope>compile</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.googlecode.json-simple</groupId>
|
|
<artifactId>json-simple</artifactId>
|
|
- <version>1.1</version>
|
|
+ <version>1.1.1</version>
|
|
<type>jar</type>
|
|
<scope>compile</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.avaje</groupId>
|
|
<artifactId>ebean</artifactId>
|
|
- <version>2.7.3</version>
|
|
+ <version>2.8.1</version>
|
|
<type>jar</type>
|
|
<scope>compile</scope>
|
|
</dependency>
|
|
@@ -104,7 +104,7 @@
|
|
<dependency>
|
|
<groupId>commons-lang</groupId>
|
|
<artifactId>commons-lang</artifactId>
|
|
- <version>2.3</version>
|
|
+ <version>2.6</version>
|
|
</dependency>
|
|
|
|
<!-- testing -->
|
|
--
|
|
1.9.1
|
|
|