Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cross-project-issues-dev] Do we need a MAX BREE? max java version?

BREE is deprecated by OSGi although Eclipse doesn't show warnings about this deprecation. If you use osgi.ee [1] capability one can easily define min and max versions. Equinox/p2/tycho should work fine without BREE and with osgi.ee capability used. Not sure whether all PDE features will grok it though.

[1] https://docs.osgi.org/specification/osgi.core/7.0.0/framework.namespaces.html#framework.namespaces.osgi.ee

On Mon, Jul 5, 2021 at 4:39 PM Jörg Kubitz <jkubitz-eclipse@xxxxxx> wrote:

Java was planed to be backward compatible.
But with removed APIs in newer JDKs it is not anymore.
    "Bundle-RequiredExecutionEnvironment: JavaSE-1.8"
is not a guarantee it will still run on later java JDK versions. But we
treat it as that.
API removals will go on.

What do you think?

_______________________________________________
cross-project-issues-dev mailing list
cross-project-issues-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/cross-project-issues-dev



--
Aleksandar Kurtakov
Red Hat Eclipse Team

Back to the top