Ryan Baxter

Results 639 comments of Ryan Baxter

Yeah Spring Framework 7/ Boot 4/ and Spring Cloud 2025.1 will all be baselines on Java 17. Maybe Boot 4 support is added in the 2.x branch as well as...

It was the use of Jackson 2 in Resilience4J that was causing issues. For now we have added the Jackson 2 dependencies to the resilience4j module (since spring boot 4...

Thanks. I will need to set aside some time to deep dive on this after our GA release. Also would love @jgrandja to take a look as well.

If I have some time I will take a look at it but as Spencer said we have a lot on our plate between now and GA and we don't...

This is kind of unfortunate given 5.0.x is out now I tried upgrading contract to `0.3.5` https://mvnrepository.com/artifact/org.eclipse.sisu/org.eclipse.sisu.plexus/0.3.5 But that results in conflicts with `maven-resolver-api` which uses `0.9.0.M4`. We can upgrade...

@juboe-kion if you exclude `sisu-inject-plexus` does that mitigate the issue for you?

Can you provide a [complete, minimal, verifiable sample](https://stackoverflow.com/help/mcve) that reproduces the problem? It should be available as a GitHub (or similar) project or attached to this issue as a zip...

You might want to try creating a Bean of type `VaultRestTemplateFactory` https://github.com/spring-cloud/spring-cloud-config/blob/0c5e4f57cbfadb32ead8a91adbd4ae705e9c6e1f/spring-cloud-config-server/src/main/java/org/springframework/cloud/config/server/environment/VaultEnvironmentRepositoryFactory.java#L77

Yes this is the correct behavior. Property sources coming from `spring.config.import` will be prioritized over anything in `application.properties` unless, as you observed, the "local" properties are profile specific. However I...

This is not what I see when using your config server, here is what I see when I hit `/actuator/env` on a client using your config server ``` { "name":"Config...