Skip to content

Commit 46d0475

Browse files
committed
Update undertow, javassist, coffig and shed
1 parent d5fe698 commit 46d0475

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

CHANGELOG.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
# Version 3.8.1 (2019-02-??)
1+
# Version 3.8.1 (2019-02-20)
22

33
* [new] Support for the `web.server.welcomeFiles` with Undertow. Default value is `index.html`.
44
* [new] Support for file logging configuration when using LogBack. Enable by setting `logging.file.enabled` to `true`.
55
* [chg] Filter priorities updated: resource filter has -2000 priority, and Jersey filter has -1000 priority.
6-
* [new] Automatic detection and activation of Freemarker Feature from project dependencies.
7-
6+
* [new] Automatic detection and activation of Freemarker Jersey feature from project dependencies.
87

98
# Version 3.8.0 (2018-11-27)
109

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@
2424

2525
<properties>
2626
<nuun-kernel.version>1.0.M9</nuun-kernel.version>
27-
<javassist.version>3.24.0-GA</javassist.version>
28-
<shed.version>1.1.4</shed.version>
29-
<coffig.version>3.1.3</coffig.version>
27+
<javassist.version>3.24.1-GA</javassist.version>
28+
<shed.version>1.1.5</shed.version>
29+
<coffig.version>3.1.4</coffig.version>
3030
<commons-cli.version>1.4</commons-cli.version>
3131
<guice.version>4.2.2</guice.version>
3232
<guava.version>27.0.1-jre</guava.version>
3333
<typetools.version>0.5.0</typetools.version>
3434
<shiro.version>1.4.0</shiro.version>
35-
<undertow.version>2.0.16.Final</undertow.version>
35+
<undertow.version>2.0.17.Final</undertow.version>
3636
<jersey2.version>2.27</jersey2.version>
3737
<hibernate-validator.version>6.0.13.Final</hibernate-validator.version>
3838
<aopalliance.version>1.0</aopalliance.version>

0 commit comments

Comments
 (0)