Hi all, while updating some of our plugins, I ran into the problem, that some newer versions of the plugins or dependencies only work with Java 11.
In PLC4X we had similar problems. So, we decided to switch to at least Java 11 for building, but still ensure the output is compatible with Java 8. This way we can benefit from plugin updates and still not loose compatibility. There are even plugins available to validate API compatibility with Java 8 SDKs. Chris
