Guillaume Smet
Guillaume Smet
@vietk just a heads up that this will be coming to 3.15 soon (and will also be part of 3.20.1).
Oh no worries. TBH, that was my guess too but I wanted to be extra safe. I can drop the two PRs from the backports.
Also done!
@cowtowncoder sorry, things have been quite chaotic lately. Let me try to assemble a simple reproducer for you.
@cowtowncoder the feedback loop is not exactly fast as it requires building a native executable but the following reproducer reproduces the issue: [jackson-reproducer.zip](https://github.com/user-attachments/files/18725572/jackson-reproducer.zip) See the README in it for detailed...
FWIW, the report is the following: ```xml java.lang.RuntimeException: java.lang.RuntimeException: Failed to start quarkus at io.quarkus.test.QuarkusUnitTest.beforeAll(QuarkusUnitTest.java:708) at java.base/java.util.ArrayList.forEach(ArrayList.java:1596) Caused by: java.lang.RuntimeException: Failed to start quarkus at io.quarkus.runner.ApplicationImpl.doStart(Unknown Source) at io.quarkus.runtime.Application.start(Application.java:101) at...
I agree that maybe doing it in the extension annotation processor would be easier. I have some logic to detect runtime/deployment that I need to clean up anyway. I'll have...
Looks like CI is passing! Could you squash the commits? I'm traveling for 2 days, will have a look after that if noone beats me to it.
I think it's actually a bit orthogonal. Because AFAICS, OpenRewrite actually resolves my properties as the correct dependencies are adjusted. What it does not is rewrite the value of the...