cortlepp commented on PR #6289:
URL: https://github.com/apache/artemis/pull/6289#issuecomment-4044934370

   @gemmellr thanks for the advice, I had not noticed that the test isn't 
executed on JDK25 and I also found the logs you are referring to. Unfortunately 
though, they didn't tell me much.
   
   The startup fails because the server does not find 
`org.jctools.queues.MessagePassingQueue`, even though before that it printed 
the `jctools-core` (and `jctools-core-jdk11`) coordinates before (which I 
interpreted as it loading these classes). I then thought that maybe the 
transitive dependency on `jctools-core` via `jctools-core-jdk11` could not be 
resolved here, so I added explicit dependencies on `jctools-core` wherever 
`jctools-core-jdk11` was used, but that didn't seem to change anything.
   
   I'm a bit out of my depth here and don't know what I could investigate 
further. Maybe you can take a look at the logs, see if anything seems off? I 
attached two logs to this comment, one before my changes and one after, both 
captured when running on JDK 17.0.16 (Temurin).
   
   [pass.log](https://github.com/user-attachments/files/25929288/pass.log)
   [fail.log](https://github.com/user-attachments/files/25929290/fail.log)
   


-- 
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