Re: [xwiki-devs] [xwiki-notifications] r30025 - platform/core/trunk/xwiki-observation/xwiki-observation-remote
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?
<dependency> <groupId>jgroups</groupId> <artifactId>jgroups</artifactId>
-- Sergiu Dumitriu http://purl.org/net/sergiu/
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.
<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
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
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. Thanks -Vincent
<dependency> <groupId>jgroups</groupId> <artifactId>jgroups</artifactId>
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
participants (3)
-
Sergiu Dumitriu -
Thomas Mortagne -
Vincent Massol