Clement Escoffier
Clement Escoffier
An SPI requires that we can access the classloader using static methods, so not great either. Plus, the code you show gets it from the TCCL, which is the TCCL...
About Data Object - wasn't that limitation lifted? I don't remember it had to be serializable BTW, json yes (using converters most of the time).
There are other adjustments to do: * relocate PooledByteBufAllocator * move some classes to runtime initialization (but not VertxInternal, as the consequence could be massive) I would not add a...
If you are using Vert.x Web, depending on your app, you may need to delete some classes using code from optional dependencies not available during the build.
The `native-images` properties are not a great approach to say the less. You can enable any flag in them, which will be global and NOT limited to the library. For...
My guess is the usage of reactor-netty that we do not support in native. We have implemented a more friendly HTTP client for the azure SDK (but I need to...
It looks like one of the dependency you declare has a dependency on reactor-netty, which we do not support in native. I plan to improve the usage of the Azure...
We would need specific extension, but you can pass this issue using: ```xml com.azure azure-identity com.azure azure-core-http-netty com.azure azure-storage-blob com.azure azure-core-http-netty org.apache.camel.quarkus camel-quarkus-support-azure-core-http-client-vertx 2.10.0 com.azure azure-storage-queue com.azure azure-core-http-netty com.azure azure-storage-file-share...
It may not be enough. I'm seeing lots of proxies, https needs to be registered... I will start working on extensions after my very long GC pause (aka PTO)
this is tricky, as it will eventually mark the application unhealthy (as the kafka connection could not be established). There is no concept of optionality, and I don't think it...