Skip to content

Commit 3646049

Browse files
committed
removed --allow-incomplete-classpath from native image configuration
1 parent f0e33cf commit 3646049

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
Args= -H:ReflectionConfigurationResources=${.}/reflect-config.json,${.}/http-reflect-config.json \
2-
--allow-incomplete-classpath \
32
--initialize-at-run-time=org.apache.http.impl.auth.NTLMEngineImpl,org.apache.http.conn.ssl.SSLConnectionSocketFactory

src/test/resources/META-INF/native-image/reflect-config.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
[
2+
{
3+
"name": "org.junit.jupiter.engine.extension.TimeoutInvocationFactory$SingleThreadExecutorResource",
4+
"methods": [
5+
{
6+
"name": "<init>",
7+
"parameterTypes": []
8+
}
9+
]
10+
},
211
{
312
"name": "ch.qos.logback.classic.encoder.PatternLayoutEncoder",
413
"allPublicMethods": true,

src/test/resources/logback-test.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</encoder>
99
</appender>
1010

11-
<root level="debug">
11+
<root level="info">
1212
<appender-ref ref="STDOUT"/>
1313
</root>
1414

0 commit comments

Comments
 (0)