Updated Upstream (CraftBukkit)
Upstream has released updates that appear to apply and compile correctly. This update has not been tested by PaperMC and as with ANY update, please do your own testing CraftBukkit Changes: 35d3986e Disable log4j message formatting 040e0c3b Increase outdated build delay
This commit is contained in:
@@ -261,7 +261,8 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
||||
+ }
|
||||
+ }
|
||||
+ } catch (URISyntaxException ex) {
|
||||
+ // This is OK.
|
||||
+ LOGGER.warn("Invalid JNDI URI - {}", name);
|
||||
+ return null;
|
||||
+ }
|
||||
return (T) this.context.lookup(name);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user