Le 01/06/2010 18:00, Andrew Kennedy a écrit :
What JDK/JRE environment do we want to target for the broker? The OSGi plugins specify Java 5 as a minimum, and the ant build uses Java 5 compatibility when building, however, in the ServerSession class, we use a ConcurrentSkipListMap, which is a Java 6 only class. I don't see a big issue in changing to requiring Java 6, personally...
Java 6 is fine for a standalone server application I think, there is no constraint preventing the use of the latest version.
Emmanuel Bourg --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:[email protected]
