Skip to content

Commit

Permalink
reflection version upgrade to 0.10.2
Browse files Browse the repository at this point in the history
older reflection version is throwing warning

INFO  | 2024-11-17 22:49:27,980 | InstanceLogHandler             | WARN  [2024-11-17 22:49:27,979] [main] [Reflections]: could not get type for name org.zeroturnaround.javarebel.ClassEventListener from any class loader
INFO  | 2024-11-17 22:49:27,980 | InstanceLogHandler             | io.appform.shaded.org.reflections.ReflectionsException: could not get type for name org.zeroturnaround.javarebel.ClassEventListener
INFO  | 2024-11-17 22:49:27,980 | InstanceLogHandler             | 	at io.appform.shaded.org.reflections.ReflectionUtils.forName(ReflectionUtils.java:312)
INFO  | 2024-11-17 22:49:27,980 | InstanceLogHandler             | 	at io.appform.shaded.org.reflections.Reflections.expandSuperTypes(Reflections.java:382)
INFO  | 2024-11-17 22:49:27,980 | InstanceLogHandler             | 	at io.appform.shaded.org.reflections.Reflections.<init>(Reflections.java:140)
INFO  | 2024-11-17 22:49:27,980 | InstanceLogHandler             | 	at io.appform.hope.core.functions.FunctionRegistry.discover(FunctionRegistry.java:78)
INFO  | 2024-11-17 22:49:27,980 | InstanceLogHandler             | 	at io.appform.hope.lang.HopeLangEngine$Builder.build(HopeLangEngine.java:144)
  • Loading branch information
sksingh-55 authored Dec 2, 2024
1 parent f71e510 commit 21ebba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hope-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<dependency>
<groupId>org.reflections</groupId>
<artifactId>reflections</artifactId>
<version>0.9.12</version>
<version>0.10.2</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 21ebba4

Please sign in to comment.