mkurz commented on PR #1061: URL: https://github.com/apache/incubator-pekko/pull/1061#issuecomment-1913598078
Tests fails (https://github.com/apache/incubator-pekko/actions/runs/7681954241/job/20935690091?pr=1061#step:7:32954) ``` [01-28 00:57:25.993] [error] java.lang.UnsupportedClassVersionError: org/parboiled/trees/GraphNode has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 ``` Parboiled upgrades from 1.3.1 to 1.4.1: https://github.com/lightbend/paradox/compare/v0.9.2...v0.10.6#diff-ad2642dc77b3679e4ad2c7d3b2f59a2dcf48c1bf5b93a558a4fa44828315a34cR23 1.4.1 drops support for Java 8: https://github.com/sirthias/parboiled/blob/master/CHANGELOG#L1-L4 Solution might be to force use version 1.4.0? What do you think? -- 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: notifications-unsubscr...@pekko.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org For additional commands, e-mail: notifications-h...@pekko.apache.org