Skip to main content

Release 8.1.2

Date: Dec 01, 2019

Juneau 8.1.2 is a moderate release.

juneau-marshall

juneau-rest-server

  • @Rest replaces @RestResource with shorter syntax.

  • New method RestResponse.setHeaderSafe(String,String) to strip invalid characters from header values.

  • Fixed issues related to invalid characters being set on HTTP header values.

juneau-rest-client

  • RestClient is now extendible. The constructor has been made public and simplified to: RestClient(RestClient.Builder).

  • Duplicate methods between RestClient.Builder and HttpClientBuilder have been made deprecated on the former. This eliminates the need to try to keep the two builder classes in sync.