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.<clinit>(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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]