Re: ActiveMQ and Java 9

2018-02-14 Thread Tim Bain
I submitted https://issues.apache.org/jira/browse/AMQ-6864 in November to propose that we add default compiler flags to enable ActiveMQ 5.x to work out of the box with Java 9. To date there's been no activity on it. However, my understanding is that enabling access to those internal APIs is simply

Re: ActiveMQ and Java 9

2018-02-14 Thread Oliver B. Fischer
There are some companies as my one who don't want to run software which is EOL. Therefore we must run Artemis within the next months with Java 10. Am 14.02.18 um 21:05 schrieb Justin Bertram: Out of curiosity, is there a particular reason you want to use Java 9? Justin On Wed, Feb 14, 2018

Re: ActiveMQ and Java 9

2018-02-14 Thread Justin Bertram
Out of curiosity, is there a particular reason you want to use Java 9? Justin On Wed, Feb 14, 2018 at 1:10 PM, nbhc wrote: > Does ActiveMQ work with Java 9? I tried v5.15.2 and JDK9.0.4, activemq > fails > to start with exception like below: > > java.io.IOException: java.lang.IllegalAccessExce

Re: ActiveMQ and Java 9

2018-02-14 Thread Timothy Bish
On 02/14/2018 02:10 PM, nbhc wrote: Does ActiveMQ work with Java 9? I tried v5.15.2 and JDK9.0.4, activemq fails to start with exception like below: java.io.IOException: java.lang.IllegalAccessException: class org.iq80.leveldb.util.ByteBufferSupport cannot access class jdk.internal.ref.Cleaner (

ActiveMQ and Java 9

2018-02-14 Thread nbhc
Does ActiveMQ work with Java 9? I tried v5.15.2 and JDK9.0.4, activemq fails to start with exception like below: java.io.IOException: java.lang.IllegalAccessException: class org.iq80.leveldb.util.ByteBufferSupport cannot access class jdk.internal.ref.Cleaner (in module java.base) because module ja