[
https://issues.apache.org/jira/browse/GEODE-60?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14590160#comment-14590160
]
Kirk Lund commented on GEODE-60:
--------------------------------
What is the Java dependency? I'm guessing you might be referring to: 1) runtime
version check which logs if version is < 1.7.0_72, 2) tools.jar for Attach API,
3) sun.misc.Unsafe, 4) sun.misc.SignalHandler, 5)
com.sun.jmx.remote.security.MBeanServerFileAccessController. The dependency on
tools.jar is made 100% optional at runtime in an upcoming git merge which
should alleviate the problem surrounding tools.jar in that docker image.
However, the automated tests do include tests for #1-5 above including the
Attach API (tools.jar) so I think tests are stuck with the dependency unless we
remove certain features or replace certain implementations with an alternative
that doesn't depend on those Sun APIs.
> Geode build environment within Docker to enable anybody and on any OS and any
> environment can build Geode as long as there is Docker
> ------------------------------------------------------------------------------------------------------------------------------------
>
> Key: GEODE-60
> URL: https://issues.apache.org/jira/browse/GEODE-60
> Project: Geode
> Issue Type: Sub-task
> Components: build
> Reporter: jun aoki
> Assignee: jun aoki
> Attachments: GEODE-60.patch
>
>
> geode build is on gradle and seems very tidy but it still requires third
> party libraries, like Java.
> Let's have a Docker environment so that at least we have an reliable
> immutable environment and we can use it on CI on builds.apache.org
> https://builds.apache.org/view/E-G/view/Geode/
> (From my experience, It is a bit of pain to find a right environment on
> builds.a.o but Docker is a cure so far.)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)