Re: [ANNOUNCE] MyFaces Core v1.2.8 Release

2009-11-25 Thread Kevan Miller

On Nov 24, 2009, at 10:21 PM, Ivan wrote:

> How about updating myfaces version to 1.2.8 for Geronimo 2.2 ?

Personally, I'd leave 2.2 as is... It's time to release 2.2. Better to avoid 
introducing new problems... Target the upgrade to 2.2.1.

Would go ahead and upgrade to latest MyFaces in branches/2.1. 

--kevan 

Re: [ANNOUNCE] MyFaces Core v1.2.8 Release

2009-11-24 Thread Jack Cai
Sure. And we might also want to upgrade Derby, per
https://issues.apache.org/jira/browse/GERONIMO-4694

-Jack

On Wed, Nov 25, 2009 at 11:21 AM, Ivan  wrote:

> How about updating myfaces version to 1.2.8 for Geronimo 2.2 ?
>
> -- Forwarded message --
> From: Leonardo Uribe 
> Date: 2009/11/25
> Subject: [ANNOUNCE] MyFaces Core v1.2.8 Release
> To: annou...@myfaces.apache.org, annou...@apache.org
> Cc: d...@myfaces.apache.org, us...@myfaces.apache.org
>
>
> The Apache MyFaces team is pleased to announce the release of MyFaces Core
> 1.2.8.
>
> MyFaces Core is a JavaServer(tm) Faces 1.2 implementation as specified by
> JSR-252.  MyFaces Core has passed Sun's JSR-252 TCK and is 100% compliant
> with the JSR-252 specification.
>
> MyFaces Core 1.2.8 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 1.2.8
>
> Bug
>
>   * [MYFACES-1896] - FacesConfigurator version check incorrect
>   * [MYFACES-1955] - MyFaces 1.2.4 and WebLogic 10.3- strict servlet API:
> cannot call getWriter() after getOutputStream()
>   * [MYFACES-2216] - MyFaces suppresses runtime exceptions thrown in
> ActionListeners
>   * [MYFACES-2256] - oamSetHiddenInput should not ignore nodeName=='input'
> (lower case characters)
>   * [MYFACES-2289] - Build failure due to missing symbol
> FacesContext.setCurrentPhaseId()
>   * [MYFACES-2338] - MyFaces 1.2 has dependency to JDK 1.6
>   * [MYFACES-2339] - RenderKitUtils should give better error if someone
> uses an incorrect default-render-kit-id
>   * [MYFACES-2343] - ConverterImplTag always wrap with DelegateConverter
>   * [MYFACES-2370] - 'invokeOnComponent' method in UIData does not properly
> process  header/footer facets
>   * [MYFACES-2371] - NullPointerException on
> UIComponentClassicTagBase.getViewComponentIds() fixed on branch 2.0.x but
> not on branch 1.2.x
>   * [MYFACES-2380] - DefaultRestoreViewSupport.calculateViewId does not
> calculate viewId properly on portlet case
>   * [MYFACES-2382] - Duplicate id exception when weblogic portal and jsf
> native portlet (faces-adapter.jar) is used
>   * [MYFACES-2383] - If jsf 1.2 methods of ExternalContext are called with
> a jsf 1.1 impl, by default it should call default ones
>   * [MYFACES-2388] - Link to download FILE on a Dialog fails of FF
>
> Improvement
>
>   * [MYFACES-2154] - mobile internet explorer version 6.12 issue
>   * [MYFACES-2335] - Improve the plugin mechanism
>   * [MYFACES-2373] - Add a way to document event capabilities for
> components using myfaces builder plugin
>   * [MYFACES-2377] - Include global config parameters javadoc on
> myfaces-metadata using some myfaces builder plugin annotation
>   * [MYFACES-2400] - Allow choose directories when building
> myfaces-metadata.xml with myfaces-builder-plugin
>
> regards
>
> Leonardo Uribe
>
>
>
> --
> Ivan
>


Fwd: [ANNOUNCE] MyFaces Core v1.2.8 Release

2009-11-24 Thread Ivan
How about updating myfaces version to 1.2.8 for Geronimo 2.2 ?

-- Forwarded message --
From: Leonardo Uribe 
Date: 2009/11/25
Subject: [ANNOUNCE] MyFaces Core v1.2.8 Release
To: annou...@myfaces.apache.org, annou...@apache.org
Cc: d...@myfaces.apache.org, us...@myfaces.apache.org


The Apache MyFaces team is pleased to announce the release of MyFaces Core
1.2.8.

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

MyFaces Core 1.2.8 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 1.2.8

Bug

  * [MYFACES-1896] - FacesConfigurator version check incorrect
  * [MYFACES-1955] - MyFaces 1.2.4 and WebLogic 10.3- strict servlet API:
cannot call getWriter() after getOutputStream()
  * [MYFACES-2216] - MyFaces suppresses runtime exceptions thrown in
ActionListeners
  * [MYFACES-2256] - oamSetHiddenInput should not ignore nodeName=='input'
(lower case characters)
  * [MYFACES-2289] - Build failure due to missing symbol
FacesContext.setCurrentPhaseId()
  * [MYFACES-2338] - MyFaces 1.2 has dependency to JDK 1.6
  * [MYFACES-2339] - RenderKitUtils should give better error if someone uses
an incorrect default-render-kit-id
  * [MYFACES-2343] - ConverterImplTag always wrap with DelegateConverter
  * [MYFACES-2370] - 'invokeOnComponent' method in UIData does not properly
process  header/footer facets
  * [MYFACES-2371] - NullPointerException on
UIComponentClassicTagBase.getViewComponentIds() fixed on branch 2.0.x but
not on branch 1.2.x
  * [MYFACES-2380] - DefaultRestoreViewSupport.calculateViewId does not
calculate viewId properly on portlet case
  * [MYFACES-2382] - Duplicate id exception when weblogic portal and jsf
native portlet (faces-adapter.jar) is used
  * [MYFACES-2383] - If jsf 1.2 methods of ExternalContext are called with a
jsf 1.1 impl, by default it should call default ones
  * [MYFACES-2388] - Link to download FILE on a Dialog fails of FF

Improvement

  * [MYFACES-2154] - mobile internet explorer version 6.12 issue
  * [MYFACES-2335] - Improve the plugin mechanism
  * [MYFACES-2373] - Add a way to document event capabilities for components
using myfaces builder plugin
  * [MYFACES-2377] - Include global config parameters javadoc on
myfaces-metadata using some myfaces builder plugin annotation
  * [MYFACES-2400] - Allow choose directories when building
myfaces-metadata.xml with myfaces-builder-plugin

regards

Leonardo Uribe



-- 
Ivan