Pax Web - 0.6.0

Unknown macro: {zone-template-instance}
Unknown macro: {zone-data}

0.6.0

Unknown macro: {zone-data}

April 11, 2009

Unknown macro: {zone-data}

This release highlights are:

  • Use Jetty 6.1.16 (as bundled version) and Jasper 6.0.18 (for JSP support)
  • Support ServletContext.getResourcePaths()
  • Set BundleContext as an servlet context attribute (including Spring DM web attribute support)
  • Propagate configuration properties to service properties including ports when automatic free port discovery used
  • Various bug fixes & improvements
Unknown macro: {zone-data}
  • New Feature
    • PAXWEB-126 - Pax Web should find a free port and use it
    • PAXWEB-133 - Support BundleContext as an Servlet Context attribute
    • PAXWEB-134 - Support Spring DM Web required servlet context attributes
  • Improvement
    • PAXWEB-124 - Name of OSGi Symbolic bundle is incorrect related to maven artifact name
    • PAXWEB-127 - Propagate configuration properties to service properties
    • PAXWEB-128 - Use Jasper version 6.0.18 for JSP support
  • Bug
    • PAXWEB-129 - ServletContext.getResourcePaths() does not work
  • Task