Re: Cocoon 2.2 with Java 8 and Spring Framework 4.2?

2015-10-27 Thread Gabriel Gruber
One thing I forgot: it would be really nice to centralize the spring version in a property within in the parent pom like this: ... org.springframework spring-aop ${spring-version} avalon-framework avalon-framework

Re: Cocoon 2.2 with Java 8 and Spring Framework 4.2?

2015-10-27 Thread Gabriel Gruber
yes, I just use this: mvn clean install -fn Using following infrastructure on windows: - maven 3.3.3 - JDK 1.8.0_51 The -fn (fail never) switch gives me a nice summary at the end, which projects were successful and where there have been failures. greets, Gabriel From: Francesco Chicch

Re: Cocoon 2.2 with Java 8 and Spring Framework 4.2?

2015-10-27 Thread Javier Puerto
2015-10-27 13:59 GMT+01:00 Francesco Chicchiriccò : > On 27/10/2015 13:37, Javier Puerto wrote: > > Hi all, > > @Gabriel, sounds very interesting and the update can bring some new energy > to the project. :) > > > Hum, is there anyone around with enough know-how about 2.2.? > Sorry Francesco, I wa

[jira] [Updated] (COCOON-2347) Make Cocoon 2.2 compatible with latest Spring Framework 4.2.x version

2015-10-27 Thread Gabriel Gruber (JIRA)
[ https://issues.apache.org/jira/browse/COCOON-2347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gabriel Gruber updated COCOON-2347: --- Attachment: MultiValueMap.java MultiMap.java The files MultiMap.java and Mult

[jira] [Updated] (COCOON-2347) Make Cocoon 2.2 compatible with latest Spring Framework 4.2.x version

2015-10-27 Thread Gabriel Gruber (JIRA)
[ https://issues.apache.org/jira/browse/COCOON-2347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gabriel Gruber updated COCOON-2347: --- Attachment: ObjectModel.java.patch ObjectModelImpl.java.patch > Make Cocoon 2

[jira] [Updated] (COCOON-2347) Make Cocoon 2.2 compatible with latest Spring Framework 4.2.x version

2015-10-27 Thread Gabriel Gruber (JIRA)
[ https://issues.apache.org/jira/browse/COCOON-2347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gabriel Gruber updated COCOON-2347: --- Attachment: PipelineComponentScope.java.patch PipelineComponentInfoInitializer

[jira] [Commented] (COCOON-2347) Make Cocoon 2.2 compatible with latest Spring Framework 4.2.x version

2015-10-27 Thread Gabriel Gruber (JIRA)
[ https://issues.apache.org/jira/browse/COCOON-2347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14976698#comment-14976698 ] Gabriel Gruber commented on COCOON-2347: The following additional patches have to

Re: Cocoon 2.2 with Java 8 and Spring Framework 4.2?

2015-10-27 Thread Francesco Chicchiriccò
On 27/10/2015 16:30, Gabriel Gruber wrote: Hi Folks, I was able to compile cocoon 2.2 with spring framework 4.2 and fix all the obvious problems like - Using RootBeanDefinition.setScope() instead of RootBeanDefinition.setSingleton() - finding the correct method calls after deprecated methods o

[jira] [Updated] (COCOON-2347) Make Cocoon 2.2 compatible with latest Spring Framework 4.2.x version

2015-10-27 Thread Gabriel Gruber (JIRA)
[ https://issues.apache.org/jira/browse/COCOON-2347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gabriel Gruber updated COCOON-2347: --- Description: The goal of this ticket is to make the current Cocoon TRUNK of 2.2 compatible w

[jira] [Updated] (COCOON-2347) Make Cocoon 2.2 compatible with latest Spring Framework 4.2.x version

2015-10-27 Thread Gabriel Gruber (JIRA)
[ https://issues.apache.org/jira/browse/COCOON-2347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gabriel Gruber updated COCOON-2347: --- Description: The goal of this ticket is to make the current Cocoon TRUNK of 2.2 compatible w

Re: Cocoon 2.2 with Java 8 and Spring Framework 4.2?

2015-10-27 Thread Gabriel Gruber
Hi Folks, I was able to compile cocoon 2.2 with spring framework 4.2 and fix all the obvious problems like - Using RootBeanDefinition.setScope() instead of RootBeanDefinition.setSingleton() - finding the correct method calls after deprecated methods or constants have been removed. - forking the

[jira] [Comment Edited] (COCOON-2347) Make Cocoon 2.2 compatible with latest Spring Framework 4.2.x version

2015-10-27 Thread Gabriel Gruber (JIRA)
[ https://issues.apache.org/jira/browse/COCOON-2347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14976335#comment-14976335 ] Gabriel Gruber edited comment on COCOON-2347 at 10/27/15 1:04 PM: -

[jira] [Commented] (COCOON-2347) Make Cocoon 2.2 compatible with latest Spring Framework 4.2.x version

2015-10-27 Thread Gabriel Gruber (JIRA)
[ https://issues.apache.org/jira/browse/COCOON-2347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14976335#comment-14976335 ] Gabriel Gruber commented on COCOON-2347: The alternative of making the subproject

Re: Cocoon 2.2 with Java 8 and Spring Framework 4.2?

2015-10-27 Thread Francesco Chicchiriccò
On 27/10/2015 13:37, Javier Puerto wrote: Hi all, @Gabriel, sounds very interesting and the update can bring some new energy to the project. :) > Hum, is there anyone around with enough know-how about 2.2.? Sorry Francesco, I was quite busy last three months but I will have some spare time i

[jira] [Commented] (COCOON-2347) Make Cocoon 2.2 compatible with latest Spring Framework 4.2.x version

2015-10-27 Thread JIRA
[ https://issues.apache.org/jira/browse/COCOON-2347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14976323#comment-14976323 ] Francesco Chicchiriccò commented on COCOON-2347: I have created [1] as wo

[jira] [Updated] (COCOON-2347) Make Cocoon 2.2 compatible with latest Spring Framework 4.2.x version

2015-10-27 Thread Gabriel Gruber (JIRA)
[ https://issues.apache.org/jira/browse/COCOON-2347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gabriel Gruber updated COCOON-2347: --- Description: The goal of this ticket is to make the current Cocoon TRUNK of 2.2 compatible w

[jira] [Updated] (COCOON-2347) Make Cocoon 2.2 compatible with latest Spring Framework 4.2.x version

2015-10-27 Thread Gabriel Gruber (JIRA)
[ https://issues.apache.org/jira/browse/COCOON-2347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gabriel Gruber updated COCOON-2347: --- Description: The goal of this ticket is to make the current Cocoon TRUNK of 2.2 compatible w

[jira] [Comment Edited] (COCOON-2347) Make Cocoon 2.2 compatible with latest Spring Framework 4.2.x version

2015-10-27 Thread Gabriel Gruber (JIRA)
[ https://issues.apache.org/jira/browse/COCOON-2347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14976305#comment-14976305 ] Gabriel Gruber edited comment on COCOON-2347 at 10/27/15 12:44 PM:

[jira] [Comment Edited] (COCOON-2347) Make Cocoon 2.2 compatible with latest Spring Framework 4.2.x version

2015-10-27 Thread Gabriel Gruber (JIRA)
[ https://issues.apache.org/jira/browse/COCOON-2347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14976305#comment-14976305 ] Gabriel Gruber edited comment on COCOON-2347 at 10/27/15 12:44 PM:

[jira] [Updated] (COCOON-2347) Make Cocoon 2.2 compatible with latest Spring Framework 4.2.x version

2015-10-27 Thread Gabriel Gruber (JIRA)
[ https://issues.apache.org/jira/browse/COCOON-2347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gabriel Gruber updated COCOON-2347: --- Attachment: WildcardBeanMap.java.patch BeanMapElementParser.java.patch

[jira] [Commented] (COCOON-2347) Make Cocoon 2.2 compatible with latest Spring Framework 4.2.x version

2015-10-27 Thread Gabriel Gruber (JIRA)
[ https://issues.apache.org/jira/browse/COCOON-2347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14976305#comment-14976305 ] Gabriel Gruber commented on COCOON-2347: *Cocoon-Spring-Configurator* needs to be

Re: Fw: Cocoon 2.2 with Java 8 and Spring Framework 4.2?

2015-10-27 Thread Javier Puerto
Hi all, @Gabriel, sounds very interesting and the update can bring some new energy to the project. :) > Hum, is there anyone around with enough know-how about 2.2.? Sorry Francesco, I was quite busy last three months but I will have some spare time in December so I could take a look into the chan

Fw: Cocoon 2.2 with Java 8 and Spring Framework 4.2?

2015-10-27 Thread Gabriel Gruber
Hello Folks, nice to see the project still being alive :-) I decided to make a jira issue about our attempt to make cocoon 2.2 work with spring framework 4.2.x. https://issues.apache.org/jira/browse/COCOON-2347 I will append comments about progress etc. there and give you an update on the m

[jira] [Updated] (COCOON-2347) Make Cocoon 2.2 compatible with latest Spring Framework 4.2.x version

2015-10-27 Thread JIRA
[ https://issues.apache.org/jira/browse/COCOON-2347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Francesco Chicchiriccò updated COCOON-2347: --- Description: The goal of this ticket is to make the current Cocoon TRUNK of 2

[jira] [Created] (COCOON-2347) Make Cocoon 2.2 compatible with latest Spring Framework 4.2.x version

2015-10-27 Thread Gabriel Gruber (JIRA)
Gabriel Gruber created COCOON-2347: -- Summary: Make Cocoon 2.2 compatible with latest Spring Framework 4.2.x version Key: COCOON-2347 URL: https://issues.apache.org/jira/browse/COCOON-2347 Project: Co