Releases: ncsa/security-lib
Releases · ncsa/security-lib
v6.0
Version 5.6
Release of NCSA Security Library. Issued addressed are
- #28 - Fix NPE if JWK is missing the use attribute
- #30 - option in file store to remove mangled files
- #31 - allow sending anonymous email notifications
- #32 - no logging configuration dump log to standard out
- #33 - more types of times (weeks, etc.) added to intervals
- #34 - add clean up ability to stores. Don't just have a global facility
- #35 - in memory store can now be done using derby
- #36 - file store can be done with derby
- #37 - "pool at capacity" error fixed
- #39 - upgraded jline to 3.26.1
- #40 - do not have hard failure if MySQL driver not found
- #41 - CLI components can specify input and output files at startup for completely automated processing. This is an alternate to the batch facility that is built in.
Full Changelog: v5.5...v5.6
Version 5.5
Full Changelog: 5.1.0...5.5-rc1
Maven coordinates are
<groupId>edu.uiuc.ncsa.security</groupId>
<artifactId>storage</artifactId> <!-- e.g. -->
<version>5.5</version>
- #28 - NPE for JWKs that are missing use
- #30 - Allow option in file store to remove bad files
- #31 - Allow for anonymous sending in mail
- #32 - In logging, no configuration should force logging to the console
- #33 - Add more times to intervals
- #34 - Allow unused object cleanup generally for monitored stores
- #35 - Replace memory store with Derby option
- #36 - Replace file store with Derby option
- #37 - pool at capacity error
5.4.2
5.4.1
5.4
Version 5.4 of the security library. The components live in maven at
<groupId>edu.uiuc.ncsa.security</groupId>
<artifactId>storage</artifactId> <!-- e.g. -->
<version>5.4</version>
The main artifacts are storage, core, util, sas-server and servlet
Full Changelog: 5.3.1...v5.4