Alexey Loubyansky
Alexey Loubyansky
I would expect every provider returned for a given resource name to be able to provide a resource for that name. If it's not the case, the app could be...
I would like to get a reproducer for this issue to understand how that happens.
The issue was that the remote sync was removing some JARs while the app was still running, which was fixed in https://github.com/quarkusio/quarkus/pull/28210. Closing this one.
@holly-cummins fyi, we have this reference extension metadata reference [1] It'd be good if you could add to your task list to update it with the `scm` info and how...
@steele232 have you been looking into this lately? Do you have a repo we could check out to see where it breaks? Thanks.
@y-luis could you please provide more info, such as after which actions/steps this error happens? Thanks.
Are you sure it's packaged as a `mutable-jar`?
@y-luis-rojo do you launch `quarkus:remote-dev` from the the application module or from the root of the project? If you are launching from the root, have all the project modules been...
You could try launching it from the app module but you would have to actually install your modules in your local Maven repo, because otherwise Maven won't be able to...
The dev mode should work launching from the app module. Although I found the remote-dev doesn't for non-app modules when launched from the app module. I'll have a look into...