j-easy / easy-batch

The simple, stupid batch framework for Java
https://github.com/j-easy/easy-batch/wiki
MIT License
611 stars 199 forks source link

Support java8 #391

Closed cn-src closed 3 years ago

cn-src commented 3 years ago

Can the latest version support java8, because it is currently the most used version.

fmbenhassine commented 3 years ago

No, Easy Batch v7 is compiled against Java 11. You can use v6.1 on Java 8. Feature wise, v7 is the same as v6.1 except the removal of deprecated APIs and more type safe APIs (see the release notes).