[infinispan-issues] [JBoss JIRA] (ISPN-9618) Overlay for Java 10 could be Java 9
Tristan Tarrant (Jira)
issues at jboss.org
Tue Oct 23 06:13:00 EDT 2018
[ https://issues.jboss.org/browse/ISPN-9618?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13651591#comment-13651591 ]
Tristan Tarrant commented on ISPN-9618:
---------------------------------------
Java 9 went end-of-life when Java 10 was released.
Java 10 went end-of-life when Java 11 was released.
Java 11 is a long-term-support (LTS) release.
The next LTS is hoped to be Java 14.
> Overlay for Java 10 could be Java 9
> -----------------------------------
>
> Key: ISPN-9618
> URL: https://issues.jboss.org/browse/ISPN-9618
> Project: Infinispan
> Issue Type: Bug
> Components: Build
> Affects Versions: 9.4.0.Final
> Reporter: tommaso borgato
> Priority: Major
>
> The following classes are in overlay for Java 10:
> - commons/src/main/java10/org/infinispan/commons/jdkspecific/CallerId.java
> - commons/src/main/java10/org/infinispan/commons/jdkspecific/ProcessorInfo.java
> CallerId uses StackWalker that is available since Java 9.
> ProcessorInfo uses Runtime.getRuntime().availableProcessors() that was fixed in java 9 (https://bugs.java.com/view_bug.do?bug_id=6515172)
> Question: can those classes be in overlay for Java 9 instead of Java 10 ?
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
More information about the infinispan-issues
mailing list