IMPROVEMENTS:
- Change the hash algorithm of signing XML signature from SHA-1 to SHA-256. (#116)
MISC:
- Fix checkstyle warnings.
IMPROVEMENTS:
IMPROVEMENTS:
- Improve stricity about SAML elements with validating SAML namespace. (personium/personium-lib-common#92)
MISC:
- Update copyright year to 2022. (personium/personium-lib-common#93)
IMPROVEMENTS:
- Update pom.xml for releasing to Maven central repository
BREAKING CHANGES:
- Bytes used for CBC Initial Vector in Local Token encryption changed. (#73)
- Role URLs in TransCellAccessToken / VisitorRefeshToken are now role class URLs. (Role URLs in VisitorLocalAccessToken are role instance URLs)
BUG FIXES:
- Role Url in TransCellAccessToken sometimes not preserved with parsing process. (#70)
- Common.setFQDN does not work when FQDN is already set.
BREAKING CHANGES:
- All classes are put under io.personium.common.*