Skip to content

Commit bd0d40e

Browse files
committed
Switch snapshot dependencies to releases
1 parent 731403f commit bd0d40e

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

CHANGELOG.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
# Version 3.10.0 (2019-04-30)
1+
# Version 3.10.0 (2019-08-06)
22

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.
37
* [new] Support JSR-250 `@PostConstruct` and `@PreDestroy` annotations on singletons (in addition to AutoCloseable `close()` method).
48
* [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.
109
* [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).
1211
* [fix] Default session timeout for Undertow was incorrect. It is now 20 minutes.
12+
* [chg] Better error messages for security realm exceptions.
1313

1414
# Version 3.9.1 (2019-12-17)
1515

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>org.seedstack.poms</groupId>
1616
<artifactId>parent-internal</artifactId>
17-
<version>3.4.9-SNAPSHOT</version>
17+
<version>3.4.9</version>
1818
</parent>
1919

2020
<groupId>org.seedstack.seed</groupId>
@@ -23,10 +23,10 @@
2323
<packaging>pom</packaging>
2424

2525
<properties>
26-
<nuun-kernel.version>1.0.M11-SNAPSHOT</nuun-kernel.version>
26+
<nuun-kernel.version>1.0.M11</nuun-kernel.version>
2727
<javassist.version>3.24.1-GA</javassist.version>
2828
<shed.version>1.1.6</shed.version>
29-
<coffig.version>3.1.6-SNAPSHOT</coffig.version>
29+
<coffig.version>3.1.6</coffig.version>
3030
<commons-cli.version>1.4</commons-cli.version>
3131
<guice.version>4.2.3</guice.version>
3232
<guava.version>29.0-jre</guava.version>

0 commit comments

Comments
 (0)