From 21ebba4d5f10e05119be57a7b1f6d4594ecf7650 Mon Sep 17 00:00:00 2001 From: sksingh-55 <105481304+sksingh-55@users.noreply.github.com> Date: Mon, 2 Dec 2024 11:26:01 +0530 Subject: [PATCH 1/2] reflection version upgrade to 0.10.2 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.(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) --- hope-core/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hope-core/pom.xml b/hope-core/pom.xml index 55c9ab0..1c85346 100644 --- a/hope-core/pom.xml +++ b/hope-core/pom.xml @@ -15,7 +15,7 @@ org.reflections reflections - 0.9.12 + 0.10.2 From cb9ff514ba8739b449f4e900846ee850346fd031 Mon Sep 17 00:00:00 2001 From: Saurav Date: Mon, 2 Dec 2024 11:36:11 +0530 Subject: [PATCH 2/2] version bump to 2.0.7 --- hope-core/dependency-reduced-pom.xml | 2 +- hope-core/pom.xml | 2 +- hope-lang/pom.xml | 2 +- pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/hope-core/dependency-reduced-pom.xml b/hope-core/dependency-reduced-pom.xml index 4e4554b..7cc6fdc 100644 --- a/hope-core/dependency-reduced-pom.xml +++ b/hope-core/dependency-reduced-pom.xml @@ -3,7 +3,7 @@ hope io.appform.hope - 2.0.6 + 2.0.7 4.0.0 hope-core diff --git a/hope-core/pom.xml b/hope-core/pom.xml index 1c85346..8ccfa6b 100644 --- a/hope-core/pom.xml +++ b/hope-core/pom.xml @@ -5,7 +5,7 @@ hope io.appform.hope - 2.0.6 + 2.0.7 4.0.0 diff --git a/hope-lang/pom.xml b/hope-lang/pom.xml index 3681d90..15fc7ac 100644 --- a/hope-lang/pom.xml +++ b/hope-lang/pom.xml @@ -5,7 +5,7 @@ hope io.appform.hope - 2.0.6 + 2.0.7 4.0.0 diff --git a/pom.xml b/pom.xml index 41db37f..48caedf 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ io.appform.hope hope pom - 2.0.6 + 2.0.7 Hope https://github.com/santanusinha/hope