Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
(Description copied from https://github.com/apache/sling-org-apache-sling-starter/pull/34 )
Opening http://localhost/htl/repl.html gives the following warning:
ANTLR Tool version 4.7.1 used for code generation does not match the current runtime version 4.9.1
ANTLR Runtime version 4.7.1 used for parser compilation does not match the current runtime version 4.9.1
This is caused by Sling HTL Engine being compiled with ANTLR 4.7.1. This is probably harmless (HTL works fine seemingly), but one static field was removed in antlr-runtime (no idea how important), so the versions are in principle not ABI compatible.
Attachments
Issue Links
- links to