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
labels: ["good first issue","upgrade:boot-recipe","3.0.0"]
From the Release Notes:
We have moved the properties controlling the actuator metrics export. The old schema was management.metrics.export.<product>, the new one is management.<product>.metrics.export (Example: the prometheus properties moved from management.metrics.export.prometheus to management.prometheus.metrics.export). If you are using the spring-boot-properties-migrator, you will get notified at startup. See #30381 for details.
What needs to be done
Find properties using the old schema
Change the format following the new schema
Overwrite the old property with the new
This should be done as (integrated) declarative plain OpenRewrite recipe
displayName: Migrate SAML configuration to Spring Boot 3.0 in yaml format
description: Renames spring.security.saml2.relyingparty.registration.(any).identityprovider to spring.security.saml2.relyingparty.registration.(any).assertingparty.
labels: ["good first issue","upgrade:boot-recipe","3.0.0"]
From the Release Notes:
What needs to be done
This should be done as (integrated) declarative plain OpenRewrite recipe
See:
spring-boot-migrator/components/sbm-recipes-boot-upgrade/src/main/resources/recipes/boot-2.7-3.0-dependency-version-update.yaml
Lines 82 to 95 in f219382
The text was updated successfully, but these errors were encountered: