Sébastien Crocquesel
Sébastien Crocquesel
Seems it doesn't work for preview channel. From [v8 preview release metadata](https://dotnetcli.blob.core.windows.net/dotnet/release-metadata/8.0/releases.json), there should be a runtime version of `8.0.0-preview.6.23329.7` but the associated base image tag is `8.0.0-preview.6`. That's unfortunate...
> Alright, we can back off of this approach then. The current approach will possibly float the user to a newer runtime than they may have manually specified (because we're...
> `RuntimeFrameworkVersion` is a (really) bad idea for this. Another (container-specific) property should be used. > > Partial (but sufficient) context: [dotnet/runtime#90096](https://github.com/dotnet/runtime/issues/90096) > > @elinor-fung Does it means that we...
@debora-ito Would you mind consider this issue for triage ?
With quarkus and mutiny, see the pattern in this comment https://github.com/quarkiverse/quarkus-amazon-services/issues/998#issuecomment-2393626426. This is a workaround and I'm looking forward this issue to help removing this explicit context switching without having...
In this case yes. You'll always have a valid current context
> @scrocquesel I noticed that the context instance can become null when I do some stress test / benchmark. So I got a NPE > Should I use `Vertx.getOrCreateDuplicatedContext()` instead...
I don't think you need to mix Quarkus with CDK. However, if you want to, I believe your question is specific to Quarkus. Could you open an issue or a...
BTW, maybe if you write a Quarkus command line application, you could inject properties and create the stack and app from there. https://quarkus.io/guides/command-mode-reference
Thank you for the very detailled explanation. This issue is not related to this extension. What your are looking for is how to run a [quarkus application from command line](https://quarkus.io/guides/getting-started#packaging-and-run-the-application)....