This article describes how to upgrade Smart ID Identity Manager from 6.0.0 to 6.1.0.
Spring framework upgrade
Identity Manager now uses Spring 7 including Spring Batch 6.0. If you have custom code in your project, make sure to check if classnames/packages have changed. For Spring Batch, a list can be found here: Spring Batch 6.0 Migration Guide.
Make sure not to use trailing slashes when calling Identity Manager endpoints, as Spring 7 does not support it by default anymore. See https://docs.spring.io/spring-framework/reference/web/webmvc/filters.html#filters.url-handlerfor details.