Skip to content

Commit

Permalink
Switch snapshot dependencies to releases
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienlauer committed Aug 6, 2020
1 parent 731403f commit bd0d40e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Version 3.10.0 (2019-04-30)
# Version 3.10.0 (2019-08-06)

* [brk] Generic session options moved from `web.server.sessions` to `web.sessions`.
* [brk] Static resources options moved from `web.staticResources` to `web.static`.
* [brk] Default session timeout with embedded servers is now defined by the `web.server.defaultSessionTimeout` option.
* [new] Add `web.sessions.cookie` configuration options to set Web session cookie details.
* [new] Support JSR-250 `@PostConstruct` and `@PreDestroy` annotations on singletons (in addition to AutoCloseable `close()` method).
* [new] Add `SeedInterceptor` API to declare method interceptors without coupling to Guice implementation.
* [new] Add `web.sessions.cookie` configuration options to set Web session cookie details.
* [chg] Moved `web.server.sessions` configuration options to `web.sessions`.
* [chg] Default session timeout with embedded servers is now defined by the `web.server.` configuration options to `web.sessions`.
* [chg] Renamed `web.staticResources` configuration options to `web.static`.
* [chg] Better error messages for security realm exceptions.
* [fix] Ensure that JVM-wide base configuration is refreshed between tests.
* [fix] With Jersey 2, allow JAX-RS components to be instantiated without Guice as a fallback.
* [fix] Allow JAX-RS components to be instantiated without Guice as a fallback (Jersey 2).
* [fix] Default session timeout for Undertow was incorrect. It is now 20 minutes.
* [chg] Better error messages for security realm exceptions.

# Version 3.9.1 (2019-12-17)

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>org.seedstack.poms</groupId>
<artifactId>parent-internal</artifactId>
<version>3.4.9-SNAPSHOT</version>
<version>3.4.9</version>
</parent>

<groupId>org.seedstack.seed</groupId>
Expand All @@ -23,10 +23,10 @@
<packaging>pom</packaging>

<properties>
<nuun-kernel.version>1.0.M11-SNAPSHOT</nuun-kernel.version>
<nuun-kernel.version>1.0.M11</nuun-kernel.version>
<javassist.version>3.24.1-GA</javassist.version>
<shed.version>1.1.6</shed.version>
<coffig.version>3.1.6-SNAPSHOT</coffig.version>
<coffig.version>3.1.6</coffig.version>
<commons-cli.version>1.4</commons-cli.version>
<guice.version>4.2.3</guice.version>
<guava.version>29.0-jre</guava.version>
Expand Down

0 comments on commit bd0d40e

Please sign in to comment.