escada
escada
@mrgrew , I added a asString(), but it makes no difference.
@martinlippert I'm glad I could explain it. @kdvolder : It would be possible for me to link each property file to the correct project by e.g. right-clicking on the file,...
@kdvolder as I wrote in my original post, we plan to move those files later on. Right now, we only have a proof-of-concept project and have not decided yet on...
This problem did not occur in other projects, only on a project with api-gateway. Since I use Keycloak in one of my microservices, I cannot upgrade to Spring Boot 3.0...
Hello @fabapp2 , best wishes to you as well,. I downloaded the spring-boot-upgrade.jar and tried it on the same api-gateway project. I get the same problem. I ran it with...
I've tried spring-boot-upgrade on some other projects we have and it fails on them as well. So far it works for a simple Eureka-server project and one microservice we have....
I started with a fresh project, and found that when I add this stripped down version of my SecurityConfig to the project, the error occurs package com.example.demo; import java.util.Collection; import...
Please note that I also reported on issue against OpenRewrite : https://github.com/openrewrite/rewrite/issues/2547 I had some problems with the Jakarta rewrite scripts.