<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.comp.apache.jcp-open">
    <title>gmane.comp.apache.jcp-open</title>
    <link>http://blog.gmane.org/gmane.comp.apache.jcp-open</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.apache.jcp-open/1756"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.apache.jcp-open/1751"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.apache.jcp-open/1750"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.apache.jcp-open/1749"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.apache.jcp-open/1748"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.apache.jcp-open/1744"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.apache.jcp-open/1743"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.apache.jcp-open/1742"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.apache.jcp-open/1741"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.apache.jcp-open/1740"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.apache.jcp-open/1739"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.apache.jcp-open/1738"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.apache.jcp-open/1737"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.apache.jcp-open/1736"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.apache.jcp-open/1735"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.apache.jcp-open/1734"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.apache.jcp-open/1733"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.apache.jcp-open/1732"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.apache.jcp-open/1731"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.apache.jcp-open/1730"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.comp.apache.jcp-open/1756">
    <title>new jsf and java ee tcks?</title>
    <link>http://comments.gmane.org/gmane.comp.apache.jcp-open/1756</link>
    <description>&lt;pre&gt;Geronimo is looking for some updated TCKs. Could someone check on the following?

I've been told there is a new JSF standalone TCK (jsftck-2.0_22-Mar-2012.zip).

Also, could someone check for an updated Java EE TCK. We currently have javaeetck-6.0_24-Jan-2012.zip

Thanks.

--kevan


&lt;/pre&gt;</description>
    <dc:creator>Kevan Miller</dc:creator>
    <dc:date>2012-05-20T16:09:18</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.apache.jcp-open/1751">
    <title>[ANNOUNCE] MyFaces Core v2.1.7 Release</title>
    <link>http://comments.gmane.org/gmane.comp.apache.jcp-open/1751</link>
    <description>&lt;pre&gt;The Apache MyFaces team is pleased to announce the release of MyFaces
Core 2.1.7.

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.7 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.7

Sub-task

    [MYFACES-3199] - Handling AbortProcessingException is unconsistent
    [MYFACES-3467] - [PERF] Use index-based loop where possible - part II

Bug

    [MYFACES-3415] - [ui:repeat] field value disappears if validation
error exists on current site
    [MYFACES-3419] - AjaxBehavior.isImmediateSet(): information allows
an associated client behavior renderer to fall back on the parent
component's immediate status
    [MYFACES-3434] - UIInput.resetValue() throws NPE when no
FacesContext available
    [MYFACES-3472] - NavigationHandler throws a NPE if current viewId is null
    [MYFACES-3474] - [perf] LifecycleProviderFactory does not cache
created Factory
    [MYFACES-3476] - New CDATA fast filter throws Exception
    [MYFACES-3489] - ExternalContextUtils doesn't check
PORTLET_20_SUPPORTED correctly
    [MYFACES-3490] - &amp;lt;h:commandButton&amp;gt; doesn't render styleClass with
JavaScript disabled in web.xml
    [MYFACES-3491] - Unable to use direct char[] access of
java.lang.String error on appengine
    [MYFACES-3502] - components inside f:metadata are recreated when
the whole view is processed
    [MYFACES-3508] - ClassCastException during RestoreView with
MyFaces 2.1.7-SNAPSHOT
    [MYFACES-3510] - Application components classloader memory leak
    [MYFACES-3513] - Invalid chaining of client behavior scripts when
using both, explicitly provided event and default event
    [MYFACES-3514] - cc:insertChildren must relocate user tag handlers
other tags that contains markup too
    [MYFACES-3515] - Duplicate id using a facet and multiple &amp;lt;c:if&amp;gt;
blocks in a composite component
    [MYFACES-3516] - firefox 3.5+ has double eval with the integrated
javascripts
    [MYFACES-3518] - Datatable (h:dataTable) is not populated with
data despite getAll() method returns ResultSet with table rows ( Using
Tomcat 7 + MySQL 5.5 + mysql-connector-java-5.1.18 )
    [MYFACES-3519] - Could not load Javascript-Sources in 'Package'
org.apache.myfaces.core.impl.xhrCore.engine
    [MYFACES-3521] - javax.faces.ViewState is not updated after ajaxResponse
    [MYFACES-3522] - collectionType attribute of selectManyCheckbox
not processed correctly
    [MYFACES-3523] - javascript error in domquirks.js

Improvement

    [MYFACES-3136] - [perf] review UIComponentBase.getRendererType
    [MYFACES-3144] - [PERF] Cache renderer in UIComponentBase
    [MYFACES-3150] - [perf] buildView: review usage of "facelets.FACET_NAME"
    [MYFACES-3448] - UISelectOne.validateValue(...) optimised &amp;amp; refactored
    [MYFACES-3458] - [perf] Store URL at class ResourceImpl
    [MYFACES-3461] - HtmlRendererUtils.renderSelectOptions() performs
many unnecessary calls to View Bean
    [MYFACES-3462] - REGRESSION - Detect when to wpdate head or body
target when content has been updated dynamically
    [MYFACES-3463] - Refactor UIRepeat code to implement PSS algorithm
like UIData and fix state behavior
    [MYFACES-3473] - [perf] Avoid unnecessary _ComponentChildrenList
instances - improve HtmlRenderer.getChildren
    [MYFACES-3475] - [perf] Improve performance of
HtmlResponseWriterImpl constructor
    [MYFACES-3478] - [perf] Replace HashSet with EnumSet for VisitHints
    [MYFACES-3479] - [perf] Remove END_LINK_OUTCOME_AS_SPAN from
HtmlLinkRendererBase
    [MYFACES-3480] - [perf] Use lazy init for HashMap/HastSet where possible
    [MYFACES-3481] - [perf] f:validateBean re-creates facelets
handlers (MetaRulesetImpl,DelegatingMetaTagHandler ...) for children
every time
    [MYFACES-3484] - [perf] Use solr ConcurrentLRUCache instead
Collections.synchronizedMap
    [MYFACES-3485] - [perf] Use facesContext attribute map instead request map
    [MYFACES-3486] - [perf] cache Factories to prevent unnecessary
FactoryFinder.getFactory() calls
    [MYFACES-3487] - [perf] cache unique ids generated by facelets
    [MYFACES-3488] - [perf] store facelets MARK_CREATED and
rendererType at UIComponentBase level
    [MYFACES-3492] - [perf] minimize FacesContext.getCurrentInstance() calls
    [MYFACES-3494] - [perf] improvements on
DefaultFaceletsStateManagementStrategy
    [MYFACES-3495] - [perf] do not store default validationGroups for
bean validation
    [MYFACES-3498] - create shared-public module
    [MYFACES-3499] - create parent module to allow release shared
submodules independently
    [MYFACES-3500] - [perf] cache ResourceHandler instance used by
facelets compiler TagLibrary
    [MYFACES-3512] - Add ServiceLoader code to our Chainloading init code

New Feature

    [MYFACES-3078] - performance: allow to disable JSP support
    [MYFACES-3468] - [PERF] Avoid unnecessary _ComponentFacetMap instances
    [MYFACES-3482] - jsf.js: jsr-344 getWindowId preparations, minor
code cleanup

regards,

Leonardo Uribe

&lt;/pre&gt;</description>
    <dc:creator>Leonardo Uribe</dc:creator>
    <dc:date>2012-04-11T18:03:51</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.apache.jcp-open/1750">
    <title>[ANNOUNCE] MyFaces Core v2.0.13 Release</title>
    <link>http://comments.gmane.org/gmane.comp.apache.jcp-open/1750</link>
    <description>&lt;pre&gt;The Apache MyFaces team is pleased to announce the release of MyFaces
Core 2.0.13.

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.13 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.13

Sub-task

    [MYFACES-3199] - Handling AbortProcessingException is unconsistent
    [MYFACES-3467] - [PERF] Use index-based loop where possible - part II

Bug

    [MYFACES-3415] - [ui:repeat] field value disappears if validation
error exists on current site
    [MYFACES-3419] - AjaxBehavior.isImmediateSet(): information allows
an associated client behavior renderer to fall back on the parent
component's immediate status
    [MYFACES-3434] - UIInput.resetValue() throws NPE when no
FacesContext available
    [MYFACES-3472] - NavigationHandler throws a NPE if current viewId is null
    [MYFACES-3474] - [perf] LifecycleProviderFactory does not cache
created Factory
    [MYFACES-3476] - New CDATA fast filter throws Exception
    [MYFACES-3489] - ExternalContextUtils doesn't check
PORTLET_20_SUPPORTED correctly
    [MYFACES-3490] - &amp;lt;h:commandButton&amp;gt; doesn't render styleClass with
JavaScript disabled in web.xml
    [MYFACES-3491] - Unable to use direct char[] access of
java.lang.String error on appengine
    [MYFACES-3502] - components inside f:metadata are recreated when
the whole view is processed
    [MYFACES-3508] - ClassCastException during RestoreView with
MyFaces 2.1.7-SNAPSHOT
    [MYFACES-3510] - Application components classloader memory leak
    [MYFACES-3513] - Invalid chaining of client behavior scripts when
using both, explicitly provided event and default event
    [MYFACES-3514] - cc:insertChildren must relocate user tag handlers
other tags that contains markup too
    [MYFACES-3515] - Duplicate id using a facet and multiple &amp;lt;c:if&amp;gt;
blocks in a composite component
    [MYFACES-3516] - firefox 3.5+ has double eval with the integrated
javascripts
    [MYFACES-3518] - Datatable (h:dataTable) is not populated with
data despite getAll() method returns ResultSet with table rows ( Using
Tomcat 7 + MySQL 5.5 + mysql-connector-java-5.1.18 )
    [MYFACES-3519] - Could not load Javascript-Sources in 'Package'
org.apache.myfaces.core.impl.xhrCore.engine
    [MYFACES-3522] - collectionType attribute of selectManyCheckbox
not processed correctly
    [MYFACES-3523] - javascript error in domquirks.js

Improvement

    [MYFACES-3136] - [perf] review UIComponentBase.getRendererType
    [MYFACES-3144] - [PERF] Cache renderer in UIComponentBase
    [MYFACES-3150] - [perf] buildView: review usage of "facelets.FACET_NAME"
    [MYFACES-3448] - UISelectOne.validateValue(...) optimised &amp;amp; refactored
    [MYFACES-3458] - [perf] Store URL at class ResourceImpl
    [MYFACES-3461] - HtmlRendererUtils.renderSelectOptions() performs
many unnecessary calls to View Bean
    [MYFACES-3462] - REGRESSION - Detect when to wpdate head or body
target when content has been updated dynamically
    [MYFACES-3463] - Refactor UIRepeat code to implement PSS algorithm
like UIData and fix state behavior
    [MYFACES-3473] - [perf] Avoid unnecessary _ComponentChildrenList
instances - improve HtmlRenderer.getChildren
    [MYFACES-3475] - [perf] Improve performance of
HtmlResponseWriterImpl constructor
    [MYFACES-3478] - [perf] Replace HashSet with EnumSet for VisitHints
    [MYFACES-3479] - [perf] Remove END_LINK_OUTCOME_AS_SPAN from
HtmlLinkRendererBase
    [MYFACES-3480] - [perf] Use lazy init for HashMap/HastSet where possible
    [MYFACES-3481] - [perf] f:validateBean re-creates facelets
handlers (MetaRulesetImpl,DelegatingMetaTagHandler ...) for children
every time
    [MYFACES-3484] - [perf] Use solr ConcurrentLRUCache instead
Collections.synchronizedMap
    [MYFACES-3485] - [perf] Use facesContext attribute map instead request map
    [MYFACES-3486] - [perf] cache Factories to prevent unnecessary
FactoryFinder.getFactory() calls
    [MYFACES-3487] - [perf] cache unique ids generated by facelets
    [MYFACES-3488] - [perf] store facelets MARK_CREATED and
rendererType at UIComponentBase level
    [MYFACES-3492] - [perf] minimize FacesContext.getCurrentInstance() calls
    [MYFACES-3494] - [perf] improvements on
DefaultFaceletsStateManagementStrategy
    [MYFACES-3495] - [perf] do not store default validationGroups for
bean validation
    [MYFACES-3498] - create shared-public module
    [MYFACES-3499] - create parent module to allow release shared
submodules independently
    [MYFACES-3500] - [perf] cache ResourceHandler instance used by
facelets compiler TagLibrary
    [MYFACES-3512] - Add ServiceLoader code to our Chainloading init code

New Feature

    [MYFACES-3078] - performance: allow to disable JSP support
    [MYFACES-3468] - [PERF] Avoid unnecessary _ComponentFacetMap instances
    [MYFACES-3482] - jsf.js: jsr-344 getWindowId preparations, minor
code cleanup

regards,

Leonardo Uribe

&lt;/pre&gt;</description>
    <dc:creator>Leonardo Uribe</dc:creator>
    <dc:date>2012-04-11T18:02:10</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.apache.jcp-open/1749">
    <title>[ANNOUNCE] MyFaces Core v1.2.12 Release</title>
    <link>http://comments.gmane.org/gmane.comp.apache.jcp-open/1749</link>
    <description>&lt;pre&gt;The Apache MyFaces team is pleased to announce the release of MyFaces
Core 1.2.12.

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.12 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.12

Bug

    [MYFACES-3429] - ArrayIndexOutOfBoundsException in
CompositeELResolver under load
    [MYFACES-3474] - [perf] LifecycleProviderFactory does not cache
created Factory
    [MYFACES-3518] - Datatable (h:dataTable) is not populated with
data despite getAll() method returns ResultSet with table rows ( Using
Tomcat 7 + MySQL 5.5 + mysql-connector-java-5.1.18 )

regards,

Leonardo Uribe

&lt;/pre&gt;</description>
    <dc:creator>Leonardo Uribe</dc:creator>
    <dc:date>2012-04-11T18:00:26</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.apache.jcp-open/1748">
    <title>[ANNOUNCE] MyFaces Core v1.1.10 Release</title>
    <link>http://comments.gmane.org/gmane.comp.apache.jcp-open/1748</link>
    <description>&lt;pre&gt;The Apache MyFaces team is pleased to announce the release of MyFaces
Core 1.1.10.

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

MyFaces Core 1.1.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 1.1.10

Bug

    [MYFACES-3518] - Datatable (h:dataTable) is not populated with
data despite getAll() method returns ResultSet with table rows ( Using
Tomcat 7 + MySQL 5.5 + mysql-connector-java-5.1.18 )

regards,

Leonardo Uribe

&lt;/pre&gt;</description>
    <dc:creator>Leonardo Uribe</dc:creator>
    <dc:date>2012-04-11T17:58:12</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.apache.jcp-open/1744">
    <title>java ee 6 TCK and RI</title>
    <link>http://comments.gmane.org/gmane.comp.apache.jcp-open/1744</link>
    <description>&lt;pre&gt;The Geronimo community would like to run Java EE 6 TCK tests using Java SE 7. We'll need updated Java EE 6 TCK and RI to do this.

Could someone check for updated versions for us?

We currently have:

CTS -&amp;gt; javaeetck-6.0_02-Aug-2011.zip
RI -&amp;gt; javaee6u2_ri-3.1-b43.zip

Thanks.

--kevan
&lt;/pre&gt;</description>
    <dc:creator>Kevan Miller</dc:creator>
    <dc:date>2012-03-20T17:27:23</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.apache.jcp-open/1743">
    <title>new java ee 6 tck exclude list?</title>
    <link>http://comments.gmane.org/gmane.comp.apache.jcp-open/1743</link>
    <description>&lt;pre&gt;Could someone check for a new tck exclude list (or other tck materials) from Oracle?

Thanks!

--kevan
&lt;/pre&gt;</description>
    <dc:creator>Kevan Miller</dc:creator>
    <dc:date>2012-02-15T16:20:36</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.apache.jcp-open/1742">
    <title>[ANNOUNCE] MyFaces Core v2.0.12 Release</title>
    <link>http://comments.gmane.org/gmane.comp.apache.jcp-open/1742</link>
    <description>&lt;pre&gt;The Apache MyFaces team is pleased to announce the release of MyFaces Core 2.0.12.

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.12 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.12

Sub-task

     [MYFACES-3437] - [PERF] Use index-based loop where possible

Bug

     [MYFACES-3401] - Issue with RichFaces fileUpload component using MyFaces 2.0
     [MYFACES-3414] - MyFaces ResourceImpl$ValueExpressionFilterInputStream does not handle resolving long URLs
     [MYFACES-3416] - Default ValidatorFactory is not stored on application map
     [MYFACES-3429] - ArrayIndexOutOfBoundsException in CompositeELResolver under load
     [MYFACES-3430] - org.apache.myfaces.shared.resource. ResourceImpl: PushbackInputStream delegate is not closed
     [MYFACES-3431] - jsf.js: minor spec implementation bug, success is sent at the wrong location of the code
     [MYFACES-3433] - PhaseListenerManager throws NPE if pre-phase action was unsuccessful
     [MYFACES-3442] - Infinite loop when calling ApplicationImpl._handleListenerForAnnotations under heavy load
     [MYFACES-3444] - js-error: _mfInternal is null
     [MYFACES-3454] - composite component is not rendered anymore with 2.1.6-SNAPSHOT
     [MYFACES-3455] - [myfaces-2.1.6-SNAPSHOT] Using f:ajax within h:commandButton to dynamic switch ui:include works not correct anymore
     [MYFACES-3456] - jsf.jsf: Small refactoring bug in the eval code
     [MYFACES-3457] - Implicit Object Resolver for JSP does not resolve "resource" object

Improvement

     [MYFACES-3266] - [perf] [concurrency] check correct logger creation
     [MYFACES-3420] - jsf.js: Another round of small bugfixes and improvements
     [MYFACES-3423] - [perf] Use ArrayList instead LinkedList in UIComponent.pushComponentToEL / popComponentFromEL
     [MYFACES-3424] - call popComponentFromEL from right instance when broadcast
     [MYFACES-3425] - [perf] enhance code applying best practices
     [MYFACES-3426] - [perf] do not call default VariableResolver / PropertyResolver when no custom instance is set
     [MYFACES-3427] - [perf] Use only one StringBuilder for generate unique facelets identifiers
     [MYFACES-3428] - [perf] optimize UILeaf
     [MYFACES-3432] - [perf] [mem] UIViewRoot.saveState(FacesContext) unnecessary saves empty view scope
     [MYFACES-3438] - jsf.js: error handling output improvement
     [MYFACES-3439] - [perf] ApplicationImpl: use cached info about ResourceDependecies for behaviors, converters and validators
     [MYFACES-3441] - [perf] use shared StringBuilder instance
     [MYFACES-3443] - [perf] cache Method and Field instances when PostConstruct processing is done and default LifecycleProvider is set
     [MYFACES-3445] - [perf] reduce HtmlResponseWriterImpl overhead
     [MYFACES-3446] - [perf] Improve html Renderers
     [MYFACES-3449] - [perf] replace buffer in PartialResponseWriter implementation with a fast filter
     [MYFACES-3450] - [perf] use grails StreamCharBuffer instead FastWriter in HtmlResponseWriterImpl
     [MYFACES-3451] - [core] Improve PSS algorithm when a dynamic view (use of c:if or ui:include src=#{...}) is used
     [MYFACES-3452] - Log managed bean creation in LifecycleProvider instances with finest level

New Feature

     [MYFACES-3418] - [perf] do not check for duplicate ids when saving view on production stage

regards,

Leonardo Uribe


&lt;/pre&gt;</description>
    <dc:creator>Leonardo Uribe</dc:creator>
    <dc:date>2012-02-07T15:08:02</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.apache.jcp-open/1741">
    <title>[ANNOUNCE] MyFaces Core v2.1.6 Release</title>
    <link>http://comments.gmane.org/gmane.comp.apache.jcp-open/1741</link>
    <description>&lt;pre&gt;The Apache MyFaces team is pleased to announce the release of MyFaces Core 2.1.6.

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.6 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.6

Sub-task

     [MYFACES-3437] - [PERF] Use index-based loop where possible

Bug

     [MYFACES-3401] - Issue with RichFaces fileUpload component using MyFaces 2.0
     [MYFACES-3414] - MyFaces ResourceImpl$ValueExpressionFilterInputStream does not handle resolving long URLs
     [MYFACES-3416] - Default ValidatorFactory is not stored on application map
     [MYFACES-3429] - ArrayIndexOutOfBoundsException in CompositeELResolver under load
     [MYFACES-3430] - org.apache.myfaces.shared.resource. ResourceImpl: PushbackInputStream delegate is not closed
     [MYFACES-3431] - jsf.js: minor spec implementation bug, success is sent at the wrong location of the code
     [MYFACES-3433] - PhaseListenerManager throws NPE if pre-phase action was unsuccessful
     [MYFACES-3440] - Contents of CDATA blocks consumed in facelets-processing jspx/xml
     [MYFACES-3442] - Infinite loop when calling ApplicationImpl._handleListenerForAnnotations under heavy load
     [MYFACES-3444] - js-error: _mfInternal is null
     [MYFACES-3454] - composite component is not rendered anymore with 2.1.6-SNAPSHOT
     [MYFACES-3455] - [myfaces-2.1.6-SNAPSHOT] Using f:ajax within h:commandButton to dynamic switch ui:include works not correct anymore
     [MYFACES-3456] - jsf.jsf: Small refactoring bug in the eval code
     [MYFACES-3457] - Implicit Object Resolver for JSP does not resolve "resource" object

Improvement

     [MYFACES-3266] - [perf] [concurrency] check correct logger creation
     [MYFACES-3420] - jsf.js: Another round of small bugfixes and improvements
     [MYFACES-3423] - [perf] Use ArrayList instead LinkedList in UIComponent.pushComponentToEL / popComponentFromEL
     [MYFACES-3424] - call popComponentFromEL from right instance when broadcast
     [MYFACES-3425] - [perf] enhance code applying best practices
     [MYFACES-3426] - [perf] do not call default VariableResolver / PropertyResolver when no custom instance is set
     [MYFACES-3427] - [perf] Use only one StringBuilder for generate unique facelets identifiers
     [MYFACES-3428] - [perf] optimize UILeaf
     [MYFACES-3432] - [perf] [mem] UIViewRoot.saveState(FacesContext) unnecessary saves empty view scope
     [MYFACES-3438] - jsf.js: error handling output improvement
     [MYFACES-3439] - [perf] ApplicationImpl: use cached info about ResourceDependecies for behaviors, converters and validators
     [MYFACES-3441] - [perf] use shared StringBuilder instance
     [MYFACES-3443] - [perf] cache Method and Field instances when PostConstruct processing is done and default LifecycleProvider is set
     [MYFACES-3445] - [perf] reduce HtmlResponseWriterImpl overhead
     [MYFACES-3446] - [perf] Improve html Renderers
     [MYFACES-3449] - [perf] replace buffer in PartialResponseWriter implementation with a fast filter
     [MYFACES-3450] - [perf] use grails StreamCharBuffer instead FastWriter in HtmlResponseWriterImpl
     [MYFACES-3451] - [core] Improve PSS algorithm when a dynamic view (use of c:if or ui:include src=#{...}) is used
     [MYFACES-3452] - Log managed bean creation in LifecycleProvider instances with finest level

New Feature

     [MYFACES-3418] - [perf] do not check for duplicate ids when saving view on production stage

regards,

Leonardo Uribe


&lt;/pre&gt;</description>
    <dc:creator>Leonardo Uribe</dc:creator>
    <dc:date>2012-02-07T15:02:47</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.apache.jcp-open/1740">
    <title>tck: r3643 - in /sun-tcks/jaxws/2.2: jaxwstck-2.2_07-Jan-2012.zip jaxwstck-ReleaseNotes-2.2_07-Jan-2012.html jaxwstck-doc-2.2_07-Jan-2012.zip</title>
    <link>http://comments.gmane.org/gmane.comp.apache.jcp-open/1740</link>
    <description>&lt;pre&gt;Author: dkulp
Date: Wed Jan 25 18:44:40 2012
New Revision: 3643

Log:
Add latest jaxws tck

Added:
    sun-tcks/jaxws/2.2/jaxwstck-2.2_07-Jan-2012.zip   (with props)
    sun-tcks/jaxws/2.2/jaxwstck-ReleaseNotes-2.2_07-Jan-2012.html   (with props)
    sun-tcks/jaxws/2.2/jaxwstck-doc-2.2_07-Jan-2012.zip   (with props)


&lt;/pre&gt;</description>
    <dc:creator>dkulp-1oDqGaOF3Lkdnm+yROfE0A&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2012-01-25T18:44:40</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.apache.jcp-open/1739">
    <title>[Ticket #129610]: ภาพจริง...เห็นจริง ข องชีวิตจริงสุดยอดมาก</title>
    <link>http://comments.gmane.org/gmane.comp.apache.jcp-open/1739</link>
    <description>&lt;pre&gt;สาวิตรี แสนรัง,

Thank you for contacting micfo. This is an automated response confirming the receipt of your ticket. One of our account executives will get back to you shortly. For your convenience, attached below please find the details of your ticket:


Ticket ID: 129610
Subject: ภาพจริง...เห็นจริง ข องชีวิตจริงสุดยอดมาก
Department: Sales Department
Priority: Low
Status: Open

When replying, please make sure that the ticket ID is kept in the subject line to ensure that your replies are tracked appropriately. Meanwhile if you have any questions or need additional information please feel free to reply to this email.
&amp;lt;span style="font-family: Tahoma, Helvetica;"&amp;gt;&amp;lt;span style="font-size: 14px;"&amp;gt;Kind regards,&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;span style="font-family: Tahoma, Helvetica;"&amp;gt;&amp;lt;span style="font-size: 14px;"&amp;gt;The Divine Team&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;br /&amp;gt; &amp;lt;br /&amp;gt;
  &amp;lt;strong style="font-family: Tahoma, Helvetica; font-size: 14px;"&amp;gt;&amp;lt;span style="color: #b31d73;"&amp;gt;micfo&amp;lt;/span&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;span style="color: #666666;"&amp;gt;&amp;lt;strong&amp;gt;divine hosting experience™&amp;lt;br /&amp;gt;
  &amp;lt;/strong&amp;gt;&amp;lt;strong style="font-family: Tahoma, Helvetica; font-size: 14px;"&amp;gt;&amp;lt;span style="color: #999999;"&amp;gt;800-900-7744&amp;lt;/span&amp;gt;&amp;lt;/strong&amp;gt; &amp;lt;/span&amp;gt;&amp;lt;/strong&amp;gt;&amp;lt;/p&amp;gt;

&lt;/pre&gt;</description>
    <dc:creator>micfo.com</dc:creator>
    <dc:date>2011-12-14T17:56:15</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.apache.jcp-open/1738">
    <title>[Ticket #129582]: ภาพจริง...เห็นจริง ข องชีวิตจริงสุดยอดมาก</title>
    <link>http://comments.gmane.org/gmane.comp.apache.jcp-open/1738</link>
    <description>&lt;pre&gt;สาวิตรี แสนรัง,

Thank you for contacting micfo. This is an automated response confirming the receipt of your ticket. One of our account executives will get back to you shortly. For your convenience, attached below please find the details of your ticket:


Ticket ID: 129582
Subject: ภาพจริง...เห็นจริง ข องชีวิตจริงสุดยอดมาก
Department: Sales Department
Priority: Low
Status: Open

When replying, please make sure that the ticket ID is kept in the subject line to ensure that your replies are tracked appropriately. Meanwhile if you have any questions or need additional information please feel free to reply to this email.
&amp;lt;span style="font-family: Tahoma, Helvetica;"&amp;gt;&amp;lt;span style="font-size: 14px;"&amp;gt;Kind regards,&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;span style="font-family: Tahoma, Helvetica;"&amp;gt;&amp;lt;span style="font-size: 14px;"&amp;gt;The Divine Team&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;br /&amp;gt; &amp;lt;br /&amp;gt;
  &amp;lt;strong style="font-family: Tahoma, Helvetica; font-size: 14px;"&amp;gt;&amp;lt;span style="color: #b31d73;"&amp;gt;micfo&amp;lt;/span&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;span style="color: #666666;"&amp;gt;&amp;lt;strong&amp;gt;divine hosting experience™&amp;lt;br /&amp;gt;
  &amp;lt;/strong&amp;gt;&amp;lt;strong style="font-family: Tahoma, Helvetica; font-size: 14px;"&amp;gt;&amp;lt;span style="color: #999999;"&amp;gt;800-900-7744&amp;lt;/span&amp;gt;&amp;lt;/strong&amp;gt; &amp;lt;/span&amp;gt;&amp;lt;/strong&amp;gt;&amp;lt;/p&amp;gt;

&lt;/pre&gt;</description>
    <dc:creator>micfo.com</dc:creator>
    <dc:date>2011-12-14T17:55:54</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.apache.jcp-open/1737">
    <title>[Ticket #129579]: ภาพจริง...เห็นจริง ข องชีวิตจริงสุดยอดมาก</title>
    <link>http://comments.gmane.org/gmane.comp.apache.jcp-open/1737</link>
    <description>&lt;pre&gt;สาวิตรี แสนรัง,

Thank you for contacting micfo. This is an automated response confirming the receipt of your ticket. One of our account executives will get back to you shortly. For your convenience, attached below please find the details of your ticket:


Ticket ID: 129579
Subject: ภาพจริง...เห็นจริง ข องชีวิตจริงสุดยอดมาก
Department: Sales Department
Priority: Low
Status: Open

When replying, please make sure that the ticket ID is kept in the subject line to ensure that your replies are tracked appropriately. Meanwhile if you have any questions or need additional information please feel free to reply to this email.
&amp;lt;span style="font-family: Tahoma, Helvetica;"&amp;gt;&amp;lt;span style="font-size: 14px;"&amp;gt;Kind regards,&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;span style="font-family: Tahoma, Helvetica;"&amp;gt;&amp;lt;span style="font-size: 14px;"&amp;gt;The Divine Team&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;br /&amp;gt; &amp;lt;br /&amp;gt;
  &amp;lt;strong style="font-family: Tahoma, Helvetica; font-size: 14px;"&amp;gt;&amp;lt;span style="color: #b31d73;"&amp;gt;micfo&amp;lt;/span&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;span style="color: #666666;"&amp;gt;&amp;lt;strong&amp;gt;divine hosting experience™&amp;lt;br /&amp;gt;
  &amp;lt;/strong&amp;gt;&amp;lt;strong style="font-family: Tahoma, Helvetica; font-size: 14px;"&amp;gt;&amp;lt;span style="color: #999999;"&amp;gt;800-900-7744&amp;lt;/span&amp;gt;&amp;lt;/strong&amp;gt; &amp;lt;/span&amp;gt;&amp;lt;/strong&amp;gt;&amp;lt;/p&amp;gt;

&lt;/pre&gt;</description>
    <dc:creator>micfo.com</dc:creator>
    <dc:date>2011-12-14T17:55:32</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.apache.jcp-open/1736">
    <title>[Ticket #129577]: ภาพจริง...เห็นจริง ข องชีวิตจริงสุดยอดมาก</title>
    <link>http://comments.gmane.org/gmane.comp.apache.jcp-open/1736</link>
    <description>&lt;pre&gt;สาวิตรี แสนรัง,

Thank you for contacting micfo. This is an automated response confirming the receipt of your ticket. One of our account executives will get back to you shortly. For your convenience, attached below please find the details of your ticket:


Ticket ID: 129577
Subject: ภาพจริง...เห็นจริง ข องชีวิตจริงสุดยอดมาก
Department: Sales Department
Priority: Low
Status: Open

When replying, please make sure that the ticket ID is kept in the subject line to ensure that your replies are tracked appropriately. Meanwhile if you have any questions or need additional information please feel free to reply to this email.
&amp;lt;span style="font-family: Tahoma, Helvetica;"&amp;gt;&amp;lt;span style="font-size: 14px;"&amp;gt;Kind regards,&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;span style="font-family: Tahoma, Helvetica;"&amp;gt;&amp;lt;span style="font-size: 14px;"&amp;gt;The Divine Team&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;br /&amp;gt; &amp;lt;br /&amp;gt;
  &amp;lt;strong style="font-family: Tahoma, Helvetica; font-size: 14px;"&amp;gt;&amp;lt;span style="color: #b31d73;"&amp;gt;micfo&amp;lt;/span&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;span style="color: #666666;"&amp;gt;&amp;lt;strong&amp;gt;divine hosting experience™&amp;lt;br /&amp;gt;
  &amp;lt;/strong&amp;gt;&amp;lt;strong style="font-family: Tahoma, Helvetica; font-size: 14px;"&amp;gt;&amp;lt;span style="color: #999999;"&amp;gt;800-900-7744&amp;lt;/span&amp;gt;&amp;lt;/strong&amp;gt; &amp;lt;/span&amp;gt;&amp;lt;/strong&amp;gt;&amp;lt;/p&amp;gt;

&lt;/pre&gt;</description>
    <dc:creator>micfo.com</dc:creator>
    <dc:date>2011-12-14T17:55:17</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.apache.jcp-open/1735">
    <title>[Ticket #129165]: ด'วนมากๆ</title>
    <link>http://comments.gmane.org/gmane.comp.apache.jcp-open/1735</link>
    <description>&lt;pre&gt;สุดารัตน์ ภูมิกิตติ,

Thank you for contacting micfo. This is an automated response confirming the receipt of your ticket. One of our account executives will get back to you shortly. For your convenience, attached below please find the details of your ticket:


Ticket ID: 129165
Subject: ด'วนมากๆ
Department: Sales Department
Priority: Low
Status: Open

When replying, please make sure that the ticket ID is kept in the subject line to ensure that your replies are tracked appropriately. Meanwhile if you have any questions or need additional information please feel free to reply to this email.
&amp;lt;span style="font-family: Tahoma, Helvetica;"&amp;gt;&amp;lt;span style="font-size: 14px;"&amp;gt;Kind regards,&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;span style="font-family: Tahoma, Helvetica;"&amp;gt;&amp;lt;span style="font-size: 14px;"&amp;gt;The Divine Team&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;br /&amp;gt; &amp;lt;br /&amp;gt;
  &amp;lt;strong style="font-family: Tahoma, Helvetica; font-size: 14px;"&amp;gt;&amp;lt;span style="color: #b31d73;"&amp;gt;micfo&amp;lt;/span&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;span style="color: #666666;"&amp;gt;&amp;lt;strong&amp;gt;divine hosting experience™&amp;lt;br /&amp;gt;
  &amp;lt;/strong&amp;gt;&amp;lt;strong style="font-family: Tahoma, Helvetica; font-size: 14px;"&amp;gt;&amp;lt;span style="color: #999999;"&amp;gt;800-900-7744&amp;lt;/span&amp;gt;&amp;lt;/strong&amp;gt; &amp;lt;/span&amp;gt;&amp;lt;/strong&amp;gt;&amp;lt;/p&amp;gt;

&lt;/pre&gt;</description>
    <dc:creator>micfo.com</dc:creator>
    <dc:date>2011-12-12T01:30:34</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.apache.jcp-open/1734">
    <title>[Ticket #129136]: ด'วนมากๆ</title>
    <link>http://comments.gmane.org/gmane.comp.apache.jcp-open/1734</link>
    <description>&lt;pre&gt;สุดารัตน์ ภูมิกิตติ,

Thank you for contacting micfo. This is an automated response confirming the receipt of your ticket. One of our account executives will get back to you shortly. For your convenience, attached below please find the details of your ticket:


Ticket ID: 129136
Subject: ด'วนมากๆ
Department: Sales Department
Priority: Low
Status: Open

When replying, please make sure that the ticket ID is kept in the subject line to ensure that your replies are tracked appropriately. Meanwhile if you have any questions or need additional information please feel free to reply to this email.
&amp;lt;span style="font-family: Tahoma, Helvetica;"&amp;gt;&amp;lt;span style="font-size: 14px;"&amp;gt;Kind regards,&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;span style="font-family: Tahoma, Helvetica;"&amp;gt;&amp;lt;span style="font-size: 14px;"&amp;gt;The Divine Team&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;br /&amp;gt; &amp;lt;br /&amp;gt;
  &amp;lt;strong style="font-family: Tahoma, Helvetica; font-size: 14px;"&amp;gt;&amp;lt;span style="color: #b31d73;"&amp;gt;micfo&amp;lt;/span&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;span style="color: #666666;"&amp;gt;&amp;lt;strong&amp;gt;divine hosting experience™&amp;lt;br /&amp;gt;
  &amp;lt;/strong&amp;gt;&amp;lt;strong style="font-family: Tahoma, Helvetica; font-size: 14px;"&amp;gt;&amp;lt;span style="color: #999999;"&amp;gt;800-900-7744&amp;lt;/span&amp;gt;&amp;lt;/strong&amp;gt; &amp;lt;/span&amp;gt;&amp;lt;/strong&amp;gt;&amp;lt;/p&amp;gt;

&lt;/pre&gt;</description>
    <dc:creator>micfo.com</dc:creator>
    <dc:date>2011-12-12T01:30:12</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.apache.jcp-open/1733">
    <title>[Ticket #129133]: ด'วนมากๆ</title>
    <link>http://comments.gmane.org/gmane.comp.apache.jcp-open/1733</link>
    <description>&lt;pre&gt;สุดารัตน์ ภูมิกิตติ,

Thank you for contacting micfo. This is an automated response confirming the receipt of your ticket. One of our account executives will get back to you shortly. For your convenience, attached below please find the details of your ticket:


Ticket ID: 129133
Subject: ด'วนมากๆ
Department: Sales Department
Priority: Low
Status: Open

When replying, please make sure that the ticket ID is kept in the subject line to ensure that your replies are tracked appropriately. Meanwhile if you have any questions or need additional information please feel free to reply to this email.
&amp;lt;span style="font-family: Tahoma, Helvetica;"&amp;gt;&amp;lt;span style="font-size: 14px;"&amp;gt;Kind regards,&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;span style="font-family: Tahoma, Helvetica;"&amp;gt;&amp;lt;span style="font-size: 14px;"&amp;gt;The Divine Team&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;br /&amp;gt; &amp;lt;br /&amp;gt;
  &amp;lt;strong style="font-family: Tahoma, Helvetica; font-size: 14px;"&amp;gt;&amp;lt;span style="color: #b31d73;"&amp;gt;micfo&amp;lt;/span&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;span style="color: #666666;"&amp;gt;&amp;lt;strong&amp;gt;divine hosting experience™&amp;lt;br /&amp;gt;
  &amp;lt;/strong&amp;gt;&amp;lt;strong style="font-family: Tahoma, Helvetica; font-size: 14px;"&amp;gt;&amp;lt;span style="color: #999999;"&amp;gt;800-900-7744&amp;lt;/span&amp;gt;&amp;lt;/strong&amp;gt; &amp;lt;/span&amp;gt;&amp;lt;/strong&amp;gt;&amp;lt;/p&amp;gt;

&lt;/pre&gt;</description>
    <dc:creator>micfo.com</dc:creator>
    <dc:date>2011-12-12T01:29:50</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.apache.jcp-open/1732">
    <title>[Ticket #129131]: ด'วนมากๆ</title>
    <link>http://comments.gmane.org/gmane.comp.apache.jcp-open/1732</link>
    <description>&lt;pre&gt;สุดารัตน์ ภูมิกิตติ,

Thank you for contacting micfo. This is an automated response confirming the receipt of your ticket. One of our account executives will get back to you shortly. For your convenience, attached below please find the details of your ticket:


Ticket ID: 129131
Subject: ด'วนมากๆ
Department: Sales Department
Priority: Low
Status: Open

When replying, please make sure that the ticket ID is kept in the subject line to ensure that your replies are tracked appropriately. Meanwhile if you have any questions or need additional information please feel free to reply to this email.
&amp;lt;span style="font-family: Tahoma, Helvetica;"&amp;gt;&amp;lt;span style="font-size: 14px;"&amp;gt;Kind regards,&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;span style="font-family: Tahoma, Helvetica;"&amp;gt;&amp;lt;span style="font-size: 14px;"&amp;gt;The Divine Team&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;br /&amp;gt; &amp;lt;br /&amp;gt;
  &amp;lt;strong style="font-family: Tahoma, Helvetica; font-size: 14px;"&amp;gt;&amp;lt;span style="color: #b31d73;"&amp;gt;micfo&amp;lt;/span&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;span style="color: #666666;"&amp;gt;&amp;lt;strong&amp;gt;divine hosting experience™&amp;lt;br /&amp;gt;
  &amp;lt;/strong&amp;gt;&amp;lt;strong style="font-family: Tahoma, Helvetica; font-size: 14px;"&amp;gt;&amp;lt;span style="color: #999999;"&amp;gt;800-900-7744&amp;lt;/span&amp;gt;&amp;lt;/strong&amp;gt; &amp;lt;/span&amp;gt;&amp;lt;/strong&amp;gt;&amp;lt;/p&amp;gt;

&lt;/pre&gt;</description>
    <dc:creator>micfo.com</dc:creator>
    <dc:date>2011-12-12T01:29:35</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.apache.jcp-open/1731">
    <title>[ANNOUNCE] MyFaces Core v2.1.5 Release</title>
    <link>http://comments.gmane.org/gmane.comp.apache.jcp-open/1731</link>
    <description>&lt;pre&gt;The Apache MyFaces team is pleased to announce the release of MyFaces Core 2.1.5.

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.5 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.5

Bug

     [MYFACES-3405] - includeViewParameters re-evaluates param/model values as EL expressions
     [MYFACES-3408] - ajax behaviour has changed within myfaces-2.1.4
     [MYFACES-3409] - jsf.js: small performance bug in XHR1.js
     [MYFACES-3412] - updated AJAX values sometimes delete other elements
     [MYFACES-3413] - Default MyFaces Error handling throws NullPointerException during component tree when javax.el.Expression.getExpressionString() is null

regards,

Leonardo Uribe


&lt;/pre&gt;</description>
    <dc:creator>Leonardo Uribe</dc:creator>
    <dc:date>2011-12-05T14:08:10</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.apache.jcp-open/1730">
    <title>[ANNOUNCE] MyFaces Core v2.0.11 Release</title>
    <link>http://comments.gmane.org/gmane.comp.apache.jcp-open/1730</link>
    <description>&lt;pre&gt;The Apache MyFaces team is pleased to announce the release of MyFaces Core 2.0.11.

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.11 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.11

Bug

     [MYFACES-3405] - includeViewParameters re-evaluates param/model values as EL expressions
     [MYFACES-3408] - ajax behaviour has changed within myfaces-2.1.4
     [MYFACES-3409] - jsf.js: small performance bug in XHR1.js
     [MYFACES-3412] - updated AJAX values sometimes delete other elements
     [MYFACES-3413] - Default MyFaces Error handling throws NullPointerException during component tree when javax.el.Expression.getExpressionString() is null

regards,

Leonardo Uribe


&lt;/pre&gt;</description>
    <dc:creator>Leonardo Uribe</dc:creator>
    <dc:date>2011-12-05T14:00:55</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.apache.jcp-open/1729">
    <title>[ANNOUNCE] MyFaces Core v2.1.4 Release</title>
    <link>http://comments.gmane.org/gmane.comp.apache.jcp-open/1729</link>
    <description>&lt;pre&gt;The Apache MyFaces team is pleased to announce the release of MyFaces Core 2.1.4.

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.4 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.4

New Feature

     Now jsf.js has been refactored to provide a modular include system [MYFACES-3361]. See this blog for details:
     http://www.irian.at/en/blog/-/blogs/introducing-apache-myfaces-modular-includes

Sub-task

     [MYFACES-3330] - Generate small generated unique ids for components without explicit ids
     [MYFACES-3331] - Identifier stored on MARK_CREATED should be unique per component on the same

Bug

     [MYFACES-2552] - TagValueExpression.getType() returns null if the property in the managed bean is null and the expression points to a facelets composite component attribute
     [MYFACES-3106] - Resources not loaded when using a dynamic ui:inlclude and rendered via ajax
     [MYFACES-3259] - Custom Validator tag attributes are not configured when used with default tag handler in wrapping mode
     [MYFACES-3268] - UIComponentBase.findComponent does not allow use the same id for a child component.
     [MYFACES-3300] - Ajax behavior change from 2.1.1 to 2.1.2
     [MYFACES-3304] - NullPointerException using h:selectOneRadio with an enum
     [MYFACES-3309] - Throw correct exception while using FactoryFinderProvider SPI
     [MYFACES-3310] - javax.faces.validator.BeanValidator.createValidatorFactory should store the factory instance on the application map of the externalContext instead of casting to a servletcontext.
     [MYFACES-3312] - Compare viewId after PreRenderView does not detect navigation to the same page
     [MYFACES-3313] - Calculation of redirect URL does not preserve the extension used in Faces Servlet mapping
     [MYFACES-3315] - &amp;lt; at &amp;gt;FacesValidator.isDefault() not processed
     [MYFACES-3318] - Documentation for insert ajax command does not match with spec xsd
     [MYFACES-3321] - jsf.js: Script fragments evaluated after an ajax operation encode '&amp;amp;' character into'&amp;amp;amp;'
     [MYFACES-3323] - UIInput._createFieldDebugInfo should check for Object[] before call Arrays.deepToString(...)
     [MYFACES-3324] - Conditional navigation match has priority over same case without conditional navigation
     [MYFACES-3325] - h:column should use HtmlColumn instead UIColumn
     [MYFACES-3332] - Fix condition to call ComponentSupport.markComponentToRestoreFully on 2.1.x branch
     [MYFACES-3336] - Request with only prefix mapping throws exception, but it should return http 404 (not found) response
     [MYFACES-3337] - param defined with f:param inside h:button or h:link has precedence over the same param defined in a faces-config navigation rule
     [MYFACES-3338] - jsf.js: getViewState is not called
     [MYFACES-3339] - Ajax embedded CDATA Sequence lost on the server once an ajax refresh is triggered
     [MYFACES-3340] - h:commandButton with f:ajax behavior and f:param renders submit script
     [MYFACES-3341] - Call to getClientId() on UIInput._createFieldDebugInfo on jsp cause invalid client to be assigned on development project stage
     [MYFACES-3342] - UISelectMany child components could receive non array or collection instances as selected values
     [MYFACES-3343] - f:convertNumber in jsp only accept Locale instance into its locale attribute
     [MYFACES-3349] - Plugin snapshot repository missing in MyFaces core pom.xml
     [MYFACES-3353] - jsf.js: Runtime.js inheritance method callsuper ignores the resturn value
     [MYFACES-3354] - NullPointerException on jetty 6.1.5 with faces-redirect=true action result
     [MYFACES-3356] - MyFaces assumes that the WAR is exploded and XHTML pages are accessible in filesystem
     [MYFACES-3360] - DefaultFaceletsStateManagementStrategy.PostAddPreRemoveFromViewListener can now register changes on the view when refreshing occur
     [MYFACES-3364] - UIComponent.findComponent ignored overridden method findComponent of a NamingContainer
     [MYFACES-3366] - FacesContext should use FacesContext.getCurrentInstance() instead of 'this'
     [MYFACES-3372] - Multiple Lifecycle instances are not taken into account when setup phase listeners
     [MYFACES-3373] - UIForm.createUniqueId should take into account prependId logic
     [MYFACES-3375] - MyFaces can incorrectly determine that Portlets are not supported
     [MYFACES-3377] - unsynchronized lazy initialization could create concurrency errors
     [MYFACES-3378] - UIComponent.setParent does not propagate setInView() call when processingEvents is false
     [MYFACES-3379] - PostAddToViewEvent should be propagated to UIViewRoot
     [MYFACES-3380] - system-event-listener source-class should be optional but is not
     [MYFACES-3385] - Entered values for input fields conatined in a Composite Component are lost, if the CC is used in a datatable
     [MYFACES-3390] - jsf.js: Error alert in development mode is shown despite local listeners
     [MYFACES-3391] - jsf.js: Lifecycle, success should not be called if an error is raised

Improvement

     [MYFACES-3262] - [perf] [concurrency] Cache read and write method in _ComponentAttributesMap
     [MYFACES-3305] - jsf.js: major code cleanup and refactoring
     [MYFACES-3308] - Allow localized composite components
     [MYFACES-3319] - Make create AjaxBehavior accessible in AjaxHandler
     [MYFACES-3322] - h:outputScript "name" attribute can receive query params
     [MYFACES-3327] - Spaces between markup and component are trimmed by facelets algorithm
     [MYFACES-3328] - [perf] FlashELResolver should get FacesContext instance when it is necessary
     [MYFACES-3329] - Fix PSS algorithm to ensure c:if and ui:include src="#{...}" related use cases will work without rely on org.apache.myfaces.REFRESH_TRANSIENT_BUILD_ON_PSS_PRESERVE_STATE
     [MYFACES-3345] - Quotes in Messages.properties
     [MYFACES-3346] - Chinese Translation for Messages.properties
     [MYFACES-3347] - Improve web config param logging and enhance &amp;lt; at &amp;gt;JSFWebConfigParam
     [MYFACES-3348] - Length Validator Message in Messages.properties
     [MYFACES-3352] - Chinese Translation for Messages.js
     [MYFACES-3355] - Allow relocation of library name / resource name using a Resource wrapper
     [MYFACES-3357] - jsf.js: readability and performance improvements
     [MYFACES-3361] - jsf.js: code restructuration for size and speed improvlements
     [MYFACES-3363] - Enable checkstyle checks by default in our myfaces-parent pom
     [MYFACES-3367] - Detect when to wpdate head or body target when content has been updated dynamically
     [MYFACES-3376] - Create abstract test classes that runs MyFaces Core as in a container

Task

     [MYFACES-3374] - Compatibility with Servlet API 2.4

regards,

Leonardo Uribe


&lt;/pre&gt;</description>
    <dc:creator>Leonardo Uribe</dc:creator>
    <dc:date>2011-11-22T01:54:55</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.apache.jcp-open">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.apache.jcp-open</link>
  </textinput>
</rdf:RDF>

