Skip to content

Commit

Permalink
Fix broken Feature#runtimeInitializedPackages method
Browse files Browse the repository at this point in the history
Relates to: quarkiverse/quarkus-neo4j#115

(cherry picked from commit 6ac08e3)
  • Loading branch information
geoand authored and gsmet committed Jan 4, 2023
1 parent d1a0171 commit f59253c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,7 @@ public void write(String s, byte[] bytes) {
CatchBlockCreator cc = tc.addCatch(Throwable.class);
cc.invokeVirtualMethod(ofMethod(Throwable.class, "printStackTrace", void.class), cc.getCaughtException());
}
runtimeInitializedPackages.returnValue(packagesArray);

ResultHandle packages = overallCatch.invokeStaticMethod(runtimeInitializedPackages.getMethodDescriptor());
overallCatch.invokeStaticMethod(INITIALIZE_PACKAGES_AT_RUN_TIME, packages);
Expand Down

0 comments on commit f59253c

Please sign in to comment.