You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by Leonardo Uribe <lu...@apache.org> on 2010/02/19 22:36:30 UTC

[ANNOUNCE] MyFaces Core v2.0.0-beta-2 Release

The Apache MyFaces team is pleased to announce the release of MyFaces 
Core 2.0.0-beta-2.

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

MyFaces Core 2.0.0-beta-2 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.0-beta-2

Bug

    * [MYFACES-2480] - @ResourceDependencies does not work on custom 
behaviors
    * [MYFACES-2500] - ResponseWriter clone should not include itself
    * [MYFACES-2507] - onClick on commandLink does not trigger loading 
of required jsf.js
    * [MYFACES-2516] - Allow any child for f:event in the case of a 
PreRenderViewEvent
    * [MYFACES-2517] - Problem with flash and GET
    * [MYFACES-2520] - UnsupportedOperationException when launching 
Trinidad 2 w/ MyFaces2 in Jetty
    * [MYFACES-2522] - f:event wrong attribute name
    * [MYFACES-2525] - Split javax.faces package in OSGi
    * [MYFACES-2526] - javax.faces.view.facelets.ResourceResolver support
    * [MYFACES-2527] - Support for decorator design pattern: RenderKit(s)
    * [MYFACES-2530] - ActionSourceRule does not deal with jsf 1.1 
ActionSouce instances
    * [MYFACES-2532] - getClientId() should not be called from listener 
registering tree changes on DefaultFaceletsStateManagementStrategy and 
PostAddToViewEvent
    * [MYFACES-2533] - FaceletViewDeclarationLanguage call 
StateManager.saveView() before write document
    * [MYFACES-2534] - ComponentSupport.addFacet adds a panel when there 
is only one component as a child
    * [MYFACES-2535] - view-param on navigation case redirects not being 
handled properly
    * [MYFACES-2537] - FacesConfigurator.sortRelativeOrderingList() 
algorithm is broken trying to resolve some examples
    * [MYFACES-2540] - Facelets server state saving does not work
    * [MYFACES-2541] - Support for actionlistener method without 
ActionEvent parameter
    * [MYFACES-2544] - UIViewRoot skips uncorrectly encodeBegin
    * [MYFACES-2547] - FacesConfigurator absolute ordering does not 
handle files with no name correctly
    * [MYFACES-2551] - Set charset=iso-8859-1 using <f:view> in facelets 
page makes current page not being rendered
    * [MYFACES-2553] - Handle MethodExpressions on <composite:attribute> 
correctly
    * [MYFACES-2556] - FaceletViewDeclarationLanguage should use 
javax.faces.event.ActionEvent instead of java.awt.event.ActionEvent
    * [MYFACES-2557] - AbortProcessingExceptions must be handled by the 
ExceptionHandler
    * [MYFACES-2558] - composite:attributes action, actionListener, 
validator and valueChangeListener don't need the attribute method-signature

Improvement

    * [MYFACES-2510] - Remove RendererUtils.NOTHING
    * [MYFACES-2545] - ProjectStage can be set via System Property and 
ProjectStage!=Production should create a log entry
    * [MYFACES-2548] - META-INF resource lookup in OSGi environment
    * [MYFACES-2549] - Support for valueChangeListener method without 
ValueChangeEvent parameter

New Feature

    * [MYFACES-2531] - Support for name/library attributes with 
h:commandButton
    * [MYFACES-2542] - Don't throw exception if no SelectItems found

Task

    * [MYFACES-2483] - Find a way to allow c:if work with partial state 
saving enabled
    * [MYFACES-2502] - Component state is lost for composite component 
childs of facets relocated by composite:insertChildren or 
composite:insertFacet
    * [MYFACES-2503] - f:event should support no arg method on listener 
attribute
    * [MYFACES-2511] - Handle 
javax.faces.validator.DISABLE_DEFAULT_BEAN_VALIDATOR correctly
    * [MYFACES-2512] - Ensure invocation of nextHandler.apply() in 
ValidatorTagHandlerDelegate when in wrapping-mode
    * [MYFACES-2514] - An empty <default-validators> in faces-config 
should disable default validators
    * [MYFACES-2518] - BeanValidator should not be installed if bean 
validation is not available
    * [MYFACES-2519] - f:event could be registered twice if it is child 
of UIViewRoot
    * [MYFACES-2524] - Change ExternalSpecifications to enable using it 
in automated tests
    * [MYFACES-2538] - Remove resourceVersion and libraryVersion from 
resource identifiers

regards,

Leonardo Uribe

AW: Fwd: [ANNOUNCE] MyFaces Core v2.0.0-beta-2 Release

Posted by Mark Struberg <st...@yahoo.de>.
txs Matze!

https://issues.apache.org/jira/browse/OWB-293

LieGrue,
strub

--- Matthias Wessendorf <ma...@apache.org> schrieb am Fr, 19.2.2010:

> Von: Matthias Wessendorf <ma...@apache.org>
> Betreff: Fwd: [ANNOUNCE] MyFaces Core v2.0.0-beta-2 Release
> An: dev@openwebbeans.apache.org
> Datum: Freitag, 19. Februar, 2010 23:09 Uhr
> FYI
> 
> 
> ---------- Forwarded message ----------
> From: Leonardo Uribe <lu...@apache.org>
> Date: Fri, Feb 19, 2010 at 10:36 PM
> Subject: [ANNOUNCE] MyFaces Core v2.0.0-beta-2 Release
> To: announce@apache.org,
> announce@myfaces.apache.org
> Cc: dev@myfaces.apache.org,
> users@myfaces.apache.org
> 
> 
> The Apache MyFaces team is pleased to announce the release
> of MyFaces
> Core 2.0.0-beta-2.
> 
> MyFaces Core is a JavaServer(tm) Faces 2.0 implementation
> as specified
> by JSR-314.
> 
> MyFaces Core 2.0.0-beta-2 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.0-beta-2
> 
> Bug
> 
>   * [MYFACES-2480] - @ResourceDependencies does not work
> on custom behaviors
>   * [MYFACES-2500] - ResponseWriter clone should not
> include itself
>   * [MYFACES-2507] - onClick on commandLink does not
> trigger loading
> of required jsf.js
>   * [MYFACES-2516] - Allow any child for f:event in the
> case of a
> PreRenderViewEvent
>   * [MYFACES-2517] - Problem with flash and GET
>   * [MYFACES-2520] - UnsupportedOperationException when
> launching
> Trinidad 2 w/ MyFaces2 in Jetty
>   * [MYFACES-2522] - f:event wrong attribute name
>   * [MYFACES-2525] - Split javax.faces package in OSGi
>   * [MYFACES-2526] -
> javax.faces.view.facelets.ResourceResolver support
>   * [MYFACES-2527] - Support for decorator design pattern:
> RenderKit(s)
>   * [MYFACES-2530] - ActionSourceRule does not deal with
> jsf 1.1
> ActionSouce instances
>   * [MYFACES-2532] - getClientId() should not be called
> from listener
> registering tree changes on
> DefaultFaceletsStateManagementStrategy and
> PostAddToViewEvent
>   * [MYFACES-2533] - FaceletViewDeclarationLanguage call
> StateManager.saveView() before write document
>   * [MYFACES-2534] - ComponentSupport.addFacet adds a
> panel when there
> is only one component as a child
>   * [MYFACES-2535] - view-param on navigation case
> redirects not being
> handled properly
>   * [MYFACES-2537] -
> FacesConfigurator.sortRelativeOrderingList()
> algorithm is broken trying to resolve some examples
>   * [MYFACES-2540] - Facelets server state saving does not
> work
>   * [MYFACES-2541] - Support for actionlistener method
> without
> ActionEvent parameter
>   * [MYFACES-2544] - UIViewRoot skips uncorrectly
> encodeBegin
>   * [MYFACES-2547] - FacesConfigurator absolute ordering
> does not
> handle files with no name correctly
>   * [MYFACES-2551] - Set charset=iso-8859-1 using
> <f:view> in facelets
> page makes current page not being rendered
>   * [MYFACES-2553] - Handle MethodExpressions on
> <composite:attribute> correctly
>   * [MYFACES-2556] - FaceletViewDeclarationLanguage should
> use
> javax.faces.event.ActionEvent instead of
> java.awt.event.ActionEvent
>   * [MYFACES-2557] - AbortProcessingExceptions must be
> handled by the
> ExceptionHandler
>   * [MYFACES-2558] - composite:attributes action,
> actionListener,
> validator and valueChangeListener don't need the attribute
> method-signature
> 
> Improvement
> 
>   * [MYFACES-2510] - Remove RendererUtils.NOTHING
>   * [MYFACES-2545] - ProjectStage can be set via System
> Property and
> ProjectStage!=Production should create a log entry
>   * [MYFACES-2548] - META-INF resource lookup in OSGi
> environment
>   * [MYFACES-2549] - Support for valueChangeListener
> method without
> ValueChangeEvent parameter
> 
> New Feature
> 
>   * [MYFACES-2531] - Support for name/library attributes
> with h:commandButton
>   * [MYFACES-2542] - Don't throw exception if no
> SelectItems found
> 
> Task
> 
>   * [MYFACES-2483] - Find a way to allow c:if work with
> partial state
> saving enabled
>   * [MYFACES-2502] - Component state is lost for composite
> component
> childs of facets relocated by composite:insertChildren or
> composite:insertFacet
>   * [MYFACES-2503] - f:event should support no arg method
> on listener attribute
>   * [MYFACES-2511] - Handle
> javax.faces.validator.DISABLE_DEFAULT_BEAN_VALIDATOR
> correctly
>   * [MYFACES-2512] - Ensure invocation of
> nextHandler.apply() in
> ValidatorTagHandlerDelegate when in wrapping-mode
>   * [MYFACES-2514] - An empty <default-validators>
> in faces-config
> should disable default validators
>   * [MYFACES-2518] - BeanValidator should not be installed
> if bean
> validation is not available
>   * [MYFACES-2519] - f:event could be registered twice if
> it is child
> of UIViewRoot
>   * [MYFACES-2524] - Change ExternalSpecifications to
> enable using it
> in automated tests
>   * [MYFACES-2538] - Remove resourceVersion and
> libraryVersion from
> resource identifiers
> 
> regards,
> 
> Leonardo Uribe
> 
> 
> 
> -- 
> Matthias Wessendorf
> 
> blog: http://matthiaswessendorf.wordpress.com/
> sessions: http://www.slideshare.net/mwessendorf
> twitter: http://twitter.com/mwessendorf
> 

__________________________________________________
Do You Yahoo!?
Sie sind Spam leid? Yahoo! Mail verfügt über einen herausragenden Schutz gegen Massenmails. 
http://mail.yahoo.com 

Fwd: [ANNOUNCE] MyFaces Core v2.0.0-beta-2 Release

Posted by Matthias Wessendorf <ma...@apache.org>.
FYI


---------- Forwarded message ----------
From: Leonardo Uribe <lu...@apache.org>
Date: Fri, Feb 19, 2010 at 10:36 PM
Subject: [ANNOUNCE] MyFaces Core v2.0.0-beta-2 Release
To: announce@apache.org, announce@myfaces.apache.org
Cc: dev@myfaces.apache.org, users@myfaces.apache.org


The Apache MyFaces team is pleased to announce the release of MyFaces
Core 2.0.0-beta-2.

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

MyFaces Core 2.0.0-beta-2 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.0-beta-2

Bug

  * [MYFACES-2480] - @ResourceDependencies does not work on custom behaviors
  * [MYFACES-2500] - ResponseWriter clone should not include itself
  * [MYFACES-2507] - onClick on commandLink does not trigger loading
of required jsf.js
  * [MYFACES-2516] - Allow any child for f:event in the case of a
PreRenderViewEvent
  * [MYFACES-2517] - Problem with flash and GET
  * [MYFACES-2520] - UnsupportedOperationException when launching
Trinidad 2 w/ MyFaces2 in Jetty
  * [MYFACES-2522] - f:event wrong attribute name
  * [MYFACES-2525] - Split javax.faces package in OSGi
  * [MYFACES-2526] - javax.faces.view.facelets.ResourceResolver support
  * [MYFACES-2527] - Support for decorator design pattern: RenderKit(s)
  * [MYFACES-2530] - ActionSourceRule does not deal with jsf 1.1
ActionSouce instances
  * [MYFACES-2532] - getClientId() should not be called from listener
registering tree changes on DefaultFaceletsStateManagementStrategy and
PostAddToViewEvent
  * [MYFACES-2533] - FaceletViewDeclarationLanguage call
StateManager.saveView() before write document
  * [MYFACES-2534] - ComponentSupport.addFacet adds a panel when there
is only one component as a child
  * [MYFACES-2535] - view-param on navigation case redirects not being
handled properly
  * [MYFACES-2537] - FacesConfigurator.sortRelativeOrderingList()
algorithm is broken trying to resolve some examples
  * [MYFACES-2540] - Facelets server state saving does not work
  * [MYFACES-2541] - Support for actionlistener method without
ActionEvent parameter
  * [MYFACES-2544] - UIViewRoot skips uncorrectly encodeBegin
  * [MYFACES-2547] - FacesConfigurator absolute ordering does not
handle files with no name correctly
  * [MYFACES-2551] - Set charset=iso-8859-1 using <f:view> in facelets
page makes current page not being rendered
  * [MYFACES-2553] - Handle MethodExpressions on <composite:attribute> correctly
  * [MYFACES-2556] - FaceletViewDeclarationLanguage should use
javax.faces.event.ActionEvent instead of java.awt.event.ActionEvent
  * [MYFACES-2557] - AbortProcessingExceptions must be handled by the
ExceptionHandler
  * [MYFACES-2558] - composite:attributes action, actionListener,
validator and valueChangeListener don't need the attribute
method-signature

Improvement

  * [MYFACES-2510] - Remove RendererUtils.NOTHING
  * [MYFACES-2545] - ProjectStage can be set via System Property and
ProjectStage!=Production should create a log entry
  * [MYFACES-2548] - META-INF resource lookup in OSGi environment
  * [MYFACES-2549] - Support for valueChangeListener method without
ValueChangeEvent parameter

New Feature

  * [MYFACES-2531] - Support for name/library attributes with h:commandButton
  * [MYFACES-2542] - Don't throw exception if no SelectItems found

Task

  * [MYFACES-2483] - Find a way to allow c:if work with partial state
saving enabled
  * [MYFACES-2502] - Component state is lost for composite component
childs of facets relocated by composite:insertChildren or
composite:insertFacet
  * [MYFACES-2503] - f:event should support no arg method on listener attribute
  * [MYFACES-2511] - Handle
javax.faces.validator.DISABLE_DEFAULT_BEAN_VALIDATOR correctly
  * [MYFACES-2512] - Ensure invocation of nextHandler.apply() in
ValidatorTagHandlerDelegate when in wrapping-mode
  * [MYFACES-2514] - An empty <default-validators> in faces-config
should disable default validators
  * [MYFACES-2518] - BeanValidator should not be installed if bean
validation is not available
  * [MYFACES-2519] - f:event could be registered twice if it is child
of UIViewRoot
  * [MYFACES-2524] - Change ExternalSpecifications to enable using it
in automated tests
  * [MYFACES-2538] - Remove resourceVersion and libraryVersion from
resource identifiers

regards,

Leonardo Uribe



-- 
Matthias Wessendorf

blog: http://matthiaswessendorf.wordpress.com/
sessions: http://www.slideshare.net/mwessendorf
twitter: http://twitter.com/mwessendorf