You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@incubator.apache.org by Mike Rheinheimer <ro...@ohmyhead.com> on 2010/11/17 16:01:22 UTC

[ANNOUNCE] Apache Wink 1.1.2 release

The Apache Wink project is pleased to announce the release of Apache Wink
1.1.2-incubating.

We have quite a few new features, including:

Improvements
    * WINK-287 - Support web beans / (J)CDI / JSR-299
    * WINK-295 - Upgrade to SLF4J 1.6.0
    * WINK-296 - DEBUG -> TRACE logging reform
    * WINK-297 - serviceability improvement; externalize strings, confirm
formatting
    * WINK-299 - Make Jackson the default JSON provider for Wink
    * WINK-304 - serviceability improvement, output information upon
application registration, errors
    * WINK-305 - allow configuration file for SSL
    * WINK-310 - Annotations inherited by a resource class should determine
parameter type from the subclass, not the superclass
    * WINK-315 - Improve the tolerance of malformed media types
    * WINK-319 - Simplify addition of Request/Response handlers
    * WINK-325 - Allow AtomCommonAttributes#otherAttributes and
AtomCommonAttributesSimpleContent#otherAttributes to be lazy initialized.

New Features
    * WINK-313 - WADL support
    * WINK-318 - Wink JSON model
    * WINK-321 - Support @XmlJavaTypeAdapter and @XmlElement on method
params
    * WINK-322 - Add JSR250 life cycle management support
    * WINK-326 - AsyncHttpClient module

Please see the main project page for downloads and information.  Thanks!

http://incubator.apache.org/wink/

Thanks mentors and IPMCers for all your help!
mike - a Winker.
 <http://incubator.apache.org/sis/>

[ANNOUNCE] Apache Wink 1.1.2 release

Posted by Mike Rheinheimer <ro...@apache.org>.
The Apache Wink project is pleased to announce the release of Apache Wink
1.1.2-incubating.

We have quite a few new features, including:

Improvements
    * WINK-287 - Support web beans / (J)CDI / JSR-299
    * WINK-295 - Upgrade to SLF4J 1.6.0
    * WINK-296 - DEBUG -> TRACE logging reform
    * WINK-297 - serviceability improvement; externalize strings,
confirm formatting
    * WINK-299 - Make Jackson the default JSON provider for Wink
    * WINK-304 - serviceability improvement, output information upon
application registration, errors
    * WINK-305 - allow configuration file for SSL
    * WINK-310 - Annotations inherited by a resource class should
determine parameter type from the subclass, not the superclass
    * WINK-315 - Improve the tolerance of malformed media types
    * WINK-319 - Simplify addition of Request/Response handlers
    * WINK-325 - Allow AtomCommonAttributes#otherAttributes and
AtomCommonAttributesSimpleContent#otherAttributes to be lazy
initialized.

New Features
    * WINK-313 - WADL support
    * WINK-318 - Wink JSON model
    * WINK-321 - Support @XmlJavaTypeAdapter and @XmlElement on method params
    * WINK-322 - Add JSR250 life cycle management support
    * WINK-326 - AsyncHttpClient module

Please see the main project page for downloads and information.  Thanks!

http://incubator.apache.org/wink/

Thanks mentors and IPMCers for all your help!
mike - a Winker.

[ANNOUNCE] Apache Wink 1.1.2 release

Posted by Mike Rheinheimer <ro...@apache.org>.
The Apache Wink project is pleased to announce the release of Apache Wink
1.1.2-incubating.

We have quite a few new features, including:

Improvements
    * WINK-287 - Support web beans / (J)CDI / JSR-299
    * WINK-295 - Upgrade to SLF4J 1.6.0
    * WINK-296 - DEBUG -> TRACE logging reform
    * WINK-297 - serviceability improvement; externalize strings, confirm
formatting
    * WINK-299 - Make Jackson the default JSON provider for Wink
    * WINK-304 - serviceability improvement, output information upon
application registration, errors
    * WINK-305 - allow configuration file for SSL
    * WINK-310 - Annotations inherited by a resource class should determine
parameter type from the subclass, not the superclass
    * WINK-315 - Improve the tolerance of malformed media types
    * WINK-319 - Simplify addition of Request/Response handlers
    * WINK-325 - Allow AtomCommonAttributes#otherAttributes and
AtomCommonAttributesSimpleContent#otherAttributes to be lazy initialized.

New Features
    * WINK-313 - WADL support
    * WINK-318 - Wink JSON model
    * WINK-321 - Support @XmlJavaTypeAdapter and @XmlElement on method
params
    * WINK-322 - Add JSR250 life cycle management support
    * WINK-326 - AsyncHttpClient module

Please see the main project page for downloads and information.  Thanks!

http://incubator.apache.org/wink/

Thanks mentors and IPMCers for all your help!
mike - a Winker.
 <http://incubator.apache.org/sis/>

Re: [ANNOUNCE] Apache Wink 1.1.2 release

Posted by Raymond Feng <cy...@gmail.com>.
Congratulations! We (Tuscany project) just moved to the latest release and it works smoothly. The nicer thing is that we can remove some of the workarounds that are now fixed. :-)

Thanks,
Raymond
________________________________________________________________ 
Raymond Feng
rfeng@apache.org
Apache Tuscany PMC member and committer: tuscany.apache.org
Co-author of Tuscany SCA In Action book: www.tuscanyinaction.com
Personal Web Site: www.enjoyjava.com
________________________________________________________________

On Nov 17, 2010, at 7:01 AM, Mike Rheinheimer wrote:

> The Apache Wink project is pleased to announce the release of Apache Wink
> 1.1.2-incubating.
> 
> We have quite a few new features, including:
> 
> Improvements
>    * WINK-287 - Support web beans / (J)CDI / JSR-299
>    * WINK-295 - Upgrade to SLF4J 1.6.0
>    * WINK-296 - DEBUG -> TRACE logging reform
>    * WINK-297 - serviceability improvement; externalize strings, confirm
> formatting
>    * WINK-299 - Make Jackson the default JSON provider for Wink
>    * WINK-304 - serviceability improvement, output information upon
> application registration, errors
>    * WINK-305 - allow configuration file for SSL
>    * WINK-310 - Annotations inherited by a resource class should determine
> parameter type from the subclass, not the superclass
>    * WINK-315 - Improve the tolerance of malformed media types
>    * WINK-319 - Simplify addition of Request/Response handlers
>    * WINK-325 - Allow AtomCommonAttributes#otherAttributes and
> AtomCommonAttributesSimpleContent#otherAttributes to be lazy initialized.
> 
> New Features
>    * WINK-313 - WADL support
>    * WINK-318 - Wink JSON model
>    * WINK-321 - Support @XmlJavaTypeAdapter and @XmlElement on method
> params
>    * WINK-322 - Add JSR250 life cycle management support
>    * WINK-326 - AsyncHttpClient module
> 
> Please see the main project page for downloads and information.  Thanks!
> 
> http://incubator.apache.org/wink/
> 
> Thanks mentors and IPMCers for all your help!
> mike - a Winker.
> <http://incubator.apache.org/sis/>


Re: [ANNOUNCE] Apache Wink 1.1.2 release

Posted by Raymond Feng <cy...@gmail.com>.
Congratulations! We (Tuscany project) just moved to the latest release and it works smoothly. The nicer thing is that we can remove some of the workarounds that are now fixed. :-)

Thanks,
Raymond
________________________________________________________________ 
Raymond Feng
rfeng@apache.org
Apache Tuscany PMC member and committer: tuscany.apache.org
Co-author of Tuscany SCA In Action book: www.tuscanyinaction.com
Personal Web Site: www.enjoyjava.com
________________________________________________________________

On Nov 17, 2010, at 7:01 AM, Mike Rheinheimer wrote:

> The Apache Wink project is pleased to announce the release of Apache Wink
> 1.1.2-incubating.
> 
> We have quite a few new features, including:
> 
> Improvements
>    * WINK-287 - Support web beans / (J)CDI / JSR-299
>    * WINK-295 - Upgrade to SLF4J 1.6.0
>    * WINK-296 - DEBUG -> TRACE logging reform
>    * WINK-297 - serviceability improvement; externalize strings, confirm
> formatting
>    * WINK-299 - Make Jackson the default JSON provider for Wink
>    * WINK-304 - serviceability improvement, output information upon
> application registration, errors
>    * WINK-305 - allow configuration file for SSL
>    * WINK-310 - Annotations inherited by a resource class should determine
> parameter type from the subclass, not the superclass
>    * WINK-315 - Improve the tolerance of malformed media types
>    * WINK-319 - Simplify addition of Request/Response handlers
>    * WINK-325 - Allow AtomCommonAttributes#otherAttributes and
> AtomCommonAttributesSimpleContent#otherAttributes to be lazy initialized.
> 
> New Features
>    * WINK-313 - WADL support
>    * WINK-318 - Wink JSON model
>    * WINK-321 - Support @XmlJavaTypeAdapter and @XmlElement on method
> params
>    * WINK-322 - Add JSR250 life cycle management support
>    * WINK-326 - AsyncHttpClient module
> 
> Please see the main project page for downloads and information.  Thanks!
> 
> http://incubator.apache.org/wink/
> 
> Thanks mentors and IPMCers for all your help!
> mike - a Winker.
> <http://incubator.apache.org/sis/>