GitHub user vveider opened a pull request: https://github.com/apache/ignite/pull/3348
IGNITE-7203 Java 8 by default * further improved AOP test behaviour by moving javaagent call into pom.xml .NET: Fix WindowsServiceTest - pass JVM path to the service .NET: Another attempt to fix WindowsServiceTest, adding logger, no idea what the problem is .NET: Another attempt to fix WindowsServiceTest .NET: Another attempt to fix WindowsServiceTest .NET: Another attempt to fix WindowsServiceTest IGNITE-7203 Java 8 by default * replaced aspectj dependency with newest one for attempt to fix AOP tests Attempty to fix AOP failure. .NET: Fix TestStopFromJava .NET: Fix ExecutableTest IGNITE-7203 Java 8 by default IGNITE-7216 Refactor examples project * fixed notes from review IGNITE-7203 Java 8 by default IGNITE-7216 Refactor examples project * refactored examples module and ml part of other modules: merged java8 and java packages 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 You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-7203-review Alternatively you can review and apply these changes as the patch at: https://github.com/apache/ignite/pull/3348.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 #3348 ---- commit 5d40edbdb6b4b8a5d84485b474e88a03660a21cb Author: Ivanov Petr <pivanov@...> Date: 2018-01-10T11:27:15Z IGNITE-7203 Java 8 by default * further improved AOP test behaviour by moving javaagent call into pom.xml .NET: Fix WindowsServiceTest - pass JVM path to the service .NET: Another attempt to fix WindowsServiceTest, adding logger, no idea what the problem is .NET: Another attempt to fix WindowsServiceTest .NET: Another attempt to fix WindowsServiceTest .NET: Another attempt to fix WindowsServiceTest IGNITE-7203 Java 8 by default * replaced aspectj dependency with newest one for attempt to fix AOP tests Attempty to fix AOP failure. .NET: Fix TestStopFromJava .NET: Fix ExecutableTest IGNITE-7203 Java 8 by default IGNITE-7216 Refactor examples project * fixed notes from review IGNITE-7203 Java 8 by default IGNITE-7216 Refactor examples project * refactored examples module and ml part of other modules: merged java8 and java packages 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 ---- ---