Re: Delaying 2.6.1/2.5.4 due to test failures...

2012-05-29 Thread Daniel Kulp
On Wednesday, May 30, 2012 09:14:25 AM Willem Jiang wrote:
> Hi ,
> 
> I just found I forgot to commit merge of r1343561 yesterday. And it was
> marked as integrated in CXF-2.4.x branch.
> I will commit the patch after running some tests, It could be better if
> we redo the CXF 2.4.8 release again.

I agree.  It's not a big deal so I'll handle that tomorrow as well.

Dan



> 
> Sorry for the mass that I made.
> 
> Willem
> 
> On Wed May 30 06:02:54 2012, Sergey Beryozkin wrote:
> > Hi
> > 
> > On 29/05/12 21:52, Daniel Kulp wrote:
> >> On Tuesday, May 29, 2012 09:49:36 PM Sergey Beryozkin wrote:
> >>> On 29/05/12 21:10, Daniel Kulp wrote:
>  We have a bunch of test failures in the rs-security stuff with Java
>  5:
>  
>  https://builds.apache.org/view/A-F/view/CXF/job/CXF-Trunk-JDK15/
>  https://builds.apache.org/view/A-F/view/CXF/job/CXF-2.5.x/
>  
>  
>  which needs to get resolved before the release. Thus, I'm going to
>  delay this build until tomorrow. Colm and Sergey: can you look at
>  those please?
> >>> 
> >>> Looking into it now. I fear I've messed it up with my updates to the
> >>> client runtime...Though why on Java 5 only, not sure yet
> >> 
> >> Well, they fail on Java 7 as well. :-)
> > 
> > I believe I've got it fixed. The issue will be there in CXF 2.4.8 but
> > not in 2.4.9, I think it's very rare that the client code would
> > replace say Book.class with DOMSource class, so hopefully no CXF 2.4.8
> > users will ever see this problem and I think we will be able to offer
> > a workaround by setting the out message properties if really needed.
> > 
> > Sorry for a big mess,
> > 
> > Sergey
> > 
> >> Dan
> >> 
> >>> Sergey
> >>> 
>  I'm checking 2.4.x as well. I may have to redo that build.
-- 
Daniel Kulp
dk...@apache.org - http://dankulp.com/blog
Talend Community Coder - http://coders.talend.com



Re: Delaying 2.6.1/2.5.4 due to test failures...

2012-05-29 Thread Willem Jiang

Hi ,

I just found I forgot to commit merge of r1343561 yesterday. And it was 
marked as integrated in CXF-2.4.x branch.
I will commit the patch after running some tests, It could be better if 
we redo the CXF 2.4.8 release again.


Sorry for the mass that I made.

Willem

On Wed May 30 06:02:54 2012, Sergey Beryozkin wrote:

Hi
On 29/05/12 21:52, Daniel Kulp wrote:

On Tuesday, May 29, 2012 09:49:36 PM Sergey Beryozkin wrote:

On 29/05/12 21:10, Daniel Kulp wrote:

We have a bunch of test failures in the rs-security stuff with Java 5:

https://builds.apache.org/view/A-F/view/CXF/job/CXF-Trunk-JDK15/
https://builds.apache.org/view/A-F/view/CXF/job/CXF-2.5.x/


which needs to get resolved before the release. Thus, I'm going to
delay this build until tomorrow. Colm and Sergey: can you look at
those please?

Looking into it now. I fear I've messed it up with my updates to the
client runtime...Though why on Java 5 only, not sure yet


Well, they fail on Java 7 as well. :-)


I believe I've got it fixed. The issue will be there in CXF 2.4.8 but
not in 2.4.9, I think it's very rare that the client code would
replace say Book.class with DOMSource class, so hopefully no CXF 2.4.8
users will ever see this problem and I think we will be able to offer
a workaround by setting the out message properties if really needed.

Sorry for a big mess,

Sergey


Dan




Sergey


I'm checking 2.4.x as well. I may have to redo that build.










Re: Delaying 2.6.1/2.5.4 due to test failures...

2012-05-29 Thread Sergey Beryozkin

Hi
On 29/05/12 21:52, Daniel Kulp wrote:

On Tuesday, May 29, 2012 09:49:36 PM Sergey Beryozkin wrote:

On 29/05/12 21:10, Daniel Kulp wrote:

We have a bunch of test failures in the rs-security stuff with Java 5:

https://builds.apache.org/view/A-F/view/CXF/job/CXF-Trunk-JDK15/
https://builds.apache.org/view/A-F/view/CXF/job/CXF-2.5.x/


which needs to get resolved before the release.   Thus, I'm going to
delay this build until tomorrow.   Colm and Sergey: can you look at
those please?

Looking into it now. I fear I've messed it up with my updates to the
client runtime...Though why on Java 5 only, not sure yet


Well, they fail on Java 7 as well.  :-)

I believe I've got it fixed. The issue will be there in CXF 2.4.8 but 
not in 2.4.9, I think it's very rare that the client code would replace 
say Book.class with DOMSource class, so hopefully no CXF 2.4.8 users 
will ever see this problem and I think we will be able to offer a 
workaround by setting the out message properties if really needed.


Sorry for a big mess,

Sergey


Dan




Sergey


I'm checking 2.4.x as well.   I may have to redo that build.



--
Sergey Beryozkin

Talend Community Coders
http://coders.talend.com/

Blog: http://sberyozkin.blogspot.com


Re: Delaying 2.6.1/2.5.4 due to test failures...

2012-05-29 Thread Daniel Kulp
On Tuesday, May 29, 2012 09:49:36 PM Sergey Beryozkin wrote:
> On 29/05/12 21:10, Daniel Kulp wrote:
> > We have a bunch of test failures in the rs-security stuff with Java 5:
> > 
> > https://builds.apache.org/view/A-F/view/CXF/job/CXF-Trunk-JDK15/
> > https://builds.apache.org/view/A-F/view/CXF/job/CXF-2.5.x/
> > 
> > 
> > which needs to get resolved before the release.   Thus, I'm going to
> > delay this build until tomorrow.   Colm and Sergey: can you look at
> > those please?
> Looking into it now. I fear I've messed it up with my updates to the
> client runtime...Though why on Java 5 only, not sure yet

Well, they fail on Java 7 as well.  :-)


Dan


> 
> Sergey
> 
> > I'm checking 2.4.x as well.   I may have to redo that build.
-- 
Daniel Kulp
dk...@apache.org - http://dankulp.com/blog
Talend Community Coder - http://coders.talend.com



Re: Delaying 2.6.1/2.5.4 due to test failures...

2012-05-29 Thread Sergey Beryozkin

On 29/05/12 21:10, Daniel Kulp wrote:


We have a bunch of test failures in the rs-security stuff with Java 5:

https://builds.apache.org/view/A-F/view/CXF/job/CXF-Trunk-JDK15/
https://builds.apache.org/view/A-F/view/CXF/job/CXF-2.5.x/


which needs to get resolved before the release.   Thus, I'm going to delay
this build until tomorrow.   Colm and Sergey: can you look at those please?

Looking into it now. I fear I've messed it up with my updates to the 
client runtime...Though why on Java 5 only, not sure yet


Sergey


I'm checking 2.4.x as well.   I may have to redo that build.




Delaying 2.6.1/2.5.4 due to test failures...

2012-05-29 Thread Daniel Kulp

We have a bunch of test failures in the rs-security stuff with Java 5:

https://builds.apache.org/view/A-F/view/CXF/job/CXF-Trunk-JDK15/
https://builds.apache.org/view/A-F/view/CXF/job/CXF-2.5.x/


which needs to get resolved before the release.   Thus, I'm going to delay 
this build until tomorrow.   Colm and Sergey: can you look at those please?


I'm checking 2.4.x as well.   I may have to redo that build.


-- 
Daniel Kulp
dk...@apache.org - http://dankulp.com/blog
Talend Community Coder - http://coders.talend.com