Re: Java 9 and reflection uses in Apache Tomcat

2017-01-20 Thread Mark Thomas
On 20/01/2017 13:00, Rémy Maucherat wrote: > 2017-01-20 13:14 GMT+01:00 Mark Thomas : > >> Rory, >> >> We have a handful of instances where Tomcat currently needs to use >> reflection which are blocked when running on Java 9. >> >> Users can work-around these but it would probably be better if an

Re: Java 9 and reflection uses in Apache Tomcat

2017-01-20 Thread Mark Thomas
On 20/01/2017 13:54, Rory O'Donnell wrote: > Hi Mark, > > For 1, there has been discussion on jigsaw-dev, Remy has given you > pointer > > For 2 & 3, core-libs-dev is the best place to open up a discussion. Thanks. Will do. Mark > > Rgds,Rory > > > On 20/01/2017 12:14, Mark Thomas wrote:

Re: Java 9 and reflection uses in Apache Tomcat

2017-01-20 Thread Rory O'Donnell
Hi Mark, For 1, there has been discussion on jigsaw-dev, Remy has given you pointer For 2 & 3, core-libs-dev is the best place to open up a discussion. Rgds,Rory On 20/01/2017 12:14, Mark Thomas wrote: Rory, We have a handful of instances where Tomcat currently needs to use reflection whi

Re: Java 9 and reflection uses in Apache Tomcat

2017-01-20 Thread Rémy Maucherat
2017-01-20 13:14 GMT+01:00 Mark Thomas : > Rory, > > We have a handful of instances where Tomcat currently needs to use > reflection which are blocked when running on Java 9. > > Users can work-around these but it would probably be better if an > alternative API was identified / provided to achiev