Description
We should drop Java 7 support.
1) We should
- get rid of java8 profiles
- relocate tests and sources with .java8. package to regular sources
- set
<source>1.8</source> <target>1.8</target>
by default
2) Release process
https://ci.ignite.apache.org/project.html?projectId=AssemblyAndRelease
should be updated if necessary.
Attachments
Issue Links
- blocks
-
IGNITE-7312 Make use of plain java.util.Base64 instead of reflective alternatives
- Resolved
-
IGNITE-7386 Get rid of LongAdder8, ConcurrentHashMap8, etc
- Resolved
- causes
-
IGNITE-7454 Wrong package in IgniteExamplesMLTestSuite after it was moved per IGNITE-7203
- Resolved
-
IGNITE-7509 Adjust "build" and "getting started" sections of documentation for ML module
- Resolved
- is depended upon by
-
IGNITE-7332 Create selftest suite for ml examples
- Resolved
-
IGNITE-7097 performance measurement for SparseDistributedMatrix multiplication
- Resolved
-
IGNITE-7214 performance measurement for FCM and KNN algorithms
- Resolved
- links to