Skip to content
This repository has been archived by the owner on Jan 27, 2021. It is now read-only.

1.19.1

Latest
Compare
Choose a tag to compare
@jerseyrobot jerseyrobot released this 17 Jun 13:05
· 15 commits to master since this release

Bug

  • [JERSEY-2795] - CopyOnWriteHashMap is not thread safe
  • [JERSEY-2529] - Bug in URL encoding in 1.18.1
  • [JERSEY-2430] - Jersey fails to build under JDK8
  • [JERSEY-2416] - Client LoggingFilter cannot be configured to skip logging of request body
  • [JERSEY-2398] - Fix Nonce Manager for Jersey 1.x

Improvement

  • [JERSEY-2427] - Message "null for uri: http://example.com/favicon.ico" creates an unprofessional image

Pull Requests

  • [Pull 15] - JERSEY-2795: addressing concurrency issues in CopyOnWriteHashMap