You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@syncope.apache.org by Andrei Shakirin <as...@talend.com> on 2013/01/24 10:57:30 UTC

[Discussion] Prepare CXF Rest integration tests migration

Hi,

Do you have any objections, if I prepare and commit duplicates of rest integration tests for JAX-RS (CXF) in separate package, but wouldn't activate them in 1.1.0.
The reason: it makes more easy for us to check CXF migration at least manually and avoid side effects in 1.1.0.

Regards,
Andrei.

> -----Original Message-----
> From: Francesco Chicchiriccò (JIRA) [mailto:jira@apache.org]
> Sent: Mittwoch, 23. Januar 2013 16:34
> To: dev@syncope.apache.org
> Subject: [jira] [Updated] (SYNCOPE-289) Prepare CXF Rest integration tests
> migration
> 
> 
>      [ https://issues.apache.org/jira/browse/SYNCOPE-
> 289?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
> 
> Francesco Chicchiriccò updated SYNCOPE-289:
> -------------------------------------------
> 
>     Parent Issue: SYNCOPE-285  (was: SYNCOPE-231)
> 
> > Prepare CXF Rest integration tests migration
> > --------------------------------------------
> >
> >                 Key: SYNCOPE-289
> >                 URL: https://issues.apache.org/jira/browse/SYNCOPE-289
> >             Project: Syncope
> >          Issue Type: Sub-task
> >          Components: console, core
> >            Reporter: Andrei Shakirin
> >            Assignee: Andrei Shakirin
> >             Fix For: 1.2.0
> >
> >
> 
> 
> --
> This message is automatically generated by JIRA.
> If you think it was sent incorrectly, please contact your JIRA administrators
> For more information on JIRA, see: http://www.atlassian.com/software/jira

RE: [Discussion] Prepare CXF Rest integration tests migration

Posted by Jan Bernhardt <jb...@talend.com>.
+1

This will help us, to ensure CXF is fully working and feature compatible.

Best regards.
Jan


> -----Original Message-----
> From: Andrei Shakirin [mailto:ashakirin@talend.com]
> Sent: Donnerstag, 24. Januar 2013 10:58
> To: dev@syncope.apache.org
> Subject: [Discussion] Prepare CXF Rest integration tests migration
> 
> Hi,
> 
> Do you have any objections, if I prepare and commit duplicates of rest
> integration tests for JAX-RS (CXF) in separate package, but wouldn't activate
> them in 1.1.0.
> The reason: it makes more easy for us to check CXF migration at least
> manually and avoid side effects in 1.1.0.
> 
> Regards,
> Andrei.
> 
> > -----Original Message-----
> > From: Francesco Chicchiriccò (JIRA) [mailto:jira@apache.org]
> > Sent: Mittwoch, 23. Januar 2013 16:34
> > To: dev@syncope.apache.org
> > Subject: [jira] [Updated] (SYNCOPE-289) Prepare CXF Rest integration
> > tests migration
> >
> >
> >      [ https://issues.apache.org/jira/browse/SYNCOPE-
> > 289?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
> > ]
> >
> > Francesco Chicchiriccò updated SYNCOPE-289:
> > -------------------------------------------
> >
> >     Parent Issue: SYNCOPE-285  (was: SYNCOPE-231)
> >
> > > Prepare CXF Rest integration tests migration
> > > --------------------------------------------
> > >
> > >                 Key: SYNCOPE-289
> > >                 URL: https://issues.apache.org/jira/browse/SYNCOPE-289
> > >             Project: Syncope
> > >          Issue Type: Sub-task
> > >          Components: console, core
> > >            Reporter: Andrei Shakirin
> > >            Assignee: Andrei Shakirin
> > >             Fix For: 1.2.0
> > >
> > >
> >
> >
> > --
> > This message is automatically generated by JIRA.
> > If you think it was sent incorrectly, please contact your JIRA
> > administrators For more information on JIRA, see:
> http://www.atlassian.com/software/jira

RE: [Discussion] Prepare CXF Rest integration tests migration

Posted by Andrei Shakirin <as...@talend.com>.
> Looks good: how would you implement this? A separate CXF IT maven
> profile?

Yep, profile will be optimal solution from my perspective.

Andrei.

> -----Original Message-----
> From: Francesco Chicchiriccò [mailto:ilgrosso@apache.org]
> Sent: Donnerstag, 24. Januar 2013 11:29
> To: dev@syncope.apache.org
> Subject: Re: [Discussion] Prepare CXF Rest integration tests migration
> 
> On 24/01/2013 10:57, Andrei Shakirin wrote:
> > Hi,
> >
> > Do you have any objections, if I prepare and commit duplicates of rest
> integration tests for JAX-RS (CXF) in separate package, but wouldn't activate
> them in 1.1.0.
> > The reason: it makes more easy for us to check CXF migration at least
> manually and avoid side effects in 1.1.0.
> 
> Looks good: how would you implement this? A separate CXF IT maven
> profile?
> 
> Regards.
> 
> --
> Francesco Chicchiriccò
> 
> ASF Member, Apache Syncope PMC chair, Apache Cocoon PMC Member
> http://people.apache.org/~ilgrosso/


Re: [Discussion] Prepare CXF Rest integration tests migration

Posted by Fabio Martelli <fa...@gmail.com>.
Il giorno 24/gen/2013, alle ore 11.28, Francesco Chicchiriccò ha scritto:

> On 24/01/2013 10:57, Andrei Shakirin wrote:
>> Hi,
>> 
>> Do you have any objections, if I prepare and commit duplicates of rest integration tests for JAX-RS (CXF) in separate package, but wouldn't activate them in 1.1.0.
>> The reason: it makes more easy for us to check CXF migration at least manually and avoid side effects in 1.1.0.

Great!

> 
> Looks good: how would you implement this? A separate CXF IT maven profile?
> 
> Regards.
> 
> -- 
> Francesco Chicchiriccò
> 
> ASF Member, Apache Syncope PMC chair, Apache Cocoon PMC Member
> http://people.apache.org/~ilgrosso/
> 


Re: [Discussion] Prepare CXF Rest integration tests migration

Posted by Francesco Chicchiriccò <il...@apache.org>.
On 24/01/2013 10:57, Andrei Shakirin wrote:
> Hi,
>
> Do you have any objections, if I prepare and commit duplicates of rest integration tests for JAX-RS (CXF) in separate package, but wouldn't activate them in 1.1.0.
> The reason: it makes more easy for us to check CXF migration at least manually and avoid side effects in 1.1.0.

Looks good: how would you implement this? A separate CXF IT maven profile?

Regards.

-- 
Francesco Chicchiriccò

ASF Member, Apache Syncope PMC chair, Apache Cocoon PMC Member
http://people.apache.org/~ilgrosso/