dengwen3 发表于 2015-7-24 11:39:48

Apache Wicket 6.20.0 发布,Web 开发框架

** Bug  

  
    *  - VariableInterpolator & #getThrowExceptionOnMissingResource
  
    *  - CryptoMapper clears feedback messages
  
    *  - Apps can't use Application.setName instead of
  
WicketFilter for e.g. JMX names
  
    *  - AjaxSelfUpdatingTimer stops working after ajax download
  
    *  - NPE in DefaultPropertyResolver
  
    *  - InlineEnclosure doesn't call child.configure()
  
before updating its visilbity
  
    *  - JUnit tests may fail because of
  
AbstractDefaultAjaxBehavior
  
    *  - Last-modified header of external markup is ignored
  
    *  - continueToOriginalDestination() discards new cookies
  
    *  - CryptoMapper doesn't work with context relative
  
UrlResourceReferences
  
    *  - AuthenticatedWebSession.get() returns a new
  
session with signedIn false
  
    *  - LazyInitProxyFactory causes NoClassDefFound
  
org/apache/wicket/proxy/ILazyInitProxy in case of multimodule
  
deployment
  
    *  - PackageResourceTest#packageResourceGuard test
  
fails under Windows
  
    *  - RememberMe functionality seems to be broken
  
after the change of the default crypt factory
  
    *  - PagingNavigator invalid HTML (rel attribute on span tag)
  
    *  - AjaxRequestTarget.focusComponent does not work
  
in modal window
  
    *  - Wicket Container visibility bug
  
    *  - Multipart Ajax form submit does not release the
  
channel in case of connection failure
  
    *  - Kittencaptcha doesn't calculate click
  
y-coordinate correctly
  
    *  - wicket-event-jquery.js: Wicket.Browser.isIE11()
  
does not return boolean
  
    *  - Resources served by Wicket are not compressable
  
    *  - WicketTester TagTester does not work as expected
  
when using non self closing tags
  
    *  - NPE in FormComponent#updateCollectionModel in
  
case of no converted input and unmodifiable collection
  
    *  - Feedback messages not cleared for
  
invisible/disabled form components on submit.
  
    *  - wicket.xsd refers to non-existing xhtml.label:attlist
  
    *  - Parsing of ChinUnionPay credit card should use
  
the first 6 characters
  
    *  - CookieUtils should use the original response
  
when saving a cookie
  
    *  - validateHeaders fails to detect missing
  
head/body (regression)
  
    *  - Add WicketTester support for IAjaxLink
  
    *  - CGLib proxy should not intercept protected methods
  
    *  - Re-rendering page after exception in render
  
phase does not call onBeforeRender()
  
    *  - Do not use jQuery's $ in String snippets in Java code
  

  
** Improvement
  

  
    *  - (String)ResourceModel's defaultValue could be an
  
IModel
  
    *  - DefaultAuthenticationStrategy should be modified
  
to reduce copy/paste while extending it's functionality
  
    *  - Do not fail at CDI's ConversationPropagator when
  
running in non-http thread
  
    *  - WicketTester doesn't support #clickLink() for
  
ExternalLink component
  
    *  - Add Hebrew and Arabic translations
  
    *  - Overiding disableCaching in ServletWebResponse
  
is ignored when responce is buffered
  
    *  - AjaxEditableLabel should implement IGenericComponent
  
    *  - wicket extensions initializer.properties for
  
greek language
  
    *  - ComponentRenderer.renderComponent() unexpectedly
  
produces a WicketRuntimeException when called with a nested Component
  
which contains a nested wicket:message
  
    *  - Support *.woff2 webfonts in
  
SecurePackageResourceGuard as well
  
    *  - Leaving veil when ajax processing ends with redirect
  
    *  - allow listening to Ajax calls before scheduling
  
    *  - Provide a default implementation of
  
IModelComparator that always returns false
  

  
** New Feature
  

  
    *  - Allow to apply multiple Javascript / CSS compressors
  
    *  - Use the #isEnabled() method with validators
  
    *  - Create an Image component that uses the new
  
data: protocol (an InlineImage)
  
    *  - Add support for CSRF prevention
  

  
** Task
  

  
    *  - Upgrade jQuery to latest stable versions (1.11.4 & 2.1.3)
页: [1]
查看完整版本: Apache Wicket 6.20.0 发布,Web 开发框架