Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[LOGMGR-133] Java 9 integration #171

Merged
merged 2 commits into from
Mar 5, 2018
Merged

Conversation

dmlloyd
Copy link
Member

@dmlloyd dmlloyd commented Jan 25, 2018

To test on both Java 8 and Java 9, use this command:

mvn clean install -Djava8.home=/path/to/jdk/8

Copy link
Member

@jamezp jamezp left a comment

Choose a reason for hiding this comment

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

Something we may need to consider, could be an easy change, but the source JAR may not contain all the correct source. It likely only contains the JDK 8 source. Other than that I think this approach makes sense.

The JDKSpecific should probably override the findCallingClasses() too. We can handle that in a follow up though.

To test on both Java 8 and Java 9, use this command:

mvn clean install -Djava8.home=/path/to/jdk/8
@jamezp jamezp merged commit 2066364 into jboss-logging:master Mar 5, 2018
@dmlloyd dmlloyd deleted the java-9 branch March 14, 2018 22:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants