You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project is now targeting Java 21 instead of Java 17
Upgraded Spring Boot to 3.3.8
Upgraded Keycloak admin adapters to 26.0.4
Implemented the SECOM GetPublicKey interface
Implemented support for using the generic "entity" type in MRN for all identity types to align with IALA G1183
Removed the possibility of creating a service with a version to enforce uniqueness of MRNs - it is now advised to append the version to the MRN if specifying a version is needed
Implemented the possibility of removing the version from an existing service by giving the service a new MRN which can contain the version if wanted
Introduced separate endpoints for services with and without a version
Some of the endpoints for services with a version, like certificate issuing and service update, will return a method not allowed when called as these functionalities require that the service has been migrated to the new format first
Made the client certificate header configurable
Fixed not being able to issue certificates for own user