Georgios Andrianakis
Georgios Andrianakis
Can you check and see if https://github.com/quarkusio/quarkus/pull/25280 fixes this? I didn't test it
> AFAICT the hot deployment mechanism allows for GLOB patterns to be registered Do you have examples of this? A quick scan of the code doesn't seem to indicate it...
Interesting, I didn't know that. Feel free to try it out, since I won't have time for this probably until next week
> Should I create an issue / PR to change some config properties from runtime to build-time? I think it would make sense, but strictly speaking this would then be...
@radcortez what is the proper value for the env var here?
I agree, this seems like an annoying regression. @brunobat any chance you could take a look for `2.13.0.Final`?
@nenros thanks a lot for this work! @evanchooly can you help out with this one? It would be great to have this if it fits our needs.
> Actually I found some issues reviewing my earlier comments. I want to take the time now and add some more tests from the java side. Shouldn't take too long....
The Kotlin test failures do seem related, no?
I fixed the tests. There were two problems: * Maven resource filtering was not set so the DB URL was not being properly propagated * The Dev Mode test can't...