-
Notifications
You must be signed in to change notification settings - Fork 0
Change Log
Leon Rosenberg edited this page May 30, 2026
·
14 revisions
- Security: Replaced deprecated bcprov-jdk15on:1.68 with bcprov-jdk18on:1.84, resolving 5 CVEs (LDAP injection, Marvin attack, DoS, DNS poisoning, certificate parsing). Byte-level cipher output is unchanged — existing encrypted data remains compatible.
- CI: Upgraded CodeQL action from v2 to v3; added develop branch to CodeQL workflow triggers.
- Downgraded version of bouncycastle to 1.68 because 1.70 was creating incompatibilities with existing encrypted tokens.
- Added Loop-Processor to TemplateProcessor for processing of multiple elements in an email or similar.
- Migrated ByteArraySerializer from ano-net. This is done to sunset ano-net and to reduce dependencies in projects that use ano-util and ano-net (now they don't have to have ano-net dependency anymore).
- Java11++ compatible version
- Minor improvements in CSV Output in DataCell/DataTable