Updated log4j2 to 2.0-beta9, fixing a hang when run with Java 1.7.0_25
This commit is contained in:
parent
954fabbc32
commit
8da151ac63
2 changed files with 3 additions and 2 deletions
4
pom.xml
4
pom.xml
|
@ -24,12 +24,12 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.logging.log4j</groupId>
|
<groupId>org.apache.logging.log4j</groupId>
|
||||||
<artifactId>log4j-api</artifactId>
|
<artifactId>log4j-api</artifactId>
|
||||||
<version>2.0-beta8</version>
|
<version>2.0-beta9</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.logging.log4j</groupId>
|
<groupId>org.apache.logging.log4j</groupId>
|
||||||
<artifactId>log4j-core</artifactId>
|
<artifactId>log4j-core</artifactId>
|
||||||
<version>2.0-beta8</version>
|
<version>2.0-beta9</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.ovh.ws</groupId>
|
<groupId>com.ovh.ws</groupId>
|
||||||
|
|
|
@ -3,6 +3,7 @@ Changelog
|
||||||
1.5:
|
1.5:
|
||||||
- Added 'no info... yet' message when mods/ scan is still in-progress
|
- Added 'no info... yet' message when mods/ scan is still in-progress
|
||||||
- Fixed advanced find tags not honoring start= when greater than match count
|
- Fixed advanced find tags not honoring start= when greater than match count
|
||||||
|
- Updated log4j2 to 2.0-beta9, fixing a hang when run with Java 1.7.0_25
|
||||||
- Changed FTLDat to allow opening dats in read-only mode
|
- Changed FTLDat to allow opening dats in read-only mode
|
||||||
|
|
||||||
1.4:
|
1.4:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue