Release Notes 5.2.3

Bugs Fixed

  • TAP5-1204 – tapestry-core JAR includes some compiled Groovy test scripts
  • TAP5-1326 – Bug in ConcurrentBarrierTest
  • TAP5-1327 – Tapestry IOC depends on SLF4J 1.5.6 which is not compatible with Hibernate 3.6 (which depends on 1.6.1)
  • TAP5-1328 – Tapestry.ajaxRequest() fails when just parameters are provided, but not an onSuccess handler function
  • TAP5-1330 – Position of Injected Stylesheets changed from 5.1 to 5.2
  • TAP5-1332 – In a multi-zone update, if the referenced Zone can not be found on the client, Tapestry stops updating Zones with no error
  • TAP5-1334 – Id attribute of the @Decorate annotation should be optional
  • TAP5-1345 – A supported locale name is only recognized in lower case

Improvements Made

  • TAP5-929 – Implement sendRedirect() for TestableResponseImpl
  • TAP5-1333 – Zone should implement an interface, BodyElement, that extends ClientElement and provides the body property
  • TAP5-1341 – Improve page testing facilities
  • TAP5-1342 – Provide convenient methods for Element and Document to find elements