Commit 9c8f689
authored
Delete superflous subsitutions. (#1312)
* Delete superflous subsitutions.
As GraalVM native image switched the default to initialize mostly everything to runtime initialization by default (apart from known safe classes https://www.graalvm.org/22.1/reference-manual/native-image/ClassInitialization/#automatic-initialization-of-safe-classes), we don’t have to cater for the default in the driver. The rest is taking care of by the recent netty versions.
In Quarkus we must defer Netty SSL explicitly to runtime (`return new RuntimeInitializedPackageBuildItem("io.netty.handler.ssl“)`), as Quarkus insists of Built-Time-Initialization by default and our SSL config will than trigger the above at a point in time in which the Quarkus built-in substitions are not in place yet.
* Remove all runtime initializations.1 parent 59530e9 commit 9c8f689
File tree
4 files changed
+0
-542
lines changed- bundle/src/main/resources/META-INF/native-image/org.neo4j.driver/neo4j-java-driver
- driver/src/main
- java/org/neo4j/driver/internal/svm
- resources/META-INF/native-image/org.neo4j.driver/neo4j-java-driver
4 files changed
+0
-542
lines changedLines changed: 0 additions & 18 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | 2 | | |
21 | 3 | | |
0 commit comments