You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Robert Munteanu (Jira)" <ji...@apache.org> on 2022/03/10 16:51:00 UTC

[jira] [Created] (SLING-11195) Downgrade ANTLR to match Sling HTL Engine

Robert Munteanu created SLING-11195:
---------------------------------------

             Summary: Downgrade ANTLR to match Sling HTL Engine
                 Key: SLING-11195
                 URL: https://issues.apache.org/jira/browse/SLING-11195
             Project: Sling
          Issue Type: Improvement
          Components: Starter
            Reporter: Robert Munteanu
            Assignee: Robert Munteanu
             Fix For: Starter 12


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



--
This message was sent by Atlassian Jira
(v8.20.1#820001)