You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "rombert (via GitHub)" <gi...@apache.org> on 2023/04/19 12:42:10 UTC

[GitHub] [sling-org-apache-sling-starter] rombert commented on pull request #130: chore(deps): update dependency org.antlr:antlr4-runtime to v4.12.0

rombert commented on PR #130:
URL: https://github.com/apache/sling-org-apache-sling-starter/pull/130#issuecomment-1514667635

   Looks like an incompatible update for us, probably needs HTL work
   
   ```
   java.lang.UnsupportedOperationException: java.io.InvalidClassException: org.antlr.v4.runtime.atn.ATN; Could not deserialize ATN with version 3 (expected 4).
   	at org.antlr.v4.runtime.atn.ATNDeserializer.deserialize(ATNDeserializer.java:56)
   	at org.antlr.v4.runtime.atn.ATNDeserializer.deserialize(ATNDeserializer.java:48)
   	at org.apache.sling.scripting.sightly.impl.parser.expr.generated.SightlyLexer.&lt;clinit&gt;(SightlyLexer.java:220)
   	... 91 more
   Caused by: java.io.InvalidClassException: org.antlr.v4.runtime.atn.ATN; Could not deserialize ATN with version 3 (expected 4).
   	... 94 more
   ```


-- 
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: dev-unsubscribe@sling.apache.org

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