On Tue, Jul 6, 2010 at 17:18, Thomas Mortagne <[email protected]> wrote:
On Tue, Jul 6, 2010 at 16:42, Sergiu Dumitriu <[email protected]> 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?
Yep. I also just added the same comment on hibernate-validation 4.1.
In fact it's the same for all JBoss projects, they decided to require Java 6 all all the new branches.
<dependency> <groupId>jgroups</groupId> <artifactId>jgroups</artifactId>
-- Sergiu Dumitriu http://purl.org/net/sergiu/ _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
-- Thomas Mortagne
-- Thomas Mortagne