Dear Wiki user, You have subscribed to a wiki page or wiki category on "Myfaces Wiki" for change notification. The "CoreRelease204" page has been changed by LeonardoUribe. http://wiki.apache.org/myfaces/CoreRelease204?action=diff&rev1=5&rev2=6 -------------------------------------------------- Release Notes - MyFaces Core - Version 2.0.4 - Sub-task - - * [MYFACES-2867] - Migrate to Velocity 1.6 - * [MYFACES-2974] - Use FacesConfig interfaces to load configuration using annotations - * [MYFACES-2975] - NamedEventManager should be configured per web application, and do not use a static instance - * [MYFACES-2977] - Factories loaded through META-INF/services/[factory name] should use FacesConfig object - Bug + * [MYFACES-2857] - Its not possible to change the summary/ detail message of a ParametrizableFacesMessage - * [MYFACES-1890] - Numberconverter has issue with bigdecimal - * [MYFACES-2606] - javax.crypto.BadPaddingException on Google App Engine - * [MYFACES-2882] - 3.4.2.6 Event Broadcasting: processing events during the current lifecycle phase doesn't process additional events * [MYFACES-2920] - UISelectOne/UISelectMany validateValue: Before comparing each option, coerce the option value type to the type of component's value + * [MYFACES-3002] - FaceletComponsitionContextImpl drops viewParams + * [MYFACES-3004] - prerenderView system event callback only triggered in certain cases + * [MYFACES-3007] - HtmlRendererUtils: incorrect handling of JavaScript code containing quote (' " ') symbol + * [MYFACES-3009] - Flash scope looses values on redirect + * [MYFACES-3010] - 2.0.3 REGRESSION: javax.faces.component._ClassUtils.convertToType + * [MYFACES-3013] - ExternalContext: setRequest(...) method does not reset cached request maps + * [MYFACES-3016] - Need to synchronize some methods + * [MYFACES-3017] - MyFaces Shared (and Core) rework for portlet support + * [MYFACES-3021] - javax.faces.view.facelets.ComponentHandler initializes TagHandlerDelegate on startup, but it should be on demand + * [MYFACES-3024] - MyFaces hangs when converting 2.2250738585072012e-308 + * [MYFACES-3027] - cc:attribute type="java.lang.Integer" does not enforce Integer when value is taken from facelets template + * [MYFACES-3029] - DoubleConverter isn't Locale aware + * [MYFACES-3037] - Children of iterating components receive multiple PostRestoreStateEvents + * [MYFACES-3038] - MyFaces fails to recognize ViewDeclarationLanguageFactory when defined in META-INF/services -- throws IllegalStateException instead - * [MYFACES-2927] - Invalid handling of null values in listboxes and menus - * [MYFACES-2928] - FacesConfigurator cast for ApplicationImpl directly to load converter configuration, instead use RuntimeConfig object - * [MYFACES-2930] - ClassByteCodeAnnotationFilter doesn't read the constants pool correctly - * [MYFACES-2934] - Side-channel timing attack in StateUtils class may still allow padding oracle attack - * [MYFACES-2935] - SystemEvent Acid Test - * [MYFACES-2939] - f:event type=postValidate does not work - * [MYFACES-2941] - Facelets classpath does not always properly decode filesystem paths - * [MYFACES-2942] - Memory Leak in MyFaces 2.0.1 probably as well in 2.0.2 - * [MYFACES-2946] - composite:attribute "targets" property does not match with ViewDeclarationLanguage.retargetMethodExpressions - * [MYFACES-2947] - application configuration resources located in lib/*.jar can not be accessed in OSGi enviroment - * [MYFACES-2948] - invokeOnComponent does not call pushComponentToEL / popComponentFromEL like visitTree does - * [MYFACES-2950] - ActionSourceRule does not take into account "action" MethodExpression could return Object or Enum - * [MYFACES-2954] - ExternalContext.encodeRedirectURL() fails if 'baseUrl' contains empty parameters - * [MYFACES-2960] - Setting prependId="false" (on h:form) makes not working with any ActionSource - * [MYFACES-2964] - Incorect osgi Import-Package in impl - * [MYFACES-2965] - MyFaces 2.0.2 AJAX crashes Safari on iPad - * [MYFACES-2969] - Example number used by f:convertNumber messages are not formatted taking into account locale and parameters. - * [MYFACES-2970] - f:convertNumber conversion is not symmetric when currencyCode and currencySymbol are used - * [MYFACES-2971] - jsf.js: Slightly incorrect http get handling code - * [MYFACES-2973] - UIComponent.unsubscribeFromEvent calls getApplication().unsubscribeFromEvent() instead of modifying _systemEventListenerClassMap - * [MYFACES-2978] - DefaultFaceletFactory fails to create a facelet if the facelet-path contains regex control characters - * [MYFACES-2980] - f:ajax wrapped around component(s) does not work as expected - * [MYFACES-2982] - Update localized javax.faces.Messages.properties - * [MYFACES-2983] - Consider using myfaces class's classloader when loading resources - * [MYFACES-2984] - Myfaces should return a proper contentType if ResourceWrapper doesn't return one. - * [MYFACES-2985] - Viewscoped bean does not get destroyed when navigating with faces-redirect to a non-jsf-page - * [MYFACES-2990] - JDTCompiler wants access to more classes in osgi - * [MYFACES-2991] - NPE from rendering button with missing resource URL - * [MYFACES-2992] - Metadata is not created for views created by a navigation - * [MYFACES-2993] - state saving and dynamic pages - * [MYFACES-2994] - faces-config.xml referenced in webAppConfig could not be on the classpath - * [MYFACES-2996] - ServiceProviderFinder from init param is never cached on ApplicationMap - * [MYFACES-3000] - Viewstate occasionally not restored Improvement + * [MYFACES-2953] - make myfaces maven-3 compatible - * [MYFACES-2224] - Misleading hint in error message for NFE in BigDecimalConverter - * [MYFACES-2862] - [PERF] Improve efficiency of Application.createComponent(FacesContext,Resource) in production - * [MYFACES-2922] - [PERF] Improvements for @ResourceDependency handling - * [MYFACES-2936] - Add new utility class for init parameters WebConfigParamUtils - * [MYFACES-2937] - Change getApplicationObject function name to buildApplicationObject and move it to shared ClassUtils - * [MYFACES-2938] - Allow @JSFValidator and @JSFConverter to define custom tagHandler class - * [MYFACES-2940] - Use VisitContext information for prevent scan a component subtree on NamingContainer instances - * [MYFACES-2944] - Make those add*** methods public in WebXml - * [MYFACES-2945] - Make a way to get the FacesConfig from a provider - * [MYFACES-2951] - [PERF] enhance scanning for #{cc} expressions - * [MYFACES-2952] - Improve Atmosphere Meteor support of MyFaces - * [MYFACES-2955] - Allow projects using myfaces builder plugin to be open on Netbeans IDE 6.8 - * [MYFACES-2957] - Use maven shade plugin to handle myfaces-impl-ee6 module * [MYFACES-2958] - Improve handling of AJAX response if source element is deleted + * [MYFACES-3020] - jsf.js dutch i18n translations + * [MYFACES-3036] - Support SKIP_ITERATION FacesContext property - * [MYFACES-2963] - Set default templates automatically when jsfVersion is 20 or 2.0 with myfaces-builder-plugin - * [MYFACES-2966] - jsf.js impl request function refactoring - * [MYFACES-2967] - jsf.js i18n of internal error messages - * [MYFACES-2976] - Support hiding myfaces impl classes in osgi, and provide a single osgi bundle for api + impl - * [MYFACES-2986] - Provide an interface to override how to find spi interfaces - - Task - - * [MYFACES-2943] - DefaultLifecycleProviderFactory does not log LifecycleProvider Class correctly - * [MYFACES-2997] - Clean up SpiUtils regards,