Alexey Loubyansky

Results 94 comments of Alexey Loubyansky

Perhaps @radcortez may have some comments on that config resolution part.

It's https://github.com/quarkusio/quarkus/commit/71891910bd39e5c806daa18ae82bb4c3de996188 that broke it

Extensions can include dev mode tests in their test suite (and the the platform one), I suppose that would catch this kind of issue.

Yes, if the plugin is present anyway, it's not worth it having the descriptor as a static resource.

Looks good so far, except i saw a snapshot version for the codestart in the test. Something will have to be done about that, I suppose.

To workaround it, in the meantime, you could pass a system property containing the project version from the surefire/failsafe config.

For example https://github.com/quarkusio/quarkus/blob/main/build-parent/pom.xml#L412-L414