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
SHOULD: work in both version. if not please add to the migration path this breaking change and how we should accomplish to override properties likely as the linked test.
A similar issue which could be related to that: #21302
Caused by: java.lang.IllegalArgumentException: Could not resolve placeholder 'mybackendvalue' in value "${mybackendvalue}" at org.springframework.util.PropertyPlaceholderHelper.parseStringValue(PropertyPlaceholderHelper.java:178)
The text was updated successfully, but these errors were encountered:
This change was caused by a bug fix (#19537) that prevented profile names containing commas from being activated. To enable multiple profiles, you should provide each as a separate value, as in
Uh oh!
There was an error while loading. Please reload this page.
IS: while upgrading from SpringBoot 2.2.7 to 2.3.0, the overriding behaviour of @activeprofiles changed without notice on the migration. This test works with 2.2.7 and not with 2.3.0 https://github.com/tamademicheli/springboot230issueTestActiveProfile/blob/master/demo23/src/test/java/com/example/demo23/ActiveProfilesTestBackendTest.java
SHOULD: work in both version. if not please add to the migration path this breaking change and how we should accomplish to override properties likely as the linked test.
A similar issue which could be related to that:
#21302
Caused by: java.lang.IllegalArgumentException: Could not resolve placeholder 'mybackendvalue' in value "${mybackendvalue}" at org.springframework.util.PropertyPlaceholderHelper.parseStringValue(PropertyPlaceholderHelper.java:178)
The text was updated successfully, but these errors were encountered: