eclipse-collections icon indicating copy to clipboard operation
eclipse-collections copied to clipboard

Upgrade EC code base to Java 11 for EC 12.0 release

Open donraab opened this issue 3 years ago • 0 comments

The upgrade to Java 11 will break compatibility with Java 8. There are a few library and language features that we would like to leverage in Eclipse Collections that were added since Java 11. Some features we would like to use:

  • Java 9
    • Private Methods on Interfaces
    • Math.fma(double, double, double) (fused multiply add)
  • Java 10
    • New constructors on Int/Long/DoubleSummaryStatistics

donraab avatar Aug 23 '22 02:08 donraab