JSPWiki Public API Changes - API Change History


[../JSPWiki-2.6.3-src/build/JSPWiki.jar] to [build/JSPWiki.jar]

  • JSPWiki Public API Changes
  • Removed Classes:

    Modified Interfaces:

    com.ecyrd.jspwiki.auth.user.UserDatabase

    Removed Methods:
    New Methods:

    com.ecyrd.jspwiki.auth.user.UserProfile

    Declaration Changes:

    old:public interface com.ecyrd.jspwiki.auth.user.UserProfile
    new:public interface com.ecyrd.jspwiki.auth.user.UserProfile extends java.io.Serializable

    New Methods:

    com.ecyrd.jspwiki.workflow.Step

    Declaration Changes:

    old:public interface com.ecyrd.jspwiki.workflow.Step
    new:public interface com.ecyrd.jspwiki.workflow.Step extends java.io.Serializable

    Method Changes:

    old:public abstract java.lang.Object[] getMessageArguments()
    new:public abstract java.io.Serializable[] getMessageArguments()

    Modified Classes:

    com.ecyrd.jspwiki.FileUtil

    Removed Fields:
    Removed Methods:

    com.ecyrd.jspwiki.PageManager

    Removed Fields:
    Removed Methods:

    com.ecyrd.jspwiki.PageManager$LockReaper

    Field Declaration Changes:

    old:private final com.ecyrd.jspwiki.PageManager this$0
    new:final com.ecyrd.jspwiki.PageManager this$0

    com.ecyrd.jspwiki.PageManager$PreSaveWikiPageTask

    New Fields:

    com.ecyrd.jspwiki.PageManager$SaveWikiPageTask

    New Fields:

    com.ecyrd.jspwiki.PageTimeComparator

    Removed Fields:
    Removed Methods:
    New Methods:

    com.ecyrd.jspwiki.PropertyReader

    Field Declaration Changes:

    old:public static final java.lang.String PARAM_VAR_DECLARATION
    new:private static final java.lang.String PARAM_VAR_DECLARATION

    old:public static final java.lang.String PARAM_VAR_IDENTIFIER
    new:private static final java.lang.String PARAM_VAR_IDENTIFIER

    New Fields:

    com.ecyrd.jspwiki.ReferenceManager

    Removed Fields:
    Removed Methods:

    com.ecyrd.jspwiki.SearchMatcher$SearchResultImpl

    Field Declaration Changes:

    old:private final com.ecyrd.jspwiki.SearchMatcher this$0
    new:final com.ecyrd.jspwiki.SearchMatcher this$0

    com.ecyrd.jspwiki.SearchResultComparator

    New Methods:

    com.ecyrd.jspwiki.TextUtil

    New Methods:

    com.ecyrd.jspwiki.TranslatorReader

    Removed Fields:
    Removed Constructors:
    Removed Methods:
    New Fields:
    New Constructors:
    New Methods:

    com.ecyrd.jspwiki.VariableManager

    New Fields:

    com.ecyrd.jspwiki.WikiContext

    Removed Fields:
    Removed Methods:

    com.ecyrd.jspwiki.WikiEngine

    Removed Fields:
    Removed Methods:
    Field Declaration Changes:

    old:private com.ecyrd.jspwiki.PageRenamer m_pageRenamer
    new:private com.ecyrd.jspwiki.content.PageRenamer m_pageRenamer

    Method Changes:

    old:public com.ecyrd.jspwiki.PageRenamer getPageRenamer()
    new:public com.ecyrd.jspwiki.content.PageRenamer getPageRenamer()

    old:protected java.util.Collection scanWikiLinks(com.ecyrd.jspwiki.WikiPage, java.lang.String)
    new:public java.util.Collection scanWikiLinks(com.ecyrd.jspwiki.WikiPage, java.lang.String)

    New Fields:

    com.ecyrd.jspwiki.WikiPage

    Removed Methods:

    com.ecyrd.jspwiki.WikiServlet

    Removed Fields:
    Removed Methods:

    com.ecyrd.jspwiki.WikiSession

    Removed Fields:
    Removed Methods:
    New Methods:

    com.ecyrd.jspwiki.attachment.AttachmentManager

    Removed Fields:
    Removed Methods:
    New Methods:

    com.ecyrd.jspwiki.attachment.AttachmentServlet

    Removed Fields:
    Removed Methods:

    com.ecyrd.jspwiki.attachment.AttachmentServlet$UploadListener

    Declaration Changes:

    old:class com.ecyrd.jspwiki.attachment.AttachmentServlet$UploadListener extends com.ecyrd.jspwiki.ui.progress.ProgressItem implements net.iamvegan.multipartrequest.ProgressListener
    new:class com.ecyrd.jspwiki.attachment.AttachmentServlet$UploadListener extends com.ecyrd.jspwiki.ui.progress.ProgressItem implements org.apache.commons.fileupload.ProgressListener

    Removed Fields:
    Removed Constructors:
    New Constructors:

    com.ecyrd.jspwiki.auth.AuthenticationManager

    Removed Fields:
    Removed Methods:
    Newly Deprecated Fields:
    Method Changes:

    old:public static final boolean allowsCookieAssertions()
    new:public final boolean allowsCookieAssertions()

    old:public static final boolean allowsCookieAuthentication()
    new:public final boolean allowsCookieAuthentication()

    New Fields:
    New Methods:

    com.ecyrd.jspwiki.auth.AuthorizationManager

    Removed Fields:
    Removed Methods:

    com.ecyrd.jspwiki.auth.AuthorizationManager$1

    Field Declaration Changes:

    old:private final com.ecyrd.jspwiki.auth.AuthorizationManager this$0
    new:final com.ecyrd.jspwiki.auth.AuthorizationManager this$0

    old:private final java.security.Permission val$permission
    new:final java.security.Permission val$permission

    old:private final com.ecyrd.jspwiki.WikiSession val$session
    new:final com.ecyrd.jspwiki.WikiSession val$session

    com.ecyrd.jspwiki.auth.PrincipalComparator

    New Methods:

    com.ecyrd.jspwiki.auth.SecurityVerifier

    Removed Fields:
    Removed Methods:

    com.ecyrd.jspwiki.auth.SecurityVerifier$1

    Field Declaration Changes:

    old:private final com.ecyrd.jspwiki.auth.SecurityVerifier this$0
    new:final com.ecyrd.jspwiki.auth.SecurityVerifier this$0

    old:private final java.security.Permission val$permission
    new:final java.security.Permission val$permission

    com.ecyrd.jspwiki.auth.SessionMonitor

    Removed Fields:
    Removed Methods:

    com.ecyrd.jspwiki.auth.UserManager

    Removed Fields:
    Removed Methods:

    com.ecyrd.jspwiki.auth.UserManager$DummyUserDatabase

    Removed Methods:
    New Methods:

    com.ecyrd.jspwiki.auth.UserManager$JSONUserModule

    Declaration Changes:

    old:public final class com.ecyrd.jspwiki.auth.UserManager$JSONUserModule extends java.lang.Object implements com.ecyrd.jspwiki.rpc.RPCCallable
    new:public final class com.ecyrd.jspwiki.auth.UserManager$JSONUserModule extends java.lang.Object implements com.ecyrd.jspwiki.rpc.RPCCallable, java.io.Serializable

    Removed Fields:
    New Fields:

    com.ecyrd.jspwiki.auth.UserManager$SaveUserProfileTask

    New Fields:

    com.ecyrd.jspwiki.auth.WikiPrincipal

    Declaration Changes:

    old:public final class com.ecyrd.jspwiki.auth.WikiPrincipal extends java.lang.Object implements java.security.Principal
    new:public final class com.ecyrd.jspwiki.auth.WikiPrincipal extends java.lang.Object implements java.io.Serializable, java.lang.Comparable, java.security.Principal

    New Fields:
    New Constructors:
    New Methods:

    com.ecyrd.jspwiki.auth.acl.AclEntryImpl

    Declaration Changes:

    old:public class com.ecyrd.jspwiki.auth.acl.AclEntryImpl extends java.lang.Object implements com.ecyrd.jspwiki.auth.acl.AclEntry
    new:public class com.ecyrd.jspwiki.auth.acl.AclEntryImpl extends java.lang.Object implements com.ecyrd.jspwiki.auth.acl.AclEntry, java.io.Serializable

    New Fields:

    com.ecyrd.jspwiki.auth.acl.AclImpl

    Declaration Changes:

    old:public class com.ecyrd.jspwiki.auth.acl.AclImpl extends java.lang.Object implements com.ecyrd.jspwiki.auth.acl.Acl
    new:public class com.ecyrd.jspwiki.auth.acl.AclImpl extends java.lang.Object implements com.ecyrd.jspwiki.auth.acl.Acl, java.io.Serializable

    New Fields:

    com.ecyrd.jspwiki.auth.acl.DefaultAclManager

    Removed Fields:
    Removed Methods:

    com.ecyrd.jspwiki.auth.acl.UnresolvedPrincipal

    Declaration Changes:

    old:public final class com.ecyrd.jspwiki.auth.acl.UnresolvedPrincipal extends java.lang.Object implements java.security.Principal
    new:public final class com.ecyrd.jspwiki.auth.acl.UnresolvedPrincipal extends java.lang.Object implements java.io.Serializable, java.security.Principal

    New Fields:

    com.ecyrd.jspwiki.auth.authorize.GroupManager

    Removed Fields:
    Removed Methods:

    com.ecyrd.jspwiki.auth.authorize.JDBCGroupDatabase

    Removed Fields:
    Removed Methods:

    com.ecyrd.jspwiki.auth.authorize.Role

    Declaration Changes:

    old:public final class com.ecyrd.jspwiki.auth.authorize.Role extends java.lang.Object implements java.security.Principal
    new:public final class com.ecyrd.jspwiki.auth.authorize.Role extends java.lang.Object implements java.io.Serializable, java.security.Principal

    New Fields:
    New Constructors:

    com.ecyrd.jspwiki.auth.authorize.WebContainerAuthorizer

    Removed Fields:
    Removed Methods:

    com.ecyrd.jspwiki.auth.authorize.WebContainerAuthorizer$LocalEntityResolver

    Field Declaration Changes:

    old:private final com.ecyrd.jspwiki.auth.authorize.WebContainerAuthorizer this$0
    new:final com.ecyrd.jspwiki.auth.authorize.WebContainerAuthorizer this$0

    com.ecyrd.jspwiki.auth.authorize.XMLGroupDatabase

    Removed Fields:
    Removed Methods:

    com.ecyrd.jspwiki.auth.login.AbstractLoginModule

    Removed Fields:
    Removed Methods:
    Newly Deprecated Fields:
    Method Changes:

    old:public final boolean commit() throws javax.security.auth.login.LoginException
    new:public final boolean commit()

    com.ecyrd.jspwiki.auth.login.AnonymousLoginModule

    Removed Fields:
    Removed Methods:

    com.ecyrd.jspwiki.auth.login.CookieAssertionLoginModule

    Removed Fields:
    Removed Methods:

    com.ecyrd.jspwiki.auth.login.CookieAuthenticationLoginModule

    Removed Fields:
    Removed Methods:

    com.ecyrd.jspwiki.auth.login.UserDatabaseLoginModule

    Removed Fields:
    Removed Methods:

    com.ecyrd.jspwiki.auth.login.WebContainerLoginModule

    Removed Fields:
    Removed Methods:

    com.ecyrd.jspwiki.auth.permissions.AllPermission

    Declaration Changes:

    old:public final class com.ecyrd.jspwiki.auth.permissions.AllPermission extends java.security.Permission
    new:public final class com.ecyrd.jspwiki.auth.permissions.AllPermission extends java.security.Permission implements java.io.Serializable

    New Constructors:

    com.ecyrd.jspwiki.auth.permissions.GroupPermission

    Declaration Changes:

    old:public final class com.ecyrd.jspwiki.auth.permissions.GroupPermission extends java.security.Permission
    new:public final class com.ecyrd.jspwiki.auth.permissions.GroupPermission extends java.security.Permission implements java.io.Serializable

    Removed Fields:
    Removed Methods:
    New Constructors:

    com.ecyrd.jspwiki.auth.permissions.PagePermission

    Declaration Changes:

    old:public final class com.ecyrd.jspwiki.auth.permissions.PagePermission extends java.security.Permission
    new:public final class com.ecyrd.jspwiki.auth.permissions.PagePermission extends java.security.Permission implements java.io.Serializable

    New Constructors:

    com.ecyrd.jspwiki.auth.permissions.PermissionFactory

    Declaration Changes:

    old:public class com.ecyrd.jspwiki.auth.permissions.PermissionFactory extends java.lang.Object
    new:public final class com.ecyrd.jspwiki.auth.permissions.PermissionFactory extends java.lang.Object

    Constructor Changes:

    old:public PermissionFactory()
    new:private PermissionFactory()

    com.ecyrd.jspwiki.auth.permissions.WikiPermission

    Declaration Changes:

    old:public final class com.ecyrd.jspwiki.auth.permissions.WikiPermission extends java.security.Permission
    new:public final class com.ecyrd.jspwiki.auth.permissions.WikiPermission extends java.security.Permission implements java.io.Serializable

    com.ecyrd.jspwiki.auth.user.AbstractUserDatabase

    Removed Fields:
    Removed Methods:
    New Fields:
    New Methods:

    com.ecyrd.jspwiki.auth.user.DefaultUserProfile

    Declaration Changes:

    old:public class com.ecyrd.jspwiki.auth.user.DefaultUserProfile extends java.lang.Object implements com.ecyrd.jspwiki.auth.user.UserProfile
    new:public final class com.ecyrd.jspwiki.auth.user.DefaultUserProfile extends java.lang.Object implements com.ecyrd.jspwiki.auth.user.UserProfile

    Constructor Changes:

    old:public DefaultUserProfile()
    new:private DefaultUserProfile()

    New Fields:
    New Methods:

    com.ecyrd.jspwiki.auth.user.JDBCUserDatabase

    Removed Fields:
    Removed Methods:
    New Fields:
    New Methods:

    com.ecyrd.jspwiki.auth.user.XMLUserDatabase

    Removed Methods:
    New Fields:
    New Methods:

    com.ecyrd.jspwiki.dav.AttachmentDavProvider

    Removed Fields:
    Removed Methods:

    com.ecyrd.jspwiki.dav.RawPagesDavProvider

    Removed Fields:
    Removed Methods:

    com.ecyrd.jspwiki.dav.methods.PropFindMethod

    Removed Fields:
    Removed Methods:

    com.ecyrd.jspwiki.diff.ContextualDiffProvider

    Removed Fields:
    Removed Methods:

    com.ecyrd.jspwiki.diff.ContextualDiffProvider$ChangeMerger

    Field Declaration Changes:

    old:private final com.ecyrd.jspwiki.diff.ContextualDiffProvider this$0
    new:final com.ecyrd.jspwiki.diff.ContextualDiffProvider this$0

    com.ecyrd.jspwiki.diff.DifferenceManager

    Removed Fields:
    Removed Methods:

    com.ecyrd.jspwiki.diff.ExternalDiffProvider

    Removed Fields:
    Removed Methods:

    com.ecyrd.jspwiki.diff.TraditionalDiffProvider

    Removed Fields:
    Removed Methods:

    com.ecyrd.jspwiki.diff.TraditionalDiffProvider$RevisionPrint

    Declaration Changes:

    old:public final class com.ecyrd.jspwiki.diff.TraditionalDiffProvider$RevisionPrint extends java.lang.Object implements org.apache.commons.jrcs.diff.RevisionVisitor
    new:final class com.ecyrd.jspwiki.diff.TraditionalDiffProvider$RevisionPrint extends java.lang.Object implements org.apache.commons.jrcs.diff.RevisionVisitor

    com.ecyrd.jspwiki.event.WikiEventManager

    Removed Fields:
    Removed Methods:

    com.ecyrd.jspwiki.event.WikiEventManager$WikiEventListenerComparator

    New Methods:

    com.ecyrd.jspwiki.event.WikiSecurityEvent

    New Fields:

    com.ecyrd.jspwiki.filters.FilterManager

    Removed Fields:
    Removed Methods:
    Method Changes:

    old:public void addPageFilter(com.ecyrd.jspwiki.filters.PageFilter, int)
    new:public void addPageFilter(com.ecyrd.jspwiki.filters.PageFilter, int) throws java.lang.IllegalArgumentException

    com.ecyrd.jspwiki.filters.FilterManager$PageFilterInfo

    Declaration Changes:

    old:class com.ecyrd.jspwiki.filters.FilterManager$PageFilterInfo extends com.ecyrd.jspwiki.modules.WikiModuleInfo
    new:final class com.ecyrd.jspwiki.filters.FilterManager$PageFilterInfo extends com.ecyrd.jspwiki.modules.WikiModuleInfo

    com.ecyrd.jspwiki.filters.PingWeblogsComFilter

    Removed Fields:
    Removed Methods:
    Field Declaration Changes:

    old:public java.lang.String m_pingURL
    new:private java.lang.String m_pingURL

    com.ecyrd.jspwiki.filters.PingWeblogsComFilter$1

    Field Declaration Changes:

    old:private final com.ecyrd.jspwiki.filters.PingWeblogsComFilter this$0
    new:final com.ecyrd.jspwiki.filters.PingWeblogsComFilter this$0

    com.ecyrd.jspwiki.filters.ProfanityFilter

    Field Declaration Changes:

    old:private static final java.lang.String[] c_profanities
    new:private static java.lang.String[] c_profanities

    New Fields:

    com.ecyrd.jspwiki.filters.SpamFilter

    Removed Fields:
    Removed Methods:
    Field Declaration Changes:

    old:static org.apache.log4j.Logger log
    new:private static org.apache.log4j.Logger log

    New Fields:

    com.ecyrd.jspwiki.filters.SpamFilter$Host

    Field Declaration Changes:

    old:private final com.ecyrd.jspwiki.filters.SpamFilter this$0
    new:final com.ecyrd.jspwiki.filters.SpamFilter this$0

    com.ecyrd.jspwiki.forms.FormInfo

    Field Declaration Changes:

    old:public java.lang.String m_action
    new:private java.lang.String m_action

    old:public java.lang.String m_error
    new:private java.lang.String m_error

    old:public java.lang.String m_handler
    new:private java.lang.String m_handler

    old:public boolean m_hide
    new:private boolean m_hide

    old:public java.lang.String m_name
    new:private java.lang.String m_name

    old:public java.lang.String m_result
    new:private java.lang.String m_result

    old:public int m_status
    new:private int m_status

    old:public java.util.Map m_submission
    new:private java.util.Map m_submission

    com.ecyrd.jspwiki.forms.FormOpen

    Removed Fields:
    Removed Methods:

    com.ecyrd.jspwiki.htmltowiki.XHtmlElementToWikiTranslator

    Removed Methods:
    New Methods:

    com.ecyrd.jspwiki.htmltowiki.XHtmlElementToWikiTranslator$LiStack

    Constructor Changes:

    old:XHtmlElementToWikiTranslator$LiStack()
    new:private XHtmlElementToWikiTranslator$LiStack()

    New Constructors:

    com.ecyrd.jspwiki.htmltowiki.XHtmlElementToWikiTranslator$PreStack

    Field Declaration Changes:

    old:private final com.ecyrd.jspwiki.htmltowiki.XHtmlElementToWikiTranslator this$0
    new:final com.ecyrd.jspwiki.htmltowiki.XHtmlElementToWikiTranslator this$0

    Constructor Changes:

    old:XHtmlElementToWikiTranslator$PreStack(com.ecyrd.jspwiki.htmltowiki.XHtmlElementToWikiTranslator)
    new:private XHtmlElementToWikiTranslator$PreStack(com.ecyrd.jspwiki.htmltowiki.XHtmlElementToWikiTranslator)

    New Constructors:

    com.ecyrd.jspwiki.modules.ModuleManager

    Removed Fields:

    com.ecyrd.jspwiki.modules.WikiModuleInfo

    New Methods:

    com.ecyrd.jspwiki.parser.CreoleToJSPWikiTranslator

    Field Declaration Changes:

    old:public static java.lang.String VAR_CREOLE_VERSION
    new:public static final java.lang.String VAR_CREOLE_VERSION

    old:public static java.lang.String VAR_LINEBREAK_BLOGLIKE
    new:public static final java.lang.String VAR_LINEBREAK_BLOGLIKE

    old:public static java.lang.String VAR_LINEBREAK_C2LIKE
    new:public static final java.lang.String VAR_LINEBREAK_C2LIKE

    old:public static java.lang.String VAR_VERSION
    new:public static final java.lang.String VAR_VERSION

    com.ecyrd.jspwiki.parser.JSPWikiMarkupParser

    Removed Fields:
    Removed Methods:
    Field Declaration Changes:

    old:public static final int CHARACTER
    new:protected static final int CHARACTER

    old:public static final int ELEMENT
    new:protected static final int ELEMENT

    old:public static final int IGNORE
    new:protected static final int IGNORE

    old:private java.lang.StringBuffer m_genlistBulletBuffer
    new:private java.lang.StringBuilder m_genlistBulletBuffer

    old:private java.lang.StringBuffer m_plainTextBuf
    new:private java.lang.StringBuilder m_plainTextBuf

    Method Changes:

    old:private java.lang.StringBuffer readUntilEOL() throws java.io.IOException
    new:private java.lang.StringBuilder readUntilEOL() throws java.io.IOException

    New Fields:

    com.ecyrd.jspwiki.parser.JSPWikiMarkupParser$StartingComparator

    New Methods:

    com.ecyrd.jspwiki.parser.LinkParser

    Removed Fields:
    Removed Methods:

    com.ecyrd.jspwiki.parser.MarkupParser

    Method Changes:

    old:protected final int nextToken() throws java.io.IOException
    new:protected final int nextToken() throws java.io.IOException, java.lang.NullPointerException

    com.ecyrd.jspwiki.plugin.AbstractReferralPlugin

    Removed Fields:
    Removed Methods:
    New Fields:

    com.ecyrd.jspwiki.plugin.BugReportHandler

    Removed Fields:
    Removed Methods:
    Field Declaration Changes:

    old:public static final java.lang.String DEFAULT_DATEFORMAT
    new:private static final java.lang.String DEFAULT_DATEFORMAT

    old:public static final java.lang.String DESCRIPTION
    new:private static final java.lang.String DESCRIPTION

    old:public static final java.lang.String MAPPINGS
    new:private static final java.lang.String MAPPINGS

    old:public static final java.lang.String PAGE
    new:private static final java.lang.String PAGE

    old:public static final java.lang.String TITLE
    new:private static final java.lang.String TITLE

    old:public static final java.lang.String VERSION
    new:private static final java.lang.String VERSION

    com.ecyrd.jspwiki.plugin.Counter

    Removed Fields:
    New Fields:

    com.ecyrd.jspwiki.plugin.CurrentTimePlugin

    Removed Fields:
    Removed Methods:

    com.ecyrd.jspwiki.plugin.Denounce

    Removed Fields:
    Removed Methods:
    Field Declaration Changes:

    old:public static final java.lang.String PARAM_LINK
    new:private static final java.lang.String PARAM_LINK

    old:public static final java.lang.String PARAM_TEXT
    new:private static final java.lang.String PARAM_TEXT

    old:public static final java.lang.String PROPERTYFILE
    new:private static final java.lang.String PROPERTYFILE

    old:public static final java.lang.String PROP_AGENTPATTERN
    new:private static final java.lang.String PROP_AGENTPATTERN

    old:public static final java.lang.String PROP_DENOUNCETEXT
    new:private static final java.lang.String PROP_DENOUNCETEXT

    old:public static final java.lang.String PROP_HOSTPATTERN
    new:private static final java.lang.String PROP_HOSTPATTERN

    old:public static final java.lang.String PROP_REFERERPATTERN
    new:private static final java.lang.String PROP_REFERERPATTERN

    com.ecyrd.jspwiki.plugin.Image

    Field Declaration Changes:

    old:public static final java.lang.String PARAM_ALIGN
    new:private static final java.lang.String PARAM_ALIGN

    old:public static final java.lang.String PARAM_ALT
    new:private static final java.lang.String PARAM_ALT

    old:public static final java.lang.String PARAM_BORDER
    new:private static final java.lang.String PARAM_BORDER

    old:public static final java.lang.String PARAM_CAPTION
    new:private static final java.lang.String PARAM_CAPTION

    old:public static final java.lang.String PARAM_CLASS
    new:private static final java.lang.String PARAM_CLASS

    old:public static final java.lang.String PARAM_HEIGHT
    new:private static final java.lang.String PARAM_HEIGHT

    old:public static final java.lang.String PARAM_LINK
    new:private static final java.lang.String PARAM_LINK

    old:public static final java.lang.String PARAM_SRC
    new:private static final java.lang.String PARAM_SRC

    old:public static final java.lang.String PARAM_STYLE
    new:private static final java.lang.String PARAM_STYLE

    old:public static final java.lang.String PARAM_TARGET
    new:private static final java.lang.String PARAM_TARGET

    old:public static final java.lang.String PARAM_WIDTH
    new:private static final java.lang.String PARAM_WIDTH

    com.ecyrd.jspwiki.plugin.IndexPlugin

    Removed Fields:
    Removed Methods:
    Field Declaration Changes:

    old:protected static final org.apache.log4j.Logger log
    new:private static org.apache.log4j.Logger log

    New Methods:

    com.ecyrd.jspwiki.plugin.InsertPage

    Field Declaration Changes:

    old:public static final java.lang.String PARAM_CLASS
    new:private static final java.lang.String PARAM_CLASS

    old:public static final java.lang.String PARAM_DEFAULT
    new:private static final java.lang.String PARAM_DEFAULT

    old:public static final java.lang.String PARAM_MAXLENGTH
    new:private static final java.lang.String PARAM_MAXLENGTH

    old:public static final java.lang.String PARAM_PAGENAME
    new:private static final java.lang.String PARAM_PAGENAME

    old:public static final java.lang.String PARAM_SECTION
    new:private static final java.lang.String PARAM_SECTION

    old:public static final java.lang.String PARAM_STYLE
    new:private static final java.lang.String PARAM_STYLE

    com.ecyrd.jspwiki.plugin.PluginManager

    Removed Fields:
    Removed Methods:
    Field Declaration Changes:

    old:public static final java.lang.String DEFAULT_FORMS_PACKAGE
    new:private static final java.lang.String DEFAULT_FORMS_PACKAGE

    com.ecyrd.jspwiki.plugin.RecentChangesPlugin

    Removed Fields:
    Removed Methods:
    New Methods:

    com.ecyrd.jspwiki.plugin.ReferredPagesPlugin

    Removed Fields:
    Removed Methods:
    Method Changes:

    old:protected void getReferredPages(com.ecyrd.jspwiki.WikiContext, java.lang.String, int)
    new:private void getReferredPages(com.ecyrd.jspwiki.WikiContext, java.lang.String, int)

    old:protected void handleLinks(com.ecyrd.jspwiki.WikiContext, java.util.Collection, int, java.lang.String)
    new:private void handleLinks(com.ecyrd.jspwiki.WikiContext, java.util.Collection, int, java.lang.String)

    com.ecyrd.jspwiki.plugin.ReferringPagesPlugin

    Removed Fields:
    Removed Methods:

    com.ecyrd.jspwiki.plugin.Search

    Removed Fields:
    Removed Methods:

    com.ecyrd.jspwiki.plugin.TableOfContents

    Removed Fields:
    Removed Methods:

    com.ecyrd.jspwiki.plugin.WeblogArchivePlugin

    Removed Fields:
    Removed Methods:
    Field Declaration Changes:

    old:public static final java.lang.String PARAM_PAGE
    new:private static final java.lang.String PARAM_PAGE

    com.ecyrd.jspwiki.plugin.WeblogEntryPlugin

    Removed Fields:
    Removed Methods:
    Field Declaration Changes:

    old:public static final int MAX_BLOG_ENTRIES
    new:private static final int MAX_BLOG_ENTRIES

    old:public static final java.lang.String PARAM_ENTRYTEXT
    new:private static final java.lang.String PARAM_ENTRYTEXT

    com.ecyrd.jspwiki.plugin.WeblogPlugin

    Removed Fields:
    Removed Methods:
    Field Declaration Changes:

    old:public static final int DEFAULT_DAYS
    new:private static final int DEFAULT_DAYS

    old:public static final java.lang.String DEFAULT_PAGEFORMAT
    new:private static final java.lang.String DEFAULT_PAGEFORMAT

    old:public static final java.lang.String PARAM_ALLOWCOMMENTS
    new:private static final java.lang.String PARAM_ALLOWCOMMENTS

    old:public static final java.lang.String PARAM_DAYS
    new:private static final java.lang.String PARAM_DAYS

    old:public static final java.lang.String PARAM_ENTRYFORMAT
    new:private static final java.lang.String PARAM_ENTRYFORMAT

    old:public static final java.lang.String PARAM_MAXENTRIES
    new:private static final java.lang.String PARAM_MAXENTRIES

    old:public static final java.lang.String PARAM_PAGE
    new:private static final java.lang.String PARAM_PAGE

    old:public static final java.lang.String PARAM_STARTDATE
    new:private static final java.lang.String PARAM_STARTDATE

    New Fields:

    com.ecyrd.jspwiki.plugin.WeblogPlugin$PageDateComparator

    New Methods:

    com.ecyrd.jspwiki.preferences.Preferences

    New Fields:
    New Methods:

    com.ecyrd.jspwiki.providers.AbstractFileProvider

    Removed Fields:
    Removed Methods:
    Method Changes:

    old:public void initialize(com.ecyrd.jspwiki.WikiEngine, java.util.Properties) throws com.ecyrd.jspwiki.NoRequiredPropertyException, java.io.IOException
    new:public void initialize(com.ecyrd.jspwiki.WikiEngine, java.util.Properties) throws com.ecyrd.jspwiki.NoRequiredPropertyException, java.io.IOException, java.io.FileNotFoundException

    com.ecyrd.jspwiki.providers.BasicAttachmentProvider

    Removed Fields:
    Removed Methods:

    com.ecyrd.jspwiki.providers.CachingAttachmentProvider

    Removed Fields:
    Removed Methods:
    New Fields:

    com.ecyrd.jspwiki.providers.CachingProvider

    Removed Fields:
    Removed Methods:

    com.ecyrd.jspwiki.providers.FileSystemProvider

    Removed Fields:
    Removed Methods:

    com.ecyrd.jspwiki.providers.RCSFileProvider

    Removed Fields:
    Removed Methods:
    New Fields:

    com.ecyrd.jspwiki.providers.VersioningFileProvider

    Removed Fields:
    Removed Methods:

    com.ecyrd.jspwiki.render.CleanTextRenderer

    Removed Fields:
    Removed Methods:

    com.ecyrd.jspwiki.render.RenderingManager

    Removed Fields:
    Removed Methods:

    com.ecyrd.jspwiki.rpc.RPCManager

    Constructor Changes:

    old:public RPCManager()
    new:protected RPCManager()

    com.ecyrd.jspwiki.rpc.atom.AtomAPIServlet

    Removed Fields:
    Removed Methods:

    com.ecyrd.jspwiki.rpc.json.JSONRPCManager

    Removed Fields:
    Removed Methods:

    com.ecyrd.jspwiki.rss.Entry

    Removed Fields:
    New Fields:

    com.ecyrd.jspwiki.rss.RSSGenerator

    Removed Fields:
    Removed Methods:
    Method Changes:

    old:public java.lang.String generateFeed(com.ecyrd.jspwiki.WikiContext, java.util.List, java.lang.String, java.lang.String) throws com.ecyrd.jspwiki.providers.ProviderException
    new:public java.lang.String generateFeed(com.ecyrd.jspwiki.WikiContext, java.util.List, java.lang.String, java.lang.String) throws com.ecyrd.jspwiki.providers.ProviderException, java.lang.IllegalArgumentException

    com.ecyrd.jspwiki.rss.RSSThread

    Removed Fields:
    Removed Methods:

    com.ecyrd.jspwiki.search.BasicSearchProvider

    Removed Fields:
    Removed Methods:

    com.ecyrd.jspwiki.search.LuceneSearchProvider

    Removed Fields:
    Removed Methods:

    com.ecyrd.jspwiki.search.SearchManager

    Removed Fields:
    Removed Methods:
    Field Declaration Changes:

    old:public static final java.lang.String PROP_USE_LUCENE
    new:private static final java.lang.String PROP_USE_LUCENE

    com.ecyrd.jspwiki.search.SearchManager$JSONSearch

    Field Declaration Changes:

    old:private final com.ecyrd.jspwiki.search.SearchManager this$0
    new:final com.ecyrd.jspwiki.search.SearchManager this$0

    com.ecyrd.jspwiki.tags.AttachmentsIteratorTag

    Removed Fields:
    Removed Methods:

    com.ecyrd.jspwiki.tags.BreadcrumbsTag

    Removed Fields:
    Removed Methods:

    com.ecyrd.jspwiki.tags.CheckLockTag

    Removed Fields:
    Field Declaration Changes:

    old:private int m_mode
    new:private com.ecyrd.jspwiki.tags.CheckLockTag$LockState m_mode

    com.ecyrd.jspwiki.tags.CheckVersionTag

    Removed Fields:
    Field Declaration Changes:

    old:private int m_mode
    new:private com.ecyrd.jspwiki.tags.CheckVersionTag$VersionMode m_mode

    com.ecyrd.jspwiki.tags.CookieTag

    Removed Fields:
    Removed Methods:

    com.ecyrd.jspwiki.tags.EditorIteratorTag

    Removed Fields:
    Removed Methods:

    com.ecyrd.jspwiki.tags.HistoryIteratorTag

    Removed Fields:
    Removed Methods:

    com.ecyrd.jspwiki.tags.IteratorTag

    Removed Fields:
    Removed Methods:

    com.ecyrd.jspwiki.tags.RSSImageLinkTag

    New Fields:
    New Methods:

    com.ecyrd.jspwiki.tags.SearchResultIteratorTag

    Removed Fields:
    Removed Methods:

    com.ecyrd.jspwiki.tags.TabTag

    Removed Fields:
    Removed Methods:

    com.ecyrd.jspwiki.tags.TranslateTag

    Removed Fields:
    Removed Methods:

    com.ecyrd.jspwiki.tags.WikiBodyTag

    Removed Fields:
    Removed Methods:

    com.ecyrd.jspwiki.tags.WikiTagBase

    Removed Fields:
    Removed Methods:

    com.ecyrd.jspwiki.ui.CommandResolver

    Removed Fields:
    Removed Methods:

    com.ecyrd.jspwiki.ui.EditorManager

    Removed Fields:
    Removed Methods:

    com.ecyrd.jspwiki.ui.TemplateManager

    Removed Fields:
    Removed Methods:
    New Fields:
    New Methods:

    com.ecyrd.jspwiki.ui.WikiJSPFilter$MyServletResponseWrapper$MyServletOutputStream

    Removed Fields:
    Removed Constructors:
    New Constructors:

    com.ecyrd.jspwiki.ui.WikiServletFilter

    Removed Fields:
    Removed Methods:
    New Methods:

    com.ecyrd.jspwiki.ui.admin.AdminBeanManager

    Removed Fields:
    Removed Methods:

    com.ecyrd.jspwiki.ui.admin.beans.SearchManagerBean

    Removed Fields:
    Removed Methods:
    Field Declaration Changes:

    old:public static final java.lang.String[] METHODS
    new:private static final java.lang.String[] METHODS

    com.ecyrd.jspwiki.ui.admin.beans.SearchManagerBean$1

    Field Declaration Changes:

    old:private final com.ecyrd.jspwiki.ui.admin.beans.SearchManagerBean this$0
    new:final com.ecyrd.jspwiki.ui.admin.beans.SearchManagerBean this$0

    com.ecyrd.jspwiki.ui.admin.beans.SearchManagerBean$1$1

    Field Declaration Changes:

    old:private final com.ecyrd.jspwiki.ui.admin.beans.SearchManagerBean$1 this$1
    new:final com.ecyrd.jspwiki.ui.admin.beans.SearchManagerBean$1 this$1

    com.ecyrd.jspwiki.ui.progress.ProgressManager

    Removed Fields:
    Removed Methods:

    com.ecyrd.jspwiki.ui.progress.ProgressManager$JSONTracker

    Field Declaration Changes:

    old:private final com.ecyrd.jspwiki.ui.progress.ProgressManager this$0
    new:final com.ecyrd.jspwiki.ui.progress.ProgressManager this$0

    com.ecyrd.jspwiki.url.ShortURLConstructor

    Removed Fields:
    Removed Methods:

    com.ecyrd.jspwiki.util.ClassUtil

    Removed Fields:
    Removed Methods:

    com.ecyrd.jspwiki.util.HttpUtil

    Removed Fields:
    Removed Methods:

    com.ecyrd.jspwiki.util.MailUtil

    Removed Fields:
    Removed Methods:
    Field Declaration Changes:

    old:public static final java.lang.String PROP_MAIL_AUTH
    new:private static final java.lang.String PROP_MAIL_AUTH

    New Fields:

    com.ecyrd.jspwiki.util.WatchDog

    Removed Fields:
    Removed Methods:
    Field Declaration Changes:

    old:private static org.apache.log4j.Logger log
    new:private org.apache.log4j.Logger log

    com.ecyrd.jspwiki.workflow.AbstractStep

    Method Changes:

    old:public final java.lang.Object[] getMessageArguments()
    new:public final java.io.Serializable[] getMessageArguments()

    com.ecyrd.jspwiki.workflow.DecisionQueue

    Declaration Changes:

    old:public class com.ecyrd.jspwiki.workflow.DecisionQueue extends java.lang.Object
    new:public class com.ecyrd.jspwiki.workflow.DecisionQueue extends java.lang.Object implements java.io.Serializable

    New Fields:

    com.ecyrd.jspwiki.workflow.Fact

    Declaration Changes:

    old:public final class com.ecyrd.jspwiki.workflow.Fact extends java.lang.Object
    new:public final class com.ecyrd.jspwiki.workflow.Fact extends java.lang.Object implements java.io.Serializable

    Removed Constructors:
    Field Declaration Changes:

    old:private final java.lang.Object m_obj
    new:private final java.io.Serializable m_obj

    Method Changes:

    old:public java.lang.Object getValue()
    new:public java.io.Serializable getValue()

    New Fields:
    New Constructors:

    com.ecyrd.jspwiki.workflow.Outcome

    Declaration Changes:

    old:public final class com.ecyrd.jspwiki.workflow.Outcome extends java.lang.Object
    new:public final class com.ecyrd.jspwiki.workflow.Outcome extends java.lang.Object implements java.io.Serializable

    New Fields:

    com.ecyrd.jspwiki.workflow.SimpleDecision

    New Fields:

    com.ecyrd.jspwiki.workflow.SimpleNotification

    New Fields:

    com.ecyrd.jspwiki.workflow.Workflow

    Declaration Changes:

    old:public class com.ecyrd.jspwiki.workflow.Workflow extends java.lang.Object
    new:public class com.ecyrd.jspwiki.workflow.Workflow extends java.lang.Object implements java.io.Serializable

    Removed Methods:
    Method Changes:

    old:public final java.lang.Object[] getMessageArguments()
    new:public final java.io.Serializable[] getMessageArguments()

    New Fields:
    New Methods:

    com.ecyrd.jspwiki.xmlrpc.MetaWeblogHandler

    Removed Fields:
    Removed Methods:
    Field Declaration Changes:

    old:org.apache.log4j.Logger log
    new:private static org.apache.log4j.Logger log

    New Fields:
    New Methods:

    com.ecyrd.jspwiki.xmlrpc.RPCHandler

    Removed Fields:
    Removed Methods:
    Field Declaration Changes:

    old:org.apache.log4j.Logger log
    new:private static org.apache.log4j.Logger log

    New Methods:

    com.ecyrd.jspwiki.xmlrpc.RPCServlet

    Removed Fields:
    Removed Methods:

    com.ecyrd.jspwiki.xmlrpc.RPCServlet$LocalHandler

    Removed Fields:
    Removed Constructors:
    New Constructors:

    New Packages:

    New Classes: