Fabian Krüger
Fabian Krüger
> Let's wait for your branch to merge first then; I'll be on holiday myself starting next week until the end of the year, so anyone welcome to pick this...
Enhance recipe to deal with `spring.banner.location=...` property pointing to a non-default location
@sanagaraj-pivotal ☝️
closed with #912
Hi @chauf Thank you for reporting and trying the latest on `main` 🚀 I'm glad it's working now. Need to make a new release asap. I created #559 and will...
@knutwannheden >@fabapp2 Can you tell us a bit more about your use case? It surfaced in a test where the pom structure was "broken" by a code-formatter. To me it...
I fixed it by using ```java cu.getMarkers().add(,,,) ``` in a loop.
Maybe providing a `getMarkers().addAll()` would be nice, freeing clients from doing the loop? I would find a mutable copy very confusing tbh. Thinking,... why is access to the list required...
I fixed the link to the test, @timtebeek.
@timtebeek Sorry, I lost sight of this issue. IIRC the "problem" surfaced in tests when the expected order of poms did not match their build order calculated by Maven. I...