pefernan opened a new issue, #1801:
URL: https://github.com/apache/incubator-kie-issues/issues/1801

   After the quarkus `3.15.3` some warnings appeared in the build logs when 
during the `RegisterForReflectionBuildStep`. The affected classes are 
referenced in 
[ReflectionConfiguration.java](https://github.com/apache/incubator-kie-kogito-apps/blob/main/jobs-service/jobs-service-common/src/main/java/org/kie/kogito/jobs/service/reflection/ReflectionConfiguration.java#L32)
 and where deleted or moved to other packages in older PR's.
   
   ```
   [WARNING] [io.quarkus.deployment.steps.RegisterForReflectionBuildStep] 
Failed to load Class 
org.kie.kogito.jobs.service.job.model.ScheduledJobAdapter$ProcessPayload
   java.lang.ClassNotFoundException: 
org.kie.kogito.jobs.service.job.model.ScheduledJobAdapter$ProcessPayload
       at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass 
(SelfFirstStrategy.java:50)
       at 
org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass 
(ClassRealm.java:271)
       at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass 
(ClassRealm.java:247)
       at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass 
(ClassRealm.java:239)
       at io.quarkus.bootstrap.classloading.QuarkusClassLoader.loadClass 
(QuarkusClassLoader.java:565)
       at io.quarkus.bootstrap.classloading.QuarkusClassLoader.loadClass 
(QuarkusClassLoader.java:513)
       at io.quarkus.bootstrap.classloading.QuarkusClassLoader.loadClass 
(QuarkusClassLoader.java:565)
       at io.quarkus.bootstrap.classloading.QuarkusClassLoader.loadClass 
(QuarkusClassLoader.java:513)
       at java.lang.Class.forName0 (Native Method)
       at java.lang.Class.forName (Class.java:467)
       at 
io.quarkus.deployment.steps.RegisterForReflectionBuildStep.registerClass 
(RegisterForReflectionBuildStep.java:132)
       at io.quarkus.deployment.steps.RegisterForReflectionBuildStep.build 
(RegisterForReflectionBuildStep.java:94)
       at java.lang.invoke.MethodHandle.invokeWithArguments 
(MethodHandle.java:732)
       at io.quarkus.deployment.ExtensionLoader$3.execute 
(ExtensionLoader.java:856)
       at io.quarkus.builder.BuildContext.run (BuildContext.java:256)
       at org.jboss.threads.ContextHandler$1.runWith (ContextHandler.java:18)
       at org.jboss.threads.EnhancedQueueExecutor$Task.doRunWith 
(EnhancedQueueExecutor.java:2516)
       at org.jboss.threads.EnhancedQueueExecutor$Task.run 
(EnhancedQueueExecutor.java:2495)
       at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run 
(EnhancedQueueExecutor.java:1521)
       at java.lang.Thread.run (Thread.java:840)
       at org.jboss.threads.JBossThread.run (JBossThread.java:483)
   ```


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to