Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] BREE/Toolchain resolves to unexpected version

Ok. Well there's a compiler warning option for Bundle-Bree lower than dependencies and I have no warnings here :/

On Wed, Feb 17, 2021 at 4:34 PM Aleksandar Kurtakov <akurtako@xxxxxxxxxx> wrote:


On Wed, Feb 17, 2021 at 5:26 PM Felix Dorner <felix.dorner@xxxxxxxxx> wrote:
Could be, but I'm not sure... I'd prefer if it would take the version I specify and then fail at runtime?

What Nitin said is correct.  I don't think that smth like "
java.lang.UnsupportedClassVersionError: com/smth/else 
  has been compiled by a more recent version of the Java Runtime (class file version 55.0), 
  this version of the Java Runtime only recognizes class file versions up to 52.0
" 
at runtime would help much esp as it will force everyone to bump their bundle BREE to even try with newer versions of their dependencies.
 

On Wed, Feb 17, 2021 at 4:20 PM Nitin Dahyabhai <thatnitind@xxxxxxxxx> wrote:
Felix,
It's just a guess, but if any bundle your bundle requires JavaSE-11, wouldn't this be the right behavior?

--
Regards,
Nitin Dahyabhai
Eclipse WTP PMC
_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/tycho-user


--
Linux. The choice of a GNU generation.
_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/tycho-user


--
Aleksandar Kurtakov
Red Hat Eclipse Team
_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/tycho-user


--
Linux. The choice of a GNU generation.

Back to the top