From 5045e8ed70fe9cc371ad2e7f7d46bbabdc2e893c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laura=20Endre=C3=9F?= Date: Tue, 6 Apr 2021 16:37:48 +0200 Subject: [PATCH] Fix important bug in keys lib --- command/pom.xml | 14 +++++------ config/config-base/pom.xml | 2 +- config/config-json/pom.xml | 8 +++---- config/config-nbt/pom.xml | 6 ++--- config/config-toml/pom.xml | 4 ++-- config/config-yaml/pom.xml | 10 ++++---- config/pom.xml | 4 ++-- data/data-base/pom.xml | 8 +++---- data/data-nbtcontainer/pom.xml | 10 ++++---- data/data-property/pom.xml | 2 +- data/pom.xml | 4 ++-- event/pom.xml | 12 +++++----- exception/pom.xml | 4 ++-- logging/pom.xml | 6 ++--- nbt/pom.xml | 10 ++++---- net/pom.xml | 12 +++++----- pom.xml | 2 +- random/pom.xml | 6 ++--- reflection/pom.xml | 6 ++--- service/pom.xml | 4 ++-- service/service-base/pom.xml | 8 +++---- service/service-download/pom.xml | 14 +++++------ test/pom.xml | 24 +++++++++---------- thread/pom.xml | 4 ++-- utils/alias/pom.xml | 2 +- utils/cache/pom.xml | 4 ++-- utils/general/pom.xml | 4 ++-- utils/io/pom.xml | 2 +- utils/java-lang/pom.xml | 2 +- utils/java/pom.xml | 6 ++--- utils/json/json-lib/pom.xml | 8 +++---- utils/json/json-nbt/pom.xml | 4 ++-- utils/json/json-tools/pom.xml | 8 +++---- utils/json/pom.xml | 2 +- utils/key/pom.xml | 2 +- .../syntaxapi/utils/key/KeyConstants.java | 4 ++-- utils/location/pom.xml | 4 ++-- utils/pom.xml | 4 ++-- version/pom.xml | 6 ++--- 39 files changed, 123 insertions(+), 123 deletions(-) diff --git a/command/pom.xml b/command/pom.xml index aa30d0b..21778f4 100644 --- a/command/pom.xml +++ b/command/pom.xml @@ -5,35 +5,35 @@ SyntaxApi com.syntaxphoenix.syntaxapi - 2.1.3 + 2.1.4 command - 2.0.6 + 2.0.7 com.syntaxphoenix.syntaxapi exception - 2.0.3 + 2.0.5 com.syntaxphoenix.syntaxapi alias - 2.0.3 + 2.0.5 com.syntaxphoenix.syntaxapi reflection - 2.0.3 + 2.0.5 com.syntaxphoenix.syntaxapi java - 2.0.6 + 2.0.8 com.syntaxphoenix.syntaxapi logging - 2.0.3 + 2.0.5 diff --git a/config/config-base/pom.xml b/config/config-base/pom.xml index adca522..27e3709 100644 --- a/config/config-base/pom.xml +++ b/config/config-base/pom.xml @@ -5,7 +5,7 @@ config com.syntaxphoenix.syntaxapi - 2.0.4 + 2.0.5 config-base diff --git a/config/config-json/pom.xml b/config/config-json/pom.xml index 2350537..7d0ca32 100644 --- a/config/config-json/pom.xml +++ b/config/config-json/pom.xml @@ -5,24 +5,24 @@ config com.syntaxphoenix.syntaxapi - 2.0.4 + 2.0.5 config-json com.syntaxphoenix.syntaxapi config-base - 2.0.3 + 2.0.5 com.syntaxphoenix.syntaxapi json-tools - 2.0.4 + 2.0.6 com.syntaxphoenix.syntaxapi java - 2.0.6 + 2.0.8 diff --git a/config/config-nbt/pom.xml b/config/config-nbt/pom.xml index 781bbdf..db72364 100644 --- a/config/config-nbt/pom.xml +++ b/config/config-nbt/pom.xml @@ -5,19 +5,19 @@ config com.syntaxphoenix.syntaxapi - 2.0.4 + 2.0.5 config-nbt com.syntaxphoenix.syntaxapi config-base - 2.0.3 + 2.0.5 com.syntaxphoenix.syntaxapi nbt - 2.0.4 + 2.0.6 diff --git a/config/config-toml/pom.xml b/config/config-toml/pom.xml index 5a17933..65c5c05 100644 --- a/config/config-toml/pom.xml +++ b/config/config-toml/pom.xml @@ -5,14 +5,14 @@ config com.syntaxphoenix.syntaxapi - 2.0.4 + 2.0.5 config-toml com.syntaxphoenix.syntaxapi config-base - 2.0.3 + 2.0.5 com.github.TheElectronWill diff --git a/config/config-yaml/pom.xml b/config/config-yaml/pom.xml index 1c830e3..0acfa78 100644 --- a/config/config-yaml/pom.xml +++ b/config/config-yaml/pom.xml @@ -5,25 +5,25 @@ config com.syntaxphoenix.syntaxapi - 2.0.4 + 2.0.5 config-yaml - 2.0.6 + 2.0.7 com.syntaxphoenix.syntaxapi config-base - 2.0.3 + 2.0.5 com.syntaxphoenix.syntaxapi reflection - 2.0.3 + 2.0.5 com.syntaxphoenix.syntaxapi java - 2.0.6 + 2.0.8 org.yaml diff --git a/config/pom.xml b/config/pom.xml index 8c9c937..3832e98 100644 --- a/config/pom.xml +++ b/config/pom.xml @@ -5,10 +5,10 @@ SyntaxApi com.syntaxphoenix.syntaxapi - 2.1.3 + 2.1.4 config - 2.0.4 + 2.0.5 pom config-base diff --git a/data/data-base/pom.xml b/data/data-base/pom.xml index 42f21b9..dcc521b 100644 --- a/data/data-base/pom.xml +++ b/data/data-base/pom.xml @@ -5,20 +5,20 @@ data com.syntaxphoenix.syntaxapi - 2.0.4 + 2.0.5 data-base - 2.0.7 + 2.0.8 com.syntaxphoenix.syntaxapi key - 2.0.4 + 2.0.5 com.syntaxphoenix.syntaxapi java - 2.0.6 + 2.0.8 diff --git a/data/data-nbtcontainer/pom.xml b/data/data-nbtcontainer/pom.xml index 3798704..2f4b4c9 100644 --- a/data/data-nbtcontainer/pom.xml +++ b/data/data-nbtcontainer/pom.xml @@ -5,25 +5,25 @@ data com.syntaxphoenix.syntaxapi - 2.0.4 + 2.0.5 data-nbtcontainer - 2.0.7 + 2.0.8 com.syntaxphoenix.syntaxapi java - 2.0.6 + 2.0.8 com.syntaxphoenix.syntaxapi data-base - 2.0.7 + 2.0.8 com.syntaxphoenix.syntaxapi nbt - 2.0.4 + 2.0.6 org.junit.jupiter diff --git a/data/data-property/pom.xml b/data/data-property/pom.xml index 8c2b4af..8e87a43 100644 --- a/data/data-property/pom.xml +++ b/data/data-property/pom.xml @@ -5,7 +5,7 @@ data com.syntaxphoenix.syntaxapi - 2.0.4 + 2.0.5 data-property diff --git a/data/pom.xml b/data/pom.xml index c0d070d..61125a2 100644 --- a/data/pom.xml +++ b/data/pom.xml @@ -5,10 +5,10 @@ SyntaxApi com.syntaxphoenix.syntaxapi - 2.1.3 + 2.1.4 data - 2.0.4 + 2.0.5 pom data-property diff --git a/event/pom.xml b/event/pom.xml index 92f2e37..e45003f 100644 --- a/event/pom.xml +++ b/event/pom.xml @@ -5,30 +5,30 @@ SyntaxApi com.syntaxphoenix.syntaxapi - 2.1.3 + 2.1.4 event - 2.0.4 + 2.0.5 com.syntaxphoenix.syntaxapi reflection - 2.0.3 + 2.0.5 com.syntaxphoenix.syntaxapi java - 2.0.6 + 2.0.8 com.syntaxphoenix.syntaxapi logging - 2.0.3 + 2.0.5 com.syntaxphoenix.syntaxapi general - 2.0.4 + 2.0.6 diff --git a/exception/pom.xml b/exception/pom.xml index e315a39..146a9ad 100644 --- a/exception/pom.xml +++ b/exception/pom.xml @@ -5,10 +5,10 @@ SyntaxApi com.syntaxphoenix.syntaxapi - 2.1.3 + 2.1.4 exception - 2.0.4 + 2.0.5 diff --git a/logging/pom.xml b/logging/pom.xml index ce81954..44e5bfe 100644 --- a/logging/pom.xml +++ b/logging/pom.xml @@ -5,15 +5,15 @@ SyntaxApi com.syntaxphoenix.syntaxapi - 2.1.3 + 2.1.4 logging - 2.0.4 + 2.0.5 com.syntaxphoenix.syntaxapi java - 2.0.6 + 2.0.8 diff --git a/nbt/pom.xml b/nbt/pom.xml index 5f1ee70..169f72b 100644 --- a/nbt/pom.xml +++ b/nbt/pom.xml @@ -5,25 +5,25 @@ SyntaxApi com.syntaxphoenix.syntaxapi - 2.1.3 + 2.1.4 nbt - 2.0.5 + 2.0.6 com.syntaxphoenix.syntaxapi java - 2.0.6 + 2.0.8 com.syntaxphoenix.syntaxapi reflection - 2.0.3 + 2.0.5 com.syntaxphoenix.syntaxapi io - 2.0.3 + 2.0.5 diff --git a/net/pom.xml b/net/pom.xml index deca0d1..7a28d8c 100644 --- a/net/pom.xml +++ b/net/pom.xml @@ -5,30 +5,30 @@ SyntaxApi com.syntaxphoenix.syntaxapi - 2.1.3 + 2.1.4 net - 2.0.8 + 2.0.9 com.syntaxphoenix.syntaxapi java - 2.0.6 + 2.0.8 com.syntaxphoenix.syntaxapi reflection - 2.0.3 + 2.0.5 com.syntaxphoenix.syntaxapi exception - 2.0.3 + 2.0.5 com.syntaxphoenix.syntaxapi json-tools - 2.0.4 + 2.0.6 org.junit.jupiter diff --git a/pom.xml b/pom.xml index 85c0ee7..03e21a9 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 com.syntaxphoenix.syntaxapi SyntaxApi - 2.1.3 + 2.1.4 pom SyntaxApi A Java Library to make some things easier and provide helpful tools diff --git a/random/pom.xml b/random/pom.xml index 886d093..fc6ccbc 100644 --- a/random/pom.xml +++ b/random/pom.xml @@ -5,15 +5,15 @@ SyntaxApi com.syntaxphoenix.syntaxapi - 2.1.3 + 2.1.4 random - 2.0.4 + 2.0.5 com.syntaxphoenix.syntaxapi reflection - 2.0.3 + 2.0.5 diff --git a/reflection/pom.xml b/reflection/pom.xml index 3fba473..3fe7b34 100644 --- a/reflection/pom.xml +++ b/reflection/pom.xml @@ -5,15 +5,15 @@ SyntaxApi com.syntaxphoenix.syntaxapi - 2.1.3 + 2.1.4 reflection - 2.0.4 + 2.0.5 com.syntaxphoenix.syntaxapi java - 2.0.6 + 2.0.8 diff --git a/service/pom.xml b/service/pom.xml index 9f97b36..b9879d4 100644 --- a/service/pom.xml +++ b/service/pom.xml @@ -5,10 +5,10 @@ SyntaxApi com.syntaxphoenix.syntaxapi - 2.1.3 + 2.1.4 service - 2.0.5 + 2.0.6 pom service-base diff --git a/service/service-base/pom.xml b/service/service-base/pom.xml index c3c1333..64036ec 100644 --- a/service/service-base/pom.xml +++ b/service/service-base/pom.xml @@ -5,24 +5,24 @@ service com.syntaxphoenix.syntaxapi - 2.0.5 + 2.0.6 service-base com.syntaxphoenix.syntaxapi logging - 2.0.3 + 2.0.5 com.syntaxphoenix.syntaxapi java - 2.0.6 + 2.0.8 com.syntaxphoenix.syntaxapi general - 2.0.4 + 2.0.6 diff --git a/service/service-download/pom.xml b/service/service-download/pom.xml index 07da310..0b20175 100644 --- a/service/service-download/pom.xml +++ b/service/service-download/pom.xml @@ -5,39 +5,39 @@ service com.syntaxphoenix.syntaxapi - 2.0.5 + 2.0.6 service-download com.syntaxphoenix.syntaxapi logging - 2.0.3 + 2.0.5 com.syntaxphoenix.syntaxapi general - 2.0.4 + 2.0.6 com.syntaxphoenix.syntaxapi java - 2.0.6 + 2.0.8 com.syntaxphoenix.syntaxapi service-base - 2.0.4 + 2.0.6 com.syntaxphoenix.syntaxapi reflection - 2.0.3 + 2.0.5 com.syntaxphoenix.syntaxapi exception - 2.0.3 + 2.0.5 diff --git a/test/pom.xml b/test/pom.xml index 0aba5ef..a922543 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -5,60 +5,60 @@ SyntaxApi com.syntaxphoenix.syntaxapi - 2.1.3 + 2.1.4 test - 2.0.4 + 2.0.5 com.syntaxphoenix.syntaxapi net - 2.0.6 + 2.0.9 com.syntaxphoenix.syntaxapi java - 2.0.6 + 2.0.8 com.syntaxphoenix.syntaxapi io - 2.0.3 + 2.0.5 com.syntaxphoenix.syntaxapi logging - 2.0.3 + 2.0.5 com.syntaxphoenix.syntaxapi service-download - 2.0.4 + 2.0.6 com.syntaxphoenix.syntaxapi thread - 2.0.3 + 2.0.5 com.syntaxphoenix.syntaxapi nbt - 2.0.4 + 2.0.6 com.syntaxphoenix.syntaxapi config-nbt - 2.0.3 + 2.0.5 com.syntaxphoenix.syntaxapi random - 2.0.3 + 2.0.5 com.syntaxphoenix.syntaxapi version - 2.0.4 + 2.0.6 org.fusesource.jansi diff --git a/thread/pom.xml b/thread/pom.xml index d689362..6d04d0e 100644 --- a/thread/pom.xml +++ b/thread/pom.xml @@ -5,10 +5,10 @@ SyntaxApi com.syntaxphoenix.syntaxapi - 2.1.3 + 2.1.4 thread - 2.0.4 + 2.0.5 diff --git a/utils/alias/pom.xml b/utils/alias/pom.xml index 77f3617..ce86a74 100644 --- a/utils/alias/pom.xml +++ b/utils/alias/pom.xml @@ -5,7 +5,7 @@ utils com.syntaxphoenix.syntaxapi - 2.0.4 + 2.0.5 alias diff --git a/utils/cache/pom.xml b/utils/cache/pom.xml index 2a880d9..bbf15eb 100644 --- a/utils/cache/pom.xml +++ b/utils/cache/pom.xml @@ -5,10 +5,10 @@ utils com.syntaxphoenix.syntaxapi - 2.0.4 + 2.0.5 cache - 2.0.5 + 2.0.6 diff --git a/utils/general/pom.xml b/utils/general/pom.xml index 958036c..404fb60 100644 --- a/utils/general/pom.xml +++ b/utils/general/pom.xml @@ -5,10 +5,10 @@ utils com.syntaxphoenix.syntaxapi - 2.0.4 + 2.0.5 general - 2.0.5 + 2.0.6 diff --git a/utils/io/pom.xml b/utils/io/pom.xml index 59de544..8f7e96e 100644 --- a/utils/io/pom.xml +++ b/utils/io/pom.xml @@ -5,7 +5,7 @@ utils com.syntaxphoenix.syntaxapi - 2.0.4 + 2.0.5 io diff --git a/utils/java-lang/pom.xml b/utils/java-lang/pom.xml index 12478a6..40215de 100644 --- a/utils/java-lang/pom.xml +++ b/utils/java-lang/pom.xml @@ -5,7 +5,7 @@ utils com.syntaxphoenix.syntaxapi - 2.0.4 + 2.0.5 java-lang diff --git a/utils/java/pom.xml b/utils/java/pom.xml index db69094..9346ef2 100644 --- a/utils/java/pom.xml +++ b/utils/java/pom.xml @@ -5,15 +5,15 @@ utils com.syntaxphoenix.syntaxapi - 2.0.4 + 2.0.5 java - 2.0.7 + 2.0.8 com.syntaxphoenix.syntaxapi java-lang - 2.0.3 + 2.0.5 diff --git a/utils/json/json-lib/pom.xml b/utils/json/json-lib/pom.xml index e7ce6d8..6b6ff33 100644 --- a/utils/json/json-lib/pom.xml +++ b/utils/json/json-lib/pom.xml @@ -5,7 +5,7 @@ json com.syntaxphoenix.syntaxapi - 2.0.4 + 2.0.5 json-lib Json Library @@ -13,17 +13,17 @@ com.syntaxphoenix.syntaxapi java - 2.0.6 + 2.0.8 com.syntaxphoenix.syntaxapi io - 2.0.3 + 2.0.5 com.syntaxphoenix.syntaxapi reflection - 2.0.4 + 2.0.5 org.junit.jupiter diff --git a/utils/json/json-nbt/pom.xml b/utils/json/json-nbt/pom.xml index 7f3dc44..35b0716 100644 --- a/utils/json/json-nbt/pom.xml +++ b/utils/json/json-nbt/pom.xml @@ -5,14 +5,14 @@ json com.syntaxphoenix.syntaxapi - 2.0.4 + 2.0.5 json-nbt com.syntaxphoenix.syntaxapi nbt - 2.0.4 + 2.0.6 com.google.code.gson diff --git a/utils/json/json-tools/pom.xml b/utils/json/json-tools/pom.xml index 8209fbf..193b630 100644 --- a/utils/json/json-tools/pom.xml +++ b/utils/json/json-tools/pom.xml @@ -5,20 +5,20 @@ json com.syntaxphoenix.syntaxapi - 2.0.4 + 2.0.5 json-tools - 2.0.5 + 2.0.6 com.syntaxphoenix.syntaxapi reflection - 2.0.3 + 2.0.5 com.syntaxphoenix.syntaxapi java - 2.0.6 + 2.0.8 com.google.code.gson diff --git a/utils/json/pom.xml b/utils/json/pom.xml index da791cd..2e782e6 100644 --- a/utils/json/pom.xml +++ b/utils/json/pom.xml @@ -5,7 +5,7 @@ utils com.syntaxphoenix.syntaxapi - 2.0.4 + 2.0.5 json pom diff --git a/utils/key/pom.xml b/utils/key/pom.xml index 02a025a..8598a22 100644 --- a/utils/key/pom.xml +++ b/utils/key/pom.xml @@ -5,7 +5,7 @@ utils com.syntaxphoenix.syntaxapi - 2.0.4 + 2.0.5 key diff --git a/utils/key/src/main/java/com/syntaxphoenix/syntaxapi/utils/key/KeyConstants.java b/utils/key/src/main/java/com/syntaxphoenix/syntaxapi/utils/key/KeyConstants.java index 1f5512b..2216036 100644 --- a/utils/key/src/main/java/com/syntaxphoenix/syntaxapi/utils/key/KeyConstants.java +++ b/utils/key/src/main/java/com/syntaxphoenix/syntaxapi/utils/key/KeyConstants.java @@ -7,9 +7,9 @@ public class KeyConstants { public static final String KEY_FORMAT = "%s:%s"; public static final String NAMED_KEY_FORMAT = "%s:%s#%s"; - public static final Pattern KEY_PATTERN = Pattern.compile("([a-z0-9._-]+):([a-z0-9/._-]+)"); + public static final Pattern KEY_PATTERN = Pattern.compile("(?[a-zA-Z0-9._\\-]+):(?[a-zA-Z0-9\\/._\\-]+)"); public static final Pattern NAMED_KEY_PATTERN = Pattern - .compile("([a-z0-9._-]+):([a-z0-9/._-]+)#([a-zA-Z0-9/._-\\s]+)"); + .compile("(?[a-zA-Z0-9._\\-]+):(?[a-zA-Z0-9\\/._\\-]+)#(?[a-zA-Z0-9/._\\- ]+)"); public static final Pattern VALID_KEY = Pattern.compile("[a-z0-9/._-]+"); public static final Pattern VALID_NAMESPACE = Pattern.compile("[a-z0-9._-]+"); diff --git a/utils/location/pom.xml b/utils/location/pom.xml index e0c05fe..4f47e08 100644 --- a/utils/location/pom.xml +++ b/utils/location/pom.xml @@ -5,10 +5,10 @@ utils com.syntaxphoenix.syntaxapi - 2.0.4 + 2.0.5 location - 2.0.5 + 2.0.6 diff --git a/utils/pom.xml b/utils/pom.xml index 9f1031d..df2d5e8 100644 --- a/utils/pom.xml +++ b/utils/pom.xml @@ -5,10 +5,10 @@ SyntaxApi com.syntaxphoenix.syntaxapi - 2.1.3 + 2.1.4 utils - 2.0.4 + 2.0.5 pom alias diff --git a/version/pom.xml b/version/pom.xml index 047e299..019f456 100644 --- a/version/pom.xml +++ b/version/pom.xml @@ -5,15 +5,15 @@ SyntaxApi com.syntaxphoenix.syntaxapi - 2.1.3 + 2.1.4 version - 2.0.5 + 2.0.6 com.syntaxphoenix.syntaxapi java - 2.0.6 + 2.0.8