[resteasy-commits] [resteasy/Resteasy] 9c071f: [RESTEASY-1442] Add JsonFilterWithServletMultipleF...

GitHub noreply at github.com
Tue Oct 4 04:11:27 EDT 2016


  Branch: refs/heads/master
  Home:   https://github.com/resteasy/Resteasy
  Commit: 9c071f4ecdc693e1cdac738698811234b5ba5880
      https://github.com/resteasy/Resteasy/commit/9c071f4ecdc693e1cdac738698811234b5ba5880
  Author: kanovotn <kanovotn at redhat.com>
  Date:   2016-10-04 (Tue, 04 Oct 2016)

  Changed paths:
    A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/jsonfilter/JsonFilterWithServletMultipleFiltersTest.java
    A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/jsonfilter/resource/Jackson2Person.java
    A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/jsonfilter/resource/Jackson2PersonResource.java
    A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/jsonfilter/resource/ObjectFilterModifierMultiple.java
    A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/jsonfilter/resource/ObjectWriterModifierMultipleFilter.java
    A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/jsonfilter/resource/PersonType.java
    A testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/providers/jackson2/jsonfilter/web-filter-multiple.xml

  Log Message:
  -----------
  [RESTEASY-1442] Add JsonFilterWithServletMultipleFiltersTest


  Commit: b10ffc658e2bddcc8312931cae6095ab48662ebe
      https://github.com/resteasy/Resteasy/commit/b10ffc658e2bddcc8312931cae6095ab48662ebe
  Author: kanovotn <kanovotn at redhat.com>
  Date:   2016-10-04 (Tue, 04 Oct 2016)

  Changed paths:
    A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/jsonfilter/JsonFilterWithServletConditionalFilterTest.java
    A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/jsonfilter/resource/ObjectFilterModifierConditional.java
    A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/jsonfilter/resource/ObjectWriterModifierConditionalFilter.java
    A testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/providers/jackson2/jsonfilter/web-filter-conditional.xml

  Log Message:
  -----------
  [RESTEASY-1442] Add JsonFilterWithServletConditionalFilterTest


  Commit: 89aa36d3deae463716b8b5d0d79cf9e17a07b404
      https://github.com/resteasy/Resteasy/commit/89aa36d3deae463716b8b5d0d79cf9e17a07b404
  Author: kanovotn <kanovotn at redhat.com>
  Date:   2016-10-04 (Tue, 04 Oct 2016)

  Changed paths:
    A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/jsonfilter/JsonFilterSuperClassTest.java
    A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/jsonfilter/resource/JsonFilterChild.java
    A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/jsonfilter/resource/JsonFilterChildResource.java
    A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/jsonfilter/resource/JsonFilterParent.java

  Log Message:
  -----------
  [RESTEASY-1442] Add JsonFilterSuperClassTest


  Commit: f24617986bf9fb2f1cbb0753df29448573327f4d
      https://github.com/resteasy/Resteasy/commit/f24617986bf9fb2f1cbb0753df29448573327f4d
  Author: kanovotn <kanovotn at redhat.com>
  Date:   2016-10-04 (Tue, 04 Oct 2016)

  Changed paths:
    M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/jsonfilter/JsonFilterWithInterceptrTest.java
    M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/jsonfilter/JsonFilterWithSerlvetFilterTest.java

  Log Message:
  -----------
  [RESTEASY-1442] Correct path to the test resource


  Commit: d836a456b3ff7a918f52a69b413e9dd8b1cb87ce
      https://github.com/resteasy/Resteasy/commit/d836a456b3ff7a918f52a69b413e9dd8b1cb87ce
  Author: kanovotn <kanovotn at redhat.com>
  Date:   2016-10-04 (Tue, 04 Oct 2016)

  Changed paths:
    A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/jsonfilter/JsonFilterWithInterceptorMultipleFiltersTest.java
    A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/jsonfilter/resource/JsonFilterModifierMultipleWriteInterceptor.java

  Log Message:
  -----------
  [RESTEASY-1442] Add JsonFilterWithInterceptorMultipleFiltersTest


  Commit: 56eb793c53d3de384d2b2cfbe5dde80116891cee
      https://github.com/resteasy/Resteasy/commit/56eb793c53d3de384d2b2cfbe5dde80116891cee
  Author: kanovotn <kanovotn at redhat.com>
  Date:   2016-10-04 (Tue, 04 Oct 2016)

  Changed paths:
    A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/jsonfilter/JsonFilterWithInterceptorConditionalFilterTest.java
    A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/jsonfilter/resource/JsonFilterModifierConditionalWriterInterceptor.java

  Log Message:
  -----------
  [RESTEASY-1442] Add JsonFilterWithInterceptorConditionalFilterTest


Compare: https://github.com/resteasy/Resteasy/compare/ca2e3554a2c3...56eb793c53d3


More information about the resteasy-commits mailing list