[ANNOUNCE] MyFaces Core v2.1.16 Release

2014-09-25 Thread Leonardo Uribe
The Apache MyFaces team is pleased to announce the release of MyFaces
Core 2.1.16.

MyFaces Core is a JavaServer(tm) Faces 2.1 implementation as specified
by JSR-314. MyFaces Core has passed Sun's JSR-314 TCK and is 100%
compliant with the JSR-314 specification.

MyFaces Core 2.1.16 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.1.16

Bug

[MYFACES-3841] - h:inputTextArea removes leading newline
[MYFACES-3848] - FunctionMapper not found when using a function
inside value of f:setPropertyActionListener
[MYFACES-3875] - Unhandled attribute for for custom converter
[MYFACES-3883] - c:forEach with PSS enabled fails when add multiple rows
[MYFACES-3887] - UIDebug is alwas rendered=true (no
ValueExpression evaluation)
[MYFACES-3888] - Resource from classpath locked on windows after
change in eclipse
[MYFACES-3890] - Component added using vdl.createComponent(...) is
removed when javax.faces.FACELETS_REFRESH_PERIOD is not -1
[MYFACES-3902] - jsf.js: error handling output improvement
[MYFACES-3907] - NullPointerException in ManagedBeanBuilder after
server restart
[MYFACES-3913] - NPE in SwitchAjaxExceptionHandlerWrapperImpl
[MYFACES-3914] - HtmlScriptRenderer marks stylesheet as rendered
[MYFACES-3919] - javax.faces.SEPARATOR_CHAR Applied Incorrectly to
commandLink Hidden Field
[MYFACES-3921] - NullPointerException at SerializedViewCollection

Improvement

[MYFACES-3895] - Missed space character in ViewExpiredException getMessage()
[MYFACES-3906] - jsf.js: evaled javascript errors are not handled
the same way as other errors
[MYFACES-3918] - DefaultFaceletsStateManagementStrategy: keep list
of removed client IDs stable over time

regards,

Leonardo Uribe


[ANNOUNCE] Release of Apache DeltaSpike 1.0.3

2014-09-25 Thread Gerhard Petracek
The Apache DeltaSpike team is pleased to announce the 11th release of
DeltaSpike.

Apache DeltaSpike is not a CDI-container, but a portable CDI extension.

Documentation:
http://deltaspike.apache.org/documentation/

Download:
http://deltaspike.apache.org/download.html

Release Notes:
http://s.apache.org/DeltaSpike_1.0.3

Enjoy!

Gerhard Petracek


[ANNOUNCE] MyFaces Core v2.0.22 Release

2014-09-25 Thread Leonardo Uribe
The Apache MyFaces team is pleased to announce the release of MyFaces
Core 2.0.22.

MyFaces Core is a JavaServer(tm) Faces 2.0 implementation as specified
by JSR-314. MyFaces Core has passed Sun's JSR-314 TCK and is 100%
compliant with the JSR-314 specification.

MyFaces Core 2.0.22 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.0.22

Bug

[MYFACES-3848] - FunctionMapper not found when using a function
inside value of f:setPropertyActionListener
[MYFACES-3875] - Unhandled attribute for for custom converter
[MYFACES-3883] - c:forEach with PSS enabled fails when add multiple rows
[MYFACES-3887] - UIDebug is alwas rendered=true (no
ValueExpression evaluation)
[MYFACES-3890] - Component added using vdl.createComponent(...) is
removed when javax.faces.FACELETS_REFRESH_PERIOD is not -1
[MYFACES-3902] - jsf.js: error handling output improvement
[MYFACES-3907] - NullPointerException in ManagedBeanBuilder after
server restart
[MYFACES-3913] - NPE in SwitchAjaxExceptionHandlerWrapperImpl
[MYFACES-3914] - HtmlScriptRenderer marks stylesheet as rendered
[MYFACES-3919] - javax.faces.SEPARATOR_CHAR Applied Incorrectly to
commandLink Hidden Field
[MYFACES-3921] - NullPointerException at SerializedViewCollection

Improvement

[MYFACES-3895] - Missed space character in ViewExpiredException getMessage()
[MYFACES-3906] - jsf.js: evaled javascript errors are not handled
the same way as other errors
[MYFACES-3918] - DefaultFaceletsStateManagementStrategy: keep list
of removed client IDs stable over time


regards,

Leonardo Uribe


Fwd: [ANNOUNCE] Apache Jackrabbit Oak 1.0.6 released

2014-09-25 Thread Amit Jain
The Apache Jackrabbit community is pleased to announce the release of
Apache Jackrabbit Oak 1.0.6. The release is available for download at:

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

See the full release notes below for details about this release.


Introduction


Jackrabbit Oak is a scalable, high-performance hierarchical content
repository designed for use as the foundation of modern world-class
web sites and other demanding content applications.

Apache Jackrabbit Oak 1.0.6 is a patch release that contains fixes and
improvements over Oak 1.0. Jackrabbit Oak 1.0.x releases are considered
stable and targeted for production use.

The Oak effort is a part of the Apache Jackrabbit project.
Apache Jackrabbit is a project of the Apache Software Foundation.

Changes in Oak 1.0.6


Bug Fixes

   [OAK-2047] - Missing privileges after repository upgrade
   [OAK-2049] - ArrayIndexOutOfBoundsException in Segment.getRefId()
   [OAK-2053] - Excessive memory usage with Oracle Java 6
   [OAK-2059] - Reindexing can include hidden nodes in the index
   [OAK-2062] - Range queries and relative properties resultset should be
consistent with JR2
   [OAK-2068] - Lucene index: reindex property is automatically set to
true
   [OAK-2073] - Prevent against integer overflow in compaction check
   [OAK-2078] - Prevent null/empty passwords in ldap provider
   [OAK-2084] - The query engine should not return hidden nodes
   [OAK-2088] - AsyncIndexUpdate can leave orphaned checkpoint in case of
abrupt shutdown
   [OAK-2099] - AIOOBE in Segment#toString
   [OAK-2102] - Oak-run add option to remove all unreferenced checkpoints
   [OAK-2111] - Rename FileStoreCorruptException to
SegmentNotFoundException and update the NodeStore contract

Improvements

   [OAK-1880] - Omit Configuration Retrieval for PreAuthContext
   [OAK-2004] - Add a way to pause the background async indexer
   [OAK-2007] - MongoBlobStore improvements
   [OAK-2051] - Provide option to use  Configuration SPI in JAAS
authentication when running within AppServer
   [OAK-2060] - MBean to provide consolidated cache stats
   [OAK-2069] - Log details of _lastRev recovery
   [OAK-2087] - Record time when checpoint is created in SegmentNodeStore
   [OAK-2090] - Improve logging in compaction and cleanup operation in
SegmentMK
   [OAK-2091] - Improve logging in MongoDocumentStore
   [OAK-2094] - Oak Upgrade should depend on oak-jcr with a 'test' scope
   [OAK-2100] - Change NodeStore#release method to return a boolean
   [OAK-2104] - IndexStatsMBean should expose the time upto which the
repository state has been indexed

New Features

   [OAK-1893] - MBean to dump Lucene Index content and related stats
   [OAK-1906] - Adding information to a  Standard MBean interface using
annotations

Task

   [OAK-2085] - Move CacheStats humanReadableByteCount to Oak Commons
IOUtils

In addition to the above-mentioned changes, this release contains
all changes included in previous Apache Jackrabbit Oak 1.0.x releases.

For more detailed information about all the changes in this and other
Oak releases, please see the Oak issue tracker at

  https://issues.apache.org/jira/browse/OAK

Release Contents


This release consists of a single source archive packaged as a zip file.
The archive can be unpacked with the jar tool from your JDK installation.
See the README.md file for instructions on how to build this release.

The source archive is accompanied by SHA1 and MD5 checksums and a PGP
signature that you can use to verify the authenticity of your download.
The public key used for the PGP signature can be found at
http://www.apache.org/dist/jackrabbit/KEYS.

About Apache Jackrabbit Oak
---

Jackrabbit Oak is a scalable, high-performance hierarchical content
repository designed for use as the foundation of modern world-class
web sites and other demanding content applications.

The Oak effort is a part of the Apache Jackrabbit project.
Apache Jackrabbit is a project of the Apache Software Foundation.

For more information, visit http://jackrabbit.apache.org/oak

About The Apache Software Foundation


Established in 1999, The Apache Software Foundation provides organizational,
legal, and financial support for more than 140 freely-available,
collaboratively-developed Open Source projects. The pragmatic Apache License
enables individual and commercial users to easily deploy Apache software;
the Foundation's intellectual property framework limits the legal exposure
of its 3,800+ contributors.

For more information, visit http://www.apache.org/

Trademarks
--

Apache Jackrabbit, Jackrabbit, Apache, the Apache feather logo, and the
Apache
Jackrabbit project logo are trademarks of The Apache Software Foundation.