Skip to content

Support running MiniAccumuloCluster using Java 11#942

Closed
mikewalch wants to merge 1 commit intoapache:masterfrom
mikewalch:java-11-mini
Closed

Support running MiniAccumuloCluster using Java 11#942
mikewalch wants to merge 1 commit intoapache:masterfrom
mikewalch:java-11-mini

Conversation

@mikewalch
Copy link
Member

} else {
log.debug("Using classpath set by java.class.path system property: {}", javaClassPath);
}
classpathBuilder.append(File.pathSeparator).append(javaClassPath);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1; I wonder if we should always do this, even in the case of a URLClassLoader (above). It's so simple, and we don't even need to care at all about what kind of class loader the system class loader is using (although, we are assuming the environment is set... so if a system class loader doesn't use that, the user would have to set it explicitly... but that's fine.)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am going to put this change in 1.9 & 2.0 and then I will follow up with a new PR that simplifies it for 2.0

@keith-turner
Copy link
Contributor

Would be nice to make this change for 1.9

@mikewalch
Copy link
Member Author

mikewalch commented Feb 7, 2019

I merged this pull request with the commit 61c4491 but I referenced #924 by accident instead of #942 in the commit message.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

No open projects
Status: Done

Development

Successfully merging this pull request may close these issues.

3 participants