Kevin Wooten
Kevin Wooten
@PaulWoitaschek Thanks for the filing the issue. WRT `alwaysQualify` as stated in the discussion referenced we are not removing it; we will fix the issues and add test coverage for...
@metacosm Sorry for not responding. I thought I had. Yes QOSDK `6.5.0` and Quarkus `3.6.4`. It also happens now with QOSDK `6.6.2` and Quarkus `3.7.1`. We are using the Quarkus...
@metacosm You're onto something here. We have to subprojects in a Gradle build that share a common "operators" dependency. One is a trust operator for generating certificate bundles and projecting...
@metacosm By deleting model files until I don't get the error, I was able to narrow it down to a "spec" class that has multiple properties derived from the same...
Note that if I change one of the properties to use a different class hierarchy it does not produce the error... E.g. (in kotlin) ```kotlin abstract class AConfig {} class...
No not locked anymore. Currently testing with Q/3.7.2 and QOSDK/6.6.3
@iocanel Any news? Sorry to ping again, but this has stopped us for a while.
``` 2023-12-12 20:50:24,985 ERROR [io.qua.dep.dev.IsolatedDevModeMain] (vert.x-worker-thread-2) Failed to start quarkus: io.quarkus.dev.appstate.ApplicationStartException: java.lang.RuntimeException: Failed to start quarkus at io.quarkus.dev.appstate.ApplicationStateNotification.waitForApplicationStart(ApplicationStateNotification.java:58) at io.quarkus.runner.bootstrap.StartupActionImpl.runMainClass(StartupActionImpl.java:132) at io.quarkus.deployment.dev.IsolatedDevModeMain.restartApp(IsolatedDevModeMain.java:193) at io.quarkus.deployment.dev.IsolatedDevModeMain.restartCallback(IsolatedDevModeMain.java:174) at io.quarkus.deployment.dev.RuntimeUpdatesProcessor.doScan(RuntimeUpdatesProcessor.java:541) at io.quarkus.deployment.dev.RuntimeUpdatesProcessor.doScan(RuntimeUpdatesProcessor.java:441) at io.quarkus.vertx.http.runtime.devmode.VertxHttpHotReplacementSetup$5.call(VertxHttpHotReplacementSetup.java:150)...
Yes. This was while running `dev` mode only and making changes with it restarting while making changes.
This probably should have been a draft because I don't quite understand all the inner workings of the pool slots. > as I understand you would like to mark a...