[ANNOUNCE] MyFaces Core v2.2.10 Release

2016-04-12 Thread Leonardo Uribe
The Apache MyFaces team is pleased to announce the release of MyFaces Core
2.2.10.

MyFaces Core is a JavaServer(tm) Faces 2.2 implementation as specified by
JSR-344.

The artifacts passed the TCK test of Feb 2013 (jsftck-2.2_26-Feb-2013.zip).

MyFaces Core 2.2.10 is available in both binary and source distributions.

* http://myfaces.apache.org/download.html

MyFaces Core is also available in the central Maven repository under Group
ID "org.apache.myfaces.core".

Release Notes - MyFaces Core - Version 2.2.10

Bug

[MYFACES-3904] - jsf.util.Chain() is rendered with wrong event source
[MYFACES-3905] - The caption facet is not documented for the tag
.
[MYFACES-3926] - Disabled h:outputLink renders invalid attributes
[MYFACES-3959] - f:metadata inside ui:remove will be also executed
[MYFACES-3987] - NPE in FlashImpl.isKeepMessages
[MYFACES-4022] - Faces Flows are not discovered when the web
application is packaged inside an EAR
[MYFACES-4024] - Update the NOTICE.txt file in jsf.myfaces
[MYFACES-4025] - Incorrect JS content-type
[MYFACES-4030] - MyFaces CDI support is disabled if non-CDI application
is loaded first
[MYFACES-4031] - Facelets does not render empty XHTML attribute
[MYFACES-4032] - upgrade common-beanutils to 1.9.2
[MYFACES-4034] - submitForm() not defined for myfaces.JSF_JS_MODE
'minimal-modern'
[MYFACES-4038] - Flow beans are destroyed before flow is finalized
[MYFACES-4041] - EL evaluation fails when state is saved because
FaceletState object is not present

Improvement

[MYFACES-3497] - [perf] Improve EventHandler
[MYFACES-3552] - [perf] pps: reduce amout of Object [] created in
_DeltaList.saveState
[MYFACES-3892] - Create a option to execute BeanValidation before
JSF-Validation
[MYFACES-4027] - Increase import range for javax.el-api to include
version 3.0 of javax.el-api
[MYFACES-4042] - Improve startup time by skipping classpath jar scan
for *.faces-config.xml

Task

[MYFACES-4020] - Update commons-collections to 3.2.2


regards,

Leonardo Uribe


[ANNOUNCE] Apache Allura 1.4.0 released

2016-04-12 Thread Dave Brondsema
The Apache Allura team is pleased to announce the release of Apache Allura 1.4.0

Allura is an open source implementation of a software forge, a web site that
manages source code repositories, bug reports, discussions, wiki pages, blogs,
and more for any number of individual projects.

The biggest new feature in 1.4.0 is the Admin Nav Bar. It's a complete overhaul
of how you customize the tools in your project. To see how much easier it is to
access tool configurations and add new tools, see
http://allura.apache.org/posts/2016-admin-toolbar.html

Other significant improvements are:

* Config settings to show your custom logo and navigation links in the top 
header.
* New interface to manage sitewide notifications. You can specify custom
messages to show up on certain pages or page types, or to certain types of 
users.
* Project exports now can include file attachments from all the tickets, wiki
pages, comments, etc.
* Standardized fence blocks in Markdown. In addition to ~~~ to mark off code
blocks, you can use the more common ```. It also works to nest code block
notation, and specify the formatting language in more ways.

For a complete list of changes, see:
https://forge-allura.apache.org/p/allura/git/ci/rel/1.4.0/~/tree/CHANGES

Download and installation instructions available at http://allura.apache.org/


[ANN] Apache Ant 1.9.7 Released

2016-04-12 Thread Stefan Bodewig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

The Apache Ant Team is pleased to announce the release of Apache Ant
1.9.7.

Version 1.9.7 is mostly a bug fix release but adds a few new features
like support for arbitrary filesyste resources in  and initial
support for Java9 modules.

Apache Ant is a Java library and command-line tool that helps building
software.

Source and binary distributions are available for download from the
Apache Ant download site:

http://ant.apache.org/bindownload.cgi
http://ant.apache.org/srcdownload.cgi

When downloading, please verify signatures using the KEYS file available
at the above location when downloading the release.

Changes in this version include:

Changes that could break older environments:
- ---

 *  and  used to ignore the dir attribute if it was the
   same as the current working directory.  They now no longer do,
   which changes the behavior for vmlauncher="false" which would have
   used the project's basedir rather than the current working
   directory in that case.
   Bugzilla Report 58555

Fixed bugs:
- ---

 * ZipOutputStream could cause an ArrayIndexOutOfBoundsException when
   adding entries with comments.  This never happens when using Ant as
   a build tool but may affect users using Ant's zip package as a
   library.

 *  and  didn't work for non-filesystem resources.

 *  ignored the zip64Mode attribute when creating manifest-only
   jars.  This resulted in jar files that couldn't be read by Java5.
   Bugzilla Report 58428

 *  will now detect GNU tar longname/link records even if they
   don't use the names used by GNU tar itself.  star is known to
   create archives of that kind.
   https://issues.apache.org/jira/browse/COMPRESS-324

 * 

[ANNOUNCE] Apache Qpid JMS 0.9.0 released

2016-04-12 Thread Robbie Gemmell
The Apache Qpid community is pleased to announce the immediate availability
of Apache Qpid JMS 0.9.0.

This is the ninth release of our newer AMQP 1.0 JMS client, based around
the Qpid Proton protocol engine and implementing the AMQP JMS Mapping
as it evolves at OASIS.

The release is available now from our website:
http://qpid.apache.org/download.html

Binaries are also available via Maven Central:
http://qpid.apache.org/maven.html

Release notes can be found at:
http://qpid.apache.org/releases/qpid-jms-0.9.0/release-notes.html

Thanks to all involved.


Robbie


[ANNOUNCE] Apache Storm 1.0 Released

2016-04-12 Thread P. Taylor Goetz
The Apache Storm community is pleased to announce the release of Apache Storm 
version 1.0.0.

Storm is a distributed, fault-tolerant, and high-performance realtime 
computation system that provides strong guarantees on the processing of data. 
You can read more about Storm on the project website:

http://storm.apache.org 

Downloads of source and binary distributions are listed in our download
section:

http://storm.apache.org/downloads.html 

You can read more about this release in the following blog post:

https://storm.apache.org/2016/04/12/storm100-released.html 


Distribution artifacts are available in Maven Central at the following 
coordinates:

groupId: org.apache.storm
artifactId: storm-core
version: 1.0.0

The full list of changes is available here[1]. Please let us know [2] if you 
encounter any problems.

Regards,

The Apache Storm Team

[1]: https://github.com/apache/storm/blob/v1.0.0/CHANGELOG.md 

[2]: https://issues.apache.org/jira/browse/STORM 



signature.asc
Description: Message signed with OpenPGP using GPGMail