Fouad Almalki
Fouad Almalki
This issue will be opened and closed depending on the state of https://github.com/quarkiverse/quarkus-systemd-notify build against Quarkus 3. If you are interested in being notified, please subscribe to this issue.
### Description Quoted from [Wikipedia](https://en.wikipedia.org/wiki/Server_Name_Indication#Encrypted_Client_Hello): > Encrypted Client Hello (ECH) is a [TLS 1.3](https://en.wikipedia.org/wiki/Transport_Layer_Security) protocol extension that enables encryption of the whole Client Hello message, which is sent during the...
According to [GraalVM docs](https://www.graalvm.org/latest/reference-manual/native-image/overview/BuildConfiguration/#embed-a-configuration-file), native image configuration can be embedded within the jar file. For JDBI, it would be at this path: > META-INF/native-image/org.jdbi/jdbi3-core/native-image.properties > META-INF/native-image/org.jdbi/jdbi3-sqlobject/native-image.properties > META-INF/native-image/org.jdbi/jdbi3-postgres/native-image.properties > //...
Given the following sample: https://github.com/Eng-Fouad/spring-native-lazy-bug I got an exception on running the native image: ``` . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _...
https://github.com/oracle/graal/blob/481625b5da2b293cc672fd4b9348612483b6e76c/substratevm/src/com.oracle.svm.core/src/com/oracle/svm/core/jdk/NativeLibraries.java#L148-L150 It would be helpful to print exception details/stacktrace when failed to add a library.
#### Describe the feature A SOCK_DGRAM variant of an AF_UNIX socket. #### Use cases systemd-notify receives notification from the service through unix-domain datagram-socket. #### Contribution Netty already supports this feature:...
Resolves #80
Resolves #75 @CodeSimcoe This is a draft implementation. What do you think?
Resolves #74