Re: [DISCUSS] 2.4.x EOL?

2012-10-10 Thread Sergey Beryozkin

+1

Sergey


On Oct 6, 2012, at 5:54 AM, Daniel Kulpdk...@apache.org  wrote:


With 2.7.0 coming out real soon (voting on now), I'd like to discuss

whether we should make 2.4.10 the last for the 2.4.x line.   2.4.0 was
released 18 months ago.


Last month, 2.4.x accounted for about 12% of the downloads from central,

but that's inline with the 11% for 2.3.x which we don't support.   (Almost
50% are on 2.6.x already.  Great to see people updating and keeping
current.) Of the 12%, less than 10% of those were for 2.4.9 and 2.4.8
  (almost 75% were for 2.4.4 and lower) which shows very few people updating
on the 2.4.x line (which is concerning due to the security implications) or
if they are updating, they are moving to the more recent branches.


Thoughts?

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










--
Sergey Beryozkin

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

Blog: http://sberyozkin.blogspot.com


Re: svn commit: r1396595 - /cxf/trunk/rt/bindings/soap/src/main/java/org/apache/cxf/binding/soap/SoapTransportFactory.java

2012-10-10 Thread Colm O hEigeartaigh
This breaks checkstyle FYI.

Colm.

On Wed, Oct 10, 2012 at 2:37 PM, ningji...@apache.org wrote:

 Author: ningjiang
 Date: Wed Oct 10 13:37:39 2012
 New Revision: 1396595

 URL: http://svn.apache.org/viewvc?rev=1396595view=rev
 Log:
  CXF-4554 clean up the active namespace of SoapTransportFactory

 Modified:

 cxf/trunk/rt/bindings/soap/src/main/java/org/apache/cxf/binding/soap/SoapTransportFactory.java

 Modified:
 cxf/trunk/rt/bindings/soap/src/main/java/org/apache/cxf/binding/soap/SoapTransportFactory.java
 URL:
 http://svn.apache.org/viewvc/cxf/trunk/rt/bindings/soap/src/main/java/org/apache/cxf/binding/soap/SoapTransportFactory.java?rev=1396595r1=1396594r2=1396595view=diff

 ==
 ---
 cxf/trunk/rt/bindings/soap/src/main/java/org/apache/cxf/binding/soap/SoapTransportFactory.java
 (original)
 +++
 cxf/trunk/rt/bindings/soap/src/main/java/org/apache/cxf/binding/soap/SoapTransportFactory.java
 Wed Oct 10 13:37:39 2012
 @@ -73,11 +73,11 @@ public class SoapTransportFactory extend
  http://schemas.xmlsoap.org/soap/;,
  http://schemas.xmlsoap.org/wsdl/soap/;,
  http://schemas.xmlsoap.org/wsdl/soap12/;,
 -http://schemas.xmlsoap.org/soap/http/;,
 +http://schemas.xmlsoap.org/soap/http;,
  http://schemas.xmlsoap.org/wsdl/soap/http;,
  http://www.w3.org/2010/soapjms/;,
 -http://www.w3.org/2003/05/soap/bindings/HTTP/;,
 -http://schemas.xmlsoap.org/soap/http;);
 +http://www.w3.org/2003/05/soap/bindings/HTTP/;
 +);
  public static final SetString DEFAULT_PREFIXES
  = Collections.unmodifiableSet(new HashSetString(Arrays.asList(
  soap.udp, soap.tcp





-- 
Colm O hEigeartaigh

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


[ANN] Apache CXF 2.4.10/2.5.6/2.6.3 Released

2012-10-10 Thread Daniel Kulp


The Apache CXF team is proud to announce the availability of the latest 
patches: 2.6.3, 2.5.6, and 2.4.10.

Apache CXF is an open source services framework. CXF helps you build and 
develop services using front end programming APIs, like JAX-WS and JAX-RS. 
These services can speak a variety of protocols such as SOAP, XML/HTTP, RESTful 
HTTP, or CORBA and work over a variety of transports such as HTTP, JMS or JBI.

This is mostly a patch release to fix problems and issues that users have 
encountered.   

NOTE:   2.4.10 is the last scheduled release of the 2.4.x series of Apache CXF 
patches. Users are strongly encouraged to upgrade to the newer supported 
versions.


2.6.3 fixes over 50 JIRA issues reported against 2.6.2.See:
http://cxf.apache.org/cxf-263-release-notes.html

2.5.6 fixes over 35 JIRA issues reported against 2.5.5.See:
http://cxf.apache.org/cxf-256-release-notes.html

2.4.10 fixes over 20 JIRA issues reported against 2.4.9.See:
http://cxf.apache.org/cxf-2410-release-notes.html


For more information see:
* Download: http://cxf.apache.org/download.html
* Website: http://cxf.apache.org/
* Mailing lists: http://cxf.apache.org/mailing-lists.html

If you have feedback, questions or would like to get involved in the CXF 
project please join the mailing lists and let us know your thoughts.

The Apache CXF Team
http://cxf.apache.org/


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



[ANNOUNCE] Apache CXF 2.7.0 released!

2012-10-10 Thread Daniel Kulp

The Apache CXF team is proud to announce the availability of the 2.7.0 
release.

Apache CXF is an open source services framework. CXF helps you build and 
develop services using frontend programming APIs like JAX-WS and JAX-RS. 
These services can speak a variety of protocols such as SOAP, XML/HTTP, 
RESTful HTTP, or  CORBA and work over a variety of transports such as HTTP 
and JMS. 

CXF includes a broad feature set, but it is primarily focused on the 
following areas: 

* Web Services Standards Support: CXF supports a variety of web service 
standards including SOAP, the WSI Basic Profile, WSDL, WS-Addressing, WS-
Policy, WS-ReliableMessaging, WS-Security, WS-SecurityPolicy, WS-Trust, and 
WS-SecureConversation. 

* REST based service creation based on JAX-RS 1.1 standard API's.

* Frontends: CXF supports a variety of frontend programming models. CXF  
provides a JAX-WS 2.2 Compliant frontend. It also includes a simple 
frontend which allows creation of clients and endpoints without 
annotations. CXF supports both contract first development with WSDL and code 
first development starting from Java.

* Ease of use: CXF is designed to be intuitive and easy to use. There  are 
simple APIs to quickly build code-first services, Maven plug-ins to make 
tooling integration easy, JAX-WS API support, Spring  XML support to make 
configuration a snap, and much more.

What's new in CXF 2.7.0:
* New UDP Transport
* Support for the SOAP/UDP Specification
* WS-Discovery support
* New HTTP transport based on Apache HTTP Components HttpAsyncClient
* Initial support for some parts of the upcoming JAX-RS 2.0 specification
* Much more...

See the 2.7 Migration guide at:
http://cxf.apache.org/docs/27-migration-guide.html
for more details about the release and the new features.   Most notable is that
support for Java 5 has been dropped.  CXF now requires Java 6 or newer.

As always, we welcome feedback on our mailing lists:
http://cxf.apache.org/mailing-lists.html

Downloads are available from:
http://cxf.apache.org/download.html


Thanks!
The Apache CXF Team 
http://cxf.apache.org/




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