GitHub user vveider opened a pull request:
https://github.com/apache/ignite/pull/3240
IGNITE-7203 Java 8 by default
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gridgain/apache-ignite ignite-7203
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/3240.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #3240
----
commit 1fd200e5ca712f7ce306807904cccd8b72e171ea
Author: Ivanov Petr <[email protected]>
Date: 2017-12-15T14:35:35Z
IGNITE-7203 Java 8 by default
* got rid of java-1.8 related profiles
* remove ml profile and included ml build into main reactor
* added master properties to maven-compiler-plugin for whole project to be
compiled only by java-1.8
* refactored met properties + gathered them in parent module
commit a4db11b84622ec6960de3f44502cf08abe3dc650
Author: Ivanov Petr <[email protected]>
Date: 2017-12-15T15:17:59Z
IGNITE-7203 Java 8 by default
* refactored examples module: merged java8 and java packages
----
---