Binary compatibility report for the MyFaces library  between 2.0.10 and 2.0.11 versions

Test Info


Library NameMyFaces
Version #12.0.10
Version #22.0.11

Test Results


Total Java ARchives2
Total Methods / Classes10281 / 1237
VerdictCompatible

Problem Summary


SeverityCount
Added Methods-11
Removed MethodsHigh0
Problems with
Data Types
High0
Medium0
Low0
Problems with
Methods
High0
Medium0
Low1
Other Changes
in Data Types
-2

Added Methods (11)


myfaces-bundle-2.0.11.jar, ContentTypeUtils.class
package org.apache.myfaces.shared.renderkit
ContentTypeUtils.chooseWriterContentType ( String contentTypeListString, String[ ] htmlContentTypes, String[ ] xhtmlContentTypes ) [static]  :  String
ContentTypeUtils.containsContentType ( String contentType, String[ ] allowedContentTypes ) [static]  :  boolean
ContentTypeUtils.ContentTypeUtils ( )
ContentTypeUtils.getContentTypeFromAcceptHeader javax.faces.context.FacesContext context ) [static]  :  String
ContentTypeUtils.splitContentTypeListString String contentTypeListString ) [static]  :  String[ ]

myfaces-bundle-2.0.11.jar, HtmlResponseWriterImpl.class
package org.apache.myfaces.shared.renderkit.html
HtmlResponseWriterImpl.getWriterContentTypeMode ( )  :  String
HtmlResponseWriterImpl.HtmlResponseWriterImpl ( java.io.Writer writer, String contentType, String characterEncoding, boolean wrapScriptContentWithXmlCommentTag, String writerContentTypeMode )

myfaces-bundle-2.0.11.jar, MyfacesConfig.class
package org.apache.myfaces.shared.config
MyfacesConfig.getDefaultResponseWriterContentTypeMode ( )  :  String
MyfacesConfig.setDefaultResponseWriterContentTypeMode String defaultResponseWriterContentTypeMode )  :  void

myfaces-bundle-2.0.11.jar, NavigationUtils.class
package org.apache.myfaces.shared.application
NavigationUtils.getEvaluatedNavigationParameters java.util.Map parameters ) [static]  :  java.util.Map
NavigationUtils.NavigationUtils ( )

to the top

Problems with Methods, Low Severity (1)


myfaces-bundle-2.0.10.jar, HtmlResponseWriterImpl
package org.apache.myfaces.shared.renderkit.html
[+] HtmlResponseWriterImpl.HtmlResponseWriterImpl ( java.io.Writer writer, String contentType, String characterEncoding, boolean wrapScriptContentWithXmlCommentTag ) (1)

to the top

Other Changes in Data Types (2)


myfaces-bundle-2.0.10.jar
package org.apache.myfaces.shared.config
[+] MyfacesConfig (2)

to the top

Java ARchives (2)


myfaces-api-2.0.10.jar
myfaces-bundle-2.0.10.jar

to the top




Generated on Fri Jan 11 17:18:08 2013 for MyFaces by Java API Compliance Checker 1.3  
A tool for checking backward compatibility of a Java library API