Re: BND 7 and multi release JARs

2024-06-11 Thread Michael Osipov
On 2024/06/11 14:15:48 Rémy Maucherat wrote: > Hi, > > To fix the issue with having Java 22 classes in tomcat-coyote (and > embedded), I was looking at multi release JARs. I think it would work > fine *if* we were building the JARs ourselves (jarIt task), but then > the jars ar

Re: BND 7 and multi release JARs

2024-06-11 Thread Michael Osipov
On 2024/06/11 14:15:48 Rémy Maucherat wrote: > Hi, > > To fix the issue with having Java 22 classes in tomcat-coyote (and > embedded), I was looking at multi release JARs. I think it would work > fine *if* we were building the JARs ourselves (jarIt task), but then > the jars ar

Re: BND 7 and multi release JARs

2024-06-11 Thread Romain Manni-Bucau
tomcat-coyote (and > embedded), I was looking at multi release JARs. I think it would work > fine *if* we were building the JARs ourselves (jarIt task), but then > the jars are actually rebuilt with bnd. > > Supposedly bnd 7.0.0 (which we just upgraded to) supports multi > releas

BND 7 and multi release JARs

2024-06-11 Thread Rémy Maucherat
Hi, To fix the issue with having Java 22 classes in tomcat-coyote (and embedded), I was looking at multi release JARs. I think it would work fine *if* we were building the JARs ourselves (jarIt task), but then the jars are actually rebuilt with bnd. Supposedly bnd 7.0.0 (which we just upgraded

Re: Multi-release Jars

2017-10-11 Thread Mark Thomas
On 11/10/17 17:12, Konstantin Kolinko wrote: > 2017-10-11 14:26 GMT+03:00 Mark Thomas : >> >> Having looked at a couple of options I settled on that one too. >> >> I haven't yet found an IDE with a GA release that handles this. Support >> in the tools is fairly embryonic as well. > > Several thoug

Re: Multi-release Jars

2017-10-11 Thread Konstantin Kolinko
2017-10-11 14:26 GMT+03:00 Mark Thomas : > > Having looked at a couple of options I settled on that one too. > > I haven't yet found an IDE with a GA release that handles this. Support > in the tools is fairly embryonic as well. Several thoughts: 1. I think Eclipse does not support having differe

Re: Multi-release Jars

2017-10-11 Thread Mark Thomas
d looks OK for you. >>> >>> Looks good to me. I've added to the list of J9 back-port candidates. It >>> does beg the question whether or not we want to look at switching to >>> multi-release JARs for all of the compatibility code. WDYT? >> >> Ind

Re: Multi-release Jars [Was: Java 9 TC shutdown warnings (reflection in WebappClassLoaderBase)]

2017-09-23 Thread Rainer Jung
for you. Looks good to me. I've added to the list of J9 back-port candidates. It does beg the question whether or not we want to look at switching to multi-release JARs for all of the compatibility code. WDYT? Indeed, I ran my first multi-release Jar experiment (successfully) today. For

Multi-release Jars [Was: Java 9 TC shutdown warnings (reflection in WebappClassLoaderBase)]

2017-09-23 Thread Rainer Jung
g the question whether or not we want to look at switching to multi-release JARs for all of the compatibility code. WDYT? Indeed, I ran my first multi-release Jar experiment (successfully) today. For those who haven't yet seen it: starting with Java 9 one can include instances of a class in a jar