]
Dan Berindei commented on JGRP-1964:
------------------------------------
JGRP-1948 mentioned {{Java2SE-1.6}}, but that's not correct either - the newer
versions don't have the '2'.
OSGi support: Incorrect execution environment name
--------------------------------------------------
Key: JGRP-1964
URL:
https://issues.jboss.org/browse/JGRP-1964
Project: JGroups
Issue Type: Bug
Affects Versions: 3.6.6
Reporter: Dan Berindei
Assignee: Bela Ban
The {{Bundle-RequiredExecutionEnvironment}} changed in 3.6.5.Final from J2SE-1.6 to
Java2SE-1.7.
The list of supported execution environments depends on the container, but these are
supported more or less everywhere: [
http://www.osgi.org/Specifications/Reference]
J2SE-1.6 wasn't on the list either, but it worked with Apache Felix. Java2SE-1.7
doesn't work, so it should be replaced with the standard {{JavaSE-1.7}}.