File tree 2 files changed +10
-10
lines changed
2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
- # Version 3.10.0 (2019-04-30 )
1
+ # Version 3.10.0 (2019-08-06 )
2
2
3
+ * [ brk] Generic session options moved from ` web.server.sessions ` to ` web.sessions ` .
4
+ * [ brk] Static resources options moved from ` web.staticResources ` to ` web.static ` .
5
+ * [ brk] Default session timeout with embedded servers is now defined by the ` web.server.defaultSessionTimeout ` option.
6
+ * [ new] Add ` web.sessions.cookie ` configuration options to set Web session cookie details.
3
7
* [ new] Support JSR-250 ` @PostConstruct ` and ` @PreDestroy ` annotations on singletons (in addition to AutoCloseable ` close() ` method).
4
8
* [ new] Add ` SeedInterceptor ` API to declare method interceptors without coupling to Guice implementation.
5
- * [ new] Add ` web.sessions.cookie ` configuration options to set Web session cookie details.
6
- * [ chg] Moved ` web.server.sessions ` configuration options to ` web.sessions ` .
7
- * [ chg] Default session timeout with embedded servers is now defined by the ` web.server. ` configuration options to ` web.sessions ` .
8
- * [ chg] Renamed ` web.staticResources ` configuration options to ` web.static ` .
9
- * [ chg] Better error messages for security realm exceptions.
10
9
* [ fix] Ensure that JVM-wide base configuration is refreshed between tests.
11
- * [ fix] With Jersey 2, allow JAX-RS components to be instantiated without Guice as a fallback.
10
+ * [ fix] Allow JAX-RS components to be instantiated without Guice as a fallback (Jersey 2) .
12
11
* [ fix] Default session timeout for Undertow was incorrect. It is now 20 minutes.
12
+ * [ chg] Better error messages for security realm exceptions.
13
13
14
14
# Version 3.9.1 (2019-12-17)
15
15
Original file line number Diff line number Diff line change 14
14
<parent >
15
15
<groupId >org.seedstack.poms</groupId >
16
16
<artifactId >parent-internal</artifactId >
17
- <version >3.4.9-SNAPSHOT </version >
17
+ <version >3.4.9</version >
18
18
</parent >
19
19
20
20
<groupId >org.seedstack.seed</groupId >
23
23
<packaging >pom</packaging >
24
24
25
25
<properties >
26
- <nuun-kernel .version>1.0.M11-SNAPSHOT </nuun-kernel .version>
26
+ <nuun-kernel .version>1.0.M11</nuun-kernel .version>
27
27
<javassist .version>3.24.1-GA</javassist .version>
28
28
<shed .version>1.1.6</shed .version>
29
- <coffig .version>3.1.6-SNAPSHOT </coffig .version>
29
+ <coffig .version>3.1.6</coffig .version>
30
30
<commons-cli .version>1.4</commons-cli .version>
31
31
<guice .version>4.2.3</guice .version>
32
32
<guava .version>29.0-jre</guava .version>
You can’t perform that action at this time.
0 commit comments