GitHub user vveider opened a pull request:
https://github.com/apache/ignite/pull/3357
Ignite 6730
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gridgain/apache-ignite ignite-6730
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/3357.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 #3357
----
commit 5a887372b0fd0d5a4992e2cc467131952af79e24
Author: Ivanov Petr <pivanov@...>
Date: 2018-01-10T13:48:55Z
IGNITE-7203 Java 8 by default
* fixed https://reviews.ignite.apache.org/ignite/review/IGNT-CR-450 review
issues
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
commit e75c089a3610e57f2fd218b5ada66fc8c91c6d18
Author: Ivanov Petr <pivanov@...>
Date: 2018-01-10T15:01:33Z
IGNITE-7203 Java 8 by default
* additional review fix
commit 2d8d58ef33ee904d0cd2311960efb0b013f1e448
Author: Ivanov Petr <pivanov@...>
Date: 2018-01-10T18:58:46Z
IGNITE-7203 Java 8 by default
* https://reviews.ignite.apache.org/ignite/review/IGNT-CR-451 review fixes
commit b81a9d80edccc7978507b5bf37f3c7652cff311e
Author: Ivanov Petr <pivanov@...>
Date: 2017-12-25T13:59:39Z
IGNITE-7144 Java 9: fix build issue with tools.jar not found
* added profiles to parent and ignite-tools modules to detect java-9
environment and run parametrised build
* added macOS compatibility for previous java versions
commit a367a310dfe3e4f75decca1e63a9b12206c2015a
Author: Ivanov Petr <pivanov@...>
Date: 2018-01-09T11:27:40Z
IGNITE-7144 Java 9: fix build issue with tools.jar not found
* added JVM args for Java 8/7 backward compilation compatibility
commit 043eab58ea568a22223bb8e773700fa09e6ddf82
Author: Ivanov Petr <pivanov@...>
Date: 2018-01-09T12:23:25Z
IGNITE-7144 Java 9: fix build issue with tools.jar not found
* fixed macOS profile name
commit 5a40ac654336eed8ef157831a2faeed172559f5a
Author: Ivanov Petr <pivanov@...>
Date: 2018-01-10T06:40:06Z
IGNITE-6730 Java 9: fix project build procedure
* proposed Java 9 build configuration
commit ea22362cd15bcf1daf8d0ef1bf054d392c181db0
Author: Ivanov Petr <pivanov@...>
Date: 2018-01-10T12:48:20Z
IGNITE-6730 Java 9: fix project build procedure
* split scala version definition for Java 8 and Java 9 builds respectively
commit 85dc41ae95729b604c4c6741a008173526e33a99
Author: Ivanov Petr <pivanov@...>
Date: 2018-01-11T08:38:18Z
IGNITE-6730 Java 9: fix project build procedure
* workaround for UNSAFE
----
---