Skip to content
This repository has been archived by the owner on May 28, 2018. It is now read-only.

2.14

Compare
Choose a tag to compare
@mgajdos mgajdos released this 15 Dec 12:30
· 1087 commits to master since this release

Release date: 11-Dec-2014

Bug

  • [JERSEY-2604] - Mvc AbstractTemplateProcessor leaks file handles
  • [JERSEY-2633] - Jersey server force all request handling threads to pass through a single lock
  • [JERSEY-2654] - ServletContainer#doFilter attempts template substitution on request URL
  • [JERSEY-2669] - Typo in docs for @QueryParam
  • [JERSEY-2670] - Broken links to JAX-RS APIs
  • [JERSEY-2676] - HK2 ServiceLocator Cache growing too big
  • [JERSEY-2686] - Fix parent relative path for BOM module
  • [JERSEY-2687] - Jersey metainf-services extension bundles core classes from o.g.j.message.internal package
  • [JERSEY-2696] - client proxy incorrectly resets "Accept" header defined by @produces annotation
  • [JERSEY-2702] - Document typos (templateBasepath -> templateBasePath)
  • [JERSEY-2703] - Documentation references non-existent method
  • [JERSEY-2704] - JerseyServlet WebComponent unable to use external ServiceLocator

Improvement

  • [JERSEY-2537] - JerseyUriBuilder.replaceMatrix(null) should remove semicolon
  • [JERSEY-2612] - SingleValueExtractor makes it impossible to support java.util.Optional (or Guava Optional)
  • [JERSEY-2671] - Upgrade to hk2 2.3.0 final

Pull Requests

  • [Pull 97] - JERSEY-2537 - JerseyUriBuilder.replaceMatrix(null) should remove semicolon
  • [Pull 98] - JERSEY-2612 - SingleValueExtractor makes it impossible to support java.util.Optional (or Guava Optional)
  • [Pull 106] - JERSEY-2112 - Updated documentation to make it explicit that resources must be Spring components in order for Spring proxying to work
  • [Pull 107] - JERSEY-2669 - Typo in docs for @QueryParam
  • [Pull 110] - JERSEY-2670 - Broken links to JAX-RS APIs
  • [Pull 113] - JERSEY-2671 - Upgrade to hk2 2.3.0 final
  • [Pull 116] - JERSEY-2686 - Fix parent relative path for BOM module
  • [Pull 117] - fix wrong argument order for registering Consumer
  • [Pull 120] - JERSEY-2696 - client proxy incorrectly resets "Accept" header defined by @produces annotation
  • [Pull 122] - [doc] Fixed tiny typo
  • [Pull 128] - JERSEY-2704 - JerseyServlet WebComponent unable to use external ServiceLocator