From 9bc5969fd5f8a5c9694cee0a10a577d0cbf9ac99 Mon Sep 17 00:00:00 2001 From: Brandon Fergerson Date: Mon, 24 Jan 2022 19:02:49 -0500 Subject: [PATCH 1/3] Update gradle.properties --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 9fbec12..8d57a05 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,7 +3,7 @@ kotlin.code.style=official cliGroup=com.sourceplusplus projectVersion=0.3.0-alpha5 -vertxVersion=4.2.3 +vertxVersion=4.2.4 graalVersion = 21.3.0 jacksonVersion = 2.12.5 apolloVersion=3.0.0 From 30fb033feed7663a2b512a021d2612a8ddd61611 Mon Sep 17 00:00:00 2001 From: Brandon Fergerson Date: Mon, 24 Jan 2022 19:19:50 -0500 Subject: [PATCH 2/3] Update build.gradle.kts -H:+ReportExceptionStackTraces --- build.gradle.kts | 1 + 1 file changed, 1 insertion(+) diff --git a/build.gradle.kts b/build.gradle.kts index 201e38b..2573721 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -95,6 +95,7 @@ nativeImage { executableName = "spp-cli" outputDirectory = file("$buildDir/graal") arguments("--no-fallback") + arguments("-H:+ReportExceptionStackTraces") } tasks.getByName("shadowJar") { From 6b4eb3e6c5c61dfc13e8587338f50ac5c4260d44 Mon Sep 17 00:00:00 2001 From: Brandon Fergerson Date: Mon, 24 Jan 2022 19:52:03 -0500 Subject: [PATCH 3/3] Update native-image.properties --- .../META-INF/native-image/spp/cli/native-image.properties | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main/resources/META-INF/native-image/spp/cli/native-image.properties b/src/main/resources/META-INF/native-image/spp/cli/native-image.properties index d3bf7af..d2437cd 100644 --- a/src/main/resources/META-INF/native-image/spp/cli/native-image.properties +++ b/src/main/resources/META-INF/native-image/spp/cli/native-image.properties @@ -46,7 +46,6 @@ io.vertx.core.net.impl.transport.KQueueTransport,\ io.vertx.core.http.impl.VertxHttp2ClientUpgradeCodec,\ io.netty.resolver.dns.DnsServerAddressStreamProviders$DefaultProviderHolder,\ io.netty.handler.ssl.OpenSslAsyncPrivateKeyMethod,\ -io.netty.util.internal.logging.Slf4JLoggerFactory,\ io.netty.internal.tcnative.SSLPrivateKeyMethod,\ io.netty.internal.tcnative.AsyncSSLPrivateKeyMethod,\ io.netty.internal.tcnative.CertificateVerifier,\ @@ -56,4 +55,4 @@ io.netty.handler.ssl.BouncyCastleAlpnSslUtils,\ io.vertx.core.eventbus.impl.clustered.ClusteredEventBus,\ io.netty.channel.unix,\ io.netty.channel.epoll,\ -io.netty.buffer.ByteBufUtil$HexUtil \ No newline at end of file +io.netty.buffer.ByteBufUtil$HexUtil