So even the latest version of xtext uses 16 years old version of antlr-runtime 3.2, which is causing a lot of stress at the moment in my project. I use drools engine v7+ which uses 3.5.2 version of antlr-runtime, and I can't exclude it as it relies on changes it has over 3.2, and xtext doesn't work with 3.5.2 as it crashes with EOF_TOKEN exceptions.
Caused by: java.lang.NoSuchFieldError: EOF_TOKEN
at org.eclipse.xtext.parser.antlr.Lexer.nextToken(Lexer.java:60)
at org.antlr.runtime.BufferedTokenStream.fetch(BufferedTokenStream.java:143)
at org.eclipse.xtext.resource.SynchronizedXtextResourceSet.getResource(SynchronizedXtextResourceSet.java:33)
Is there any particular reason why xtext hasn't progressed with dependency updates, and is it planned to do so any time soon?
So even the latest version of xtext uses 16 years old version of antlr-runtime 3.2, which is causing a lot of stress at the moment in my project. I use drools engine v7+ which uses 3.5.2 version of antlr-runtime, and I can't exclude it as it relies on changes it has over 3.2, and xtext doesn't work with 3.5.2 as it crashes with EOF_TOKEN exceptions.
Caused by: java.lang.NoSuchFieldError: EOF_TOKEN
at org.eclipse.xtext.parser.antlr.Lexer.nextToken(Lexer.java:60)
at org.antlr.runtime.BufferedTokenStream.fetch(BufferedTokenStream.java:143)
at org.eclipse.xtext.resource.SynchronizedXtextResourceSet.getResource(SynchronizedXtextResourceSet.java:33)
Is there any particular reason why xtext hasn't progressed with dependency updates, and is it planned to do so any time soon?