Miles Elam
Miles Elam
I am on the current version (v5.2.2), using the webflux variant, and it's still an issue. I was able to workaround the config issue by using the (still undocumented) `WebFluxConfigurationSupport`...
Hi @beikov. This is a showstopper bug when working with the latest version of Spring Boot and JPA.
@sebersole Yes, my comment was intentionally provocative due to lack of response on what looks like a viable patch for three weeks. For reference, this shows up even when trying...
Understood. Thank you for your efforts.
This is blocking my team as well. Neither `spring.cloud.aws.parameterstore.endpoint` nor `spring.cloud.aws.endpoint` have any effect.
Fixed by adding the following after COPYing the pom.xml file into the container image: ```Dockerfile RUN sed -i "s/\${revision}/$(awk -F'[]' '//{print $3}' pom.xml)/g" pom.xml ``` Reads the revision parameter and...