Skip to content

Commit

Permalink
Upgrade jersey to 2.24
Browse files Browse the repository at this point in the history
  • Loading branch information
tjcutajar committed Nov 2, 2016
1 parent 7696a91 commit f2cb06e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/source/about/release-notes.rst
Expand Up @@ -33,7 +33,7 @@ v1.1.0: Unreleased
* Upgraded to Mockito 2.2.1
* Upgraded to Liquibase 3.5.3
* Upgraded to JDBI 2.77
* Upgraded to Jersey 2.23.2
* Upgraded to Jersey 2.24
* Upgraded to javassist 3.21.0-GA

.. _rel-1.0.3:
Expand Down
6 changes: 3 additions & 3 deletions docs/source/manual/client.rst
Expand Up @@ -124,7 +124,7 @@ If HttpClient_ is too low-level for you, Dropwizard also supports Jersey's `Clie
Jersey's ``Client`` allows you to use all of the server-side media type support that your service
uses to, for example, deserialize ``application/json`` request entities as POJOs.

.. _Client API: https://jersey.java.net/documentation/2.22.1/client.html
.. _Client API: https://jersey.java.net/documentation/2.24/client.html

To create a :ref:`managed <man-core-managed>`, instrumented ``JerseyClient`` instance, your
:ref:`configuration class <man-core-configuration>` needs an :ref:`jersey client configuration <man-configuration-clients-jersey>` instance:
Expand Down Expand Up @@ -178,7 +178,7 @@ the `Jersey Client Properties`_ can be used.
``HttpClientBuilder``, so the Jersey properties are ignored.

.. _Jersey Client Configuration: https://jersey.java.net/documentation/latest/appendix-properties.html#appendix-properties-client
.. _Jersey Client Properties: https://jersey.java.net/apidocs/2.22/jersey/org/glassfish/jersey/client/ClientProperties.html
.. _Jersey Client Properties: https://jersey.java.net/apidocs/2.24/jersey/org/glassfish/jersey/client/ClientProperties.html

.. _man-client-jersey-rx-usage:

Expand Down Expand Up @@ -215,4 +215,4 @@ Alternatively, there are RxJava, Guava, and JSR-166e implementations.
By allowing Dropwizard to create the rx-client, the same thread pool that is utilized by traditional
synchronous and asynchronous requests, is used for rx requests.

.. _rx-clients: https://jersey.java.net/documentation/2.23.1/rx-client.html
.. _rx-clients: https://jersey.java.net/documentation/2.24/rx-client.html
2 changes: 1 addition & 1 deletion dropwizard-bom/pom.xml
Expand Up @@ -23,7 +23,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<dropwizard.version>${project.version}</dropwizard.version>
<guava.version>19.0</guava.version>
<jersey.version>2.23.2</jersey.version>
<jersey.version>2.24</jersey.version>
<jackson.version>2.8.4</jackson.version>
<jetty.version>9.3.13.v20161014</jetty.version>
<servlet.version>3.0.0.v201112011016</servlet.version>
Expand Down

0 comments on commit f2cb06e

Please sign in to comment.