-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changes to support deployment on raspberry pi ZERO and minor fixes.
+ 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.
- Loading branch information
Robin Duda
committed
Apr 21, 2018
1 parent
fa7bf46
commit 8c3d8d3
Showing
47 changed files
with
945 additions
and
460 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.