framework · inferred from evidence
Spring Boot
A framework for building Java applications, mentioned as the runtime environment for the app.
- java.lang.NoSuchMethodError: kotlin.collections.ArraysKt.copyInto with the Harness Java SDK in Spring Boot
How to fix: java.lang.NoSuchMethodError: kotlin.collections.ArraysKt.copyInto with the Harness Java SDK in Spring Boot. The verified fix from the maintainer thread, distilled into reusable steps.
- Azure Spring Boot feature flags not refreshed on cache expiration
How to fix: Azure Spring Boot feature flags not refreshed on cache expiration. The verified fix from the maintainer thread, distilled into reusable steps.
- Azure Spring Boot feature flags not refreshed on cache expiration
What this covers: With cache-expiration configured (e.g. The fix that worked: The feature-flag naming issue behind this was fixed in the latest spring-cloud-azure-feature-management release, upgrade the library and the refresh works.