- Dependency updates:
- VertX SQL 4.1.5
- Spring Core 5.3.12
- Spring Session 2.5.3
- Configured Enforcer Plugin
- Configure whether a deserialization exception invalidates the session or
propagates the exception up to the caller.
- See: net.andreaskluth.session.core.ReactiveVertxSessionRepository.setInvalidateSessionOnDeserializationError
- Support for Java8
- Various dependency updates:
- vertx-sql-client : 4.0.0-milestone5
- Removed jackson serializer, as this was always of limited value
- MySQL support
- Updated Spring Session 2.2.0.RELEASE and Spring Framework 5.2.0.RELEASE
- Update to vertx-sql-client 4.0.0-milestone3 to mitigate a direct buffer leak
- Update jackson-databind
Fixed metric name and tags.
ReactivePostgresSessionRepository
publishes metrics if enable. SetReactivePostgresSessionRepository#withMetrics
totrue
to activateMono#metrics
.- The
flow
tag can be configured by settingReactivePostgresSessionRepository#setSequenceName
.
- The
- Initial releases used internally @rewe-digital