[resteasy-commits] [resteasy/Resteasy] 332868: [RESTEASY-2411] upgrade FasterXML Jackson to 2.10.1

Ivo Studensky noreply at github.com
Wed Nov 20 16:41:39 EST 2019


  Branch: refs/heads/3.9
  Home:   https://github.com/resteasy/Resteasy
  Commit: 33286841e4bc27cda6af576b439d8abc68545e1d
      https://github.com/resteasy/Resteasy/commit/33286841e4bc27cda6af576b439d8abc68545e1d
  Author: Ivo Studensky <istudens at redhat.com>
  Date:   2019-11-20 (Wed, 20 Nov 2019)

  Changed paths:
    M resteasy-dependencies-bom/pom.xml
    M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/JacksonDatatypeTest.java

  Log Message:
  -----------
  [RESTEASY-2411] upgrade FasterXML Jackson to 2.10.1


  Commit: 7e875f290c83d4e01975cabcdea9df02aef3dd98
      https://github.com/resteasy/Resteasy/commit/7e875f290c83d4e01975cabcdea9df02aef3dd98
  Author: Alessio Soldano <asoldano at redhat.com>
  Date:   2019-11-20 (Wed, 20 Nov 2019)

  Changed paths:
    M providers/jackson2/src/main/java/org/jboss/resteasy/plugins/providers/jackson/Jackson2JsonpInterceptor.java
    M providers/jackson2/src/main/java/org/jboss/resteasy/plugins/providers/jackson/PatchMethodFilter.java
    M providers/jackson2/src/main/java/org/jboss/resteasy/plugins/providers/jackson/ResteasyJackson2Provider.java
    A providers/jackson2/src/main/java/org/jboss/resteasy/plugins/providers/jackson/WhiteListPolymorphicTypeValidatorBuilder.java
    M security/jose-jwt/src/main/java/org/jboss/resteasy/jwt/JWTContextResolver.java

  Log Message:
  -----------
  [RESTEASY-2411] WhiteListPolymorphicTypeValidator


  Commit: 82797d9283bcd16a4312293937f613bb7b3fdd17
      https://github.com/resteasy/Resteasy/commit/82797d9283bcd16a4312293937f613bb7b3fdd17
  Author: Ivo Studensky <istudens at redhat.com>
  Date:   2019-11-20 (Wed, 20 Nov 2019)

  Changed paths:
    M testsuite/integration-tests/pom.xml
    A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/whitelist/JaxRsActivator.java
    A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/whitelist/TestRESTService.java
    A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/whitelist/WhiteListPolymorphicTypeValidatorTest.java
    A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/whitelist/model/AbstractVehicle.java
    A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/whitelist/model/TestPolymorphicType.java
    A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/whitelist/model/air/Aircraft.java
    A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/whitelist/model/land/Automobile.java

  Log Message:
  -----------
  [RESTEASY-2411] test-case for WhiteListPolymorphicTypeValidatorBuilder


Compare: https://github.com/resteasy/Resteasy/compare/ee84f8bb2dbb...82797d9283bc


More information about the resteasy-commits mailing list