Re: [PR] Upgrade quarkus-fury to 0.3.1 [camel-quarkus]

2025-04-24 Thread via GitHub


zhfeng commented on PR #7297:
URL: https://github.com/apache/camel-quarkus/pull/7297#issuecomment-2827293369

   Thanks @jamesnetherton - It seems that `fury-0.10.2` is voting. So I will 
upgrade after it is out.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] Upgrade quarkus-fury to 0.3.1 [camel-quarkus]

2025-04-24 Thread via GitHub


zhfeng closed pull request #7297: Upgrade quarkus-fury to 0.3.1
URL: https://github.com/apache/camel-quarkus/pull/7297


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] Upgrade quarkus-fury to 0.3.1 [camel-quarkus]

2025-04-24 Thread via GitHub


jamesnetherton commented on PR #7297:
URL: https://github.com/apache/camel-quarkus/pull/7297#issuecomment-2826912251

   Seems to be a known issue in Fury 0.10.1 
https://github.com/apache/fury/issues/2165.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] Upgrade quarkus-fury to 0.3.1 [camel-quarkus]

2025-04-24 Thread via GitHub


jamesnetherton commented on PR #7297:
URL: https://github.com/apache/camel-quarkus/pull/7297#issuecomment-2826655056

   Not sure what's going on with the Windows build:
   
   ```
   2025-04-24T06:49:24.3199632Z [ERROR] 
org.apache.camel.quarkus.component.fury.it.FuryTest.test -- Time elapsed: 0.010 
s <<< ERROR!
   2025-04-24T06:49:24.3200688Z java.lang.RuntimeException: 
java.lang.ExceptionInInitializerError
   2025-04-24T06:49:24.3203984Z at 
io.quarkus.test.junit.QuarkusTestExtension.throwBootFailureException(QuarkusTestExtension.java:682)
   2025-04-24T06:49:24.3206111Z at 
io.quarkus.test.junit.QuarkusTestExtension.interceptTestClassConstructor(QuarkusTestExtension.java:780)
   2025-04-24T06:49:24.3213204Z at 
java.base/java.util.Optional.orElseGet(Optional.java:364)
   2025-04-24T06:49:24.3214069Z at 
java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
   2025-04-24T06:49:24.3214525Z at 
java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
   2025-04-24T06:49:24.3214898Z Caused by: java.lang.ExceptionInInitializerError
   2025-04-24T06:49:24.3215246Z at 
java.base/java.lang.Class.forName0(Native Method)
   2025-04-24T06:49:24.3215576Z at 
java.base/java.lang.Class.forName(Class.java:467)
   2025-04-24T06:49:24.3216007Z at 
io.quarkus.runner.bootstrap.StartupActionImpl.run(StartupActionImpl.java:294)
   2025-04-24T06:49:24.3216575Z at 
io.quarkus.test.junit.QuarkusTestExtension.doJavaStart(QuarkusTestExtension.java:232)
   2025-04-24T06:49:24.3217185Z at 
io.quarkus.test.junit.QuarkusTestExtension.ensureStarted(QuarkusTestExtension.java:649)
   2025-04-24T06:49:24.3217778Z at 
io.quarkus.test.junit.QuarkusTestExtension.beforeAll(QuarkusTestExtension.java:701)
   2025-04-24T06:49:24.3218176Z ... 1 more
   2025-04-24T06:49:24.3218427Z Caused by: java.lang.RuntimeException: Failed 
to start quarkus
   2025-04-24T06:49:24.3218815Z at 
io.quarkus.runner.ApplicationImpl.(Unknown Source)
   2025-04-24T06:49:24.3219125Z ... 7 more
   2025-04-24T06:49:24.3219347Z Caused by: java.lang.ExceptionInInitializerError
   2025-04-24T06:49:24.3219793Z at 
org.apache.fury.resolver.ClassResolver.createSerializer(ClassResolver.java:1206)
   2025-04-24T06:49:24.3220335Z at 
org.apache.fury.resolver.ClassResolver.getClassInfo(ClassResolver.java:1125)
   2025-04-24T06:49:24.3220894Z at 
org.apache.fury.resolver.ClassResolver.createSerializerAhead(ClassResolver.java:1240)
   2025-04-24T06:49:24.3221437Z at 
org.apache.fury.resolver.ClassResolver.register(ClassResolver.java:432)
   2025-04-24T06:49:24.3221833Z at 
org.apache.fury.Fury.register(Fury.java:169)
   2025-04-24T06:49:24.390Z at 
org.apache.fury.AbstractThreadSafeFury.lambda$register$1(AbstractThreadSafeFury.java:37)
   2025-04-24T06:49:24.3223022Z at 
org.apache.fury.util.LoaderBinding.visitAllFury(LoaderBinding.java:60)
   2025-04-24T06:49:24.3223543Z at 
org.apache.fury.ThreadLocalFury.registerCallback(ThreadLocalFury.java:83)
   2025-04-24T06:49:24.3224077Z at 
org.apache.fury.AbstractThreadSafeFury.register(AbstractThreadSafeFury.java:37)
   2025-04-24T06:49:24.3224595Z at 
io.quarkiverse.fury.FuryRecorder.registerClass(FuryRecorder.java:101)
   2025-04-24T06:49:24.3225142Z at 
io.quarkus.runner.recorded.FuryProcessor$registerClasses1265419993.deploy_0(Unknown
 Source)
   2025-04-24T06:49:24.3225754Z at 
io.quarkus.runner.recorded.FuryProcessor$registerClasses1265419993.deploy(Unknown
 Source)
   2025-04-24T06:49:24.3226159Z ... 8 more
   2025-04-24T06:49:24.3226432Z Caused by: java.lang.SecurityException: 
Disallowed list has been tampered
   2025-04-24T06:49:24.3226901Z at 
org.apache.fury.resolver.DisallowedList.(DisallowedList.java:59)
   2025-04-24T06:49:24.3227249Z ... 20 more
   ```
   
   I'll leave this change for CQ 3.23. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org