I am refactoring an Xtext project developed on an older version and notice that, by default, the Xtext framework now generates Java classes in place of what used to be Xtend classes.
Is the Xtext project moving towards Java recently? Is this to harness Java's updates? What does it mean for Xtend within Xtext?
I am curious because my project uses a lot of extension methods and string templates, so I need to know if I should update my code at some point.