Skip to content

1.0.32-SNAPSHOT: Changes to support deployment on raspberry pi ZERO and minor fixes.

Compare
Choose a tag to compare
@codingchili codingchili released this 25 Apr 17:15
· 267 commits to master since this release
+ support disabling warnings when default configuration is loaded.
+ support argon2 configuration in security settings and HMAC algo.
+ support configuring blocked-thread-checker interval and timeout.
+ use correct zone offset in log timestamps
+ improved logging by using more accurate classes (log tag)
+ configuration factory attempts to load paths without extensions.
+ fixes for the yaml configuration factory for JSON support.
+ improved connection management + lazy connections with properties.
+ support removing close handlers on connections.
+ support binary websocket transfer mode for better performance.
+ alpn may now be enabled on non-J9 installs - requires provider on CP.
+ logging metadata can now be removed.
+ improved Response and header reflection for async clients.
+ enabled literal block style to support scripts in YAML files.
+ added full support for using YAML files with AuthenticationGenerator
+ custom index adders for persisted vs volatile CQEngine.
+ persistent CQEngine mapper no longer includes transient fields
+ the jsonmap should now be shared correctly.
+ services started from the launcher are now deployed in parallel.