You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 26, 2023. It is now read-only.
Currently we use Java 6 compatibility in the source code. Newer JDK versions bring some very comfortable features, so we could use a newer source version and convert the code to use those features. We could also use Java 8 as a source version, and produce Java 1.7 compatible bytecode. We could drop JDK 6 compatibility, since JDK is EOL since November 2012...