On Tue, Jul 6, 2010 at 17:23, Vincent Massol <[email protected]> wrote:
On Jul 6, 2010, at 4:42 PM, Sergiu Dumitriu wrote:
On 07/06/2010 04:20 PM, tmortagne (SVN) wrote:
Author: tmortagne Date: 2010-07-06 16:20:58 +0200 (Tue, 06 Jul 2010) New Revision: 30025
Modified: platform/core/trunk/xwiki-observation/xwiki-observation-remote/pom.xml Log: XWIKI-4917: Upgrade to jgroups 2.8 Add comment
Modified: platform/core/trunk/xwiki-observation/xwiki-observation-remote/pom.xml =================================================================== --- platform/core/trunk/xwiki-observation/xwiki-observation-remote/pom.xml 2010-07-06 13:41:04 UTC (rev 30024) +++ platform/core/trunk/xwiki-observation/xwiki-observation-remote/pom.xml 2010-07-06 14:20:58 UTC (rev 30025) @@ -59,6 +59,7 @@ <artifactId>xwiki-core-context</artifactId> <version>${pom.version}</version> </dependency> +<!-- Note that jgroups depends on Java 6 since 2.9 branch. -->
Is it time for us to require Java 6 as well?
It's too early IMO.
That said, we could poll our enterprise users on the users list though to see what they think.
An idea would be to make the last Java 1.5 based branch a LTS branch.
Thanks -Vincent
<dependency> <groupId>jgroups</groupId> <artifactId>jgroups</artifactId>
_______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
-- Thomas Mortagne