[resteasy-commits] [resteasy/Resteasy] 5e9d94: [RESTEASY-1445, RESTEASY-1369] Assign test testDup...

GitHub noreply at github.com
Mon Jul 25 07:54:10 EDT 2016


  Branch: refs/heads/master
  Home:   https://github.com/resteasy/Resteasy
  Commit: 5e9d941328d73c993149c16acca5f9b531c44287
      https://github.com/resteasy/Resteasy/commit/5e9d941328d73c993149c16acca5f9b531c44287
  Author: kanovotn <kanovotn at redhat.com>
  Date:   2016-07-20 (Wed, 20 Jul 2016)

  Changed paths:
    M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/response/DuplicitePathTest.java

  Log Message:
  -----------
  [RESTEASY-1445, RESTEASY-1369] Assign test testDuplicationTwoAppTwoResourceSameMethodPath, remove ExpectedFailing where issue was fixed


  Commit: acf9cb9f6894e372aaaf22a671393734821133c4
      https://github.com/resteasy/Resteasy/commit/acf9cb9f6894e372aaaf22a671393734821133c4
  Author: kanovotn <kanovotn at redhat.com>
  Date:   2016-07-21 (Thu, 21 Jul 2016)

  Changed paths:
    M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/crypto/resource/SigningResource.java
    M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/atom/resource/LinkProduct.java

  Log Message:
  -----------
  Fix compiler warnings


  Commit: a874d84da8ab35c72ed28f0f3a2df70b7e02058a
      https://github.com/resteasy/Resteasy/commit/a874d84da8ab35c72ed28f0f3a2df70b7e02058a
  Author: kanovotn <kanovotn at redhat.com>
  Date:   2016-07-21 (Thu, 21 Jul 2016)

  Changed paths:
    M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/asynch/ComprehensiveJaxrsTest.java
    M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/datasource/ReadDataSourceTwiceCountTempFileTest.java

  Log Message:
  -----------
  [RESTEASY-1446, RESTEASY-1448] Assign test to the jira


  Commit: eee960fde3bd6e5201af663dbcee354d4abc25d8
      https://github.com/resteasy/Resteasy/commit/eee960fde3bd6e5201af663dbcee354d4abc25d8
  Author: kanovotn <kanovotn at redhat.com>
  Date:   2016-07-21 (Thu, 21 Jul 2016)

  Changed paths:
    M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/yaml/YamlPojoBindingTest.java
    M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/yaml/YamlProviderTest.java

  Log Message:
  -----------
  Fix YamlPojoBindingTest and YamlProviderTest assertion


  Commit: 7831a5dcbf12f330f57de5a989befa98c170df71
      https://github.com/resteasy/Resteasy/commit/7831a5dcbf12f330f57de5a989befa98c170df71
  Author: kanovotn <kanovotn at redhat.com>
  Date:   2016-07-25 (Mon, 25 Jul 2016)

  Changed paths:
    M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/JacksonJsonViewTest.java
    M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/XmlJAXBContextFinderTest.java
    M testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/client/ResponseBuilderImplTest.java

  Log Message:
  -----------
  Add annotations and assert messages to various tests


  Commit: f148fccf407c32c3a5d65f1e2370ad47a12e7caa
      https://github.com/resteasy/Resteasy/commit/f148fccf407c32c3a5d65f1e2370ad47a12e7caa
  Author: kanovotn <kanovotn at redhat.com>
  Date:   2016-07-25 (Mon, 25 Jul 2016)

  Changed paths:
    M testsuite/unit-tests/pom.xml

  Log Message:
  -----------
  Option to run unit tests in testsuite against custom resteasy version


  Commit: b448dc94d082f69ee5b860dc13fde1de51dded02
      https://github.com/resteasy/Resteasy/commit/b448dc94d082f69ee5b860dc13fde1de51dded02
  Author: kanovotn <kanovotn at redhat.com>
  Date:   2016-07-25 (Mon, 25 Jul 2016)

  Changed paths:
    R testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/jsonfilter/Jackson2Product.java
    R testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/jsonfilter/Jackson2Resource.java
    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
    R testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/jsonfilter/JsonFilterWriteInterceptor.java
    R testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/jsonfilter/ObjectFilterModifier.java
    R testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/jsonfilter/ObjectWriterModifierFilter.java
    A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/jsonfilter/resource/Jackson2Product.java
    A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/jsonfilter/resource/Jackson2Resource.java
    A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/jsonfilter/resource/JsonFilterWriteInterceptor.java
    A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/jsonfilter/resource/ObjectFilterModifier.java
    A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/jsonfilter/resource/ObjectWriterModifierFilter.java
    M testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/providers/jackson2/jsonfilter/web.xml

  Log Message:
  -----------
  JsonFilter tests add annotations


  Commit: bbd3966979fecbf85f203bb223994221f3aa8874
      https://github.com/resteasy/Resteasy/commit/bbd3966979fecbf85f203bb223994221f3aa8874
  Author: Alessio Soldano <soldano.servizi at email.it>
  Date:   2016-07-25 (Mon, 25 Jul 2016)

  Changed paths:
    M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/asynch/ComprehensiveJaxrsTest.java
    M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/crypto/resource/SigningResource.java
    M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/atom/resource/LinkProduct.java
    M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/datasource/ReadDataSourceTwiceCountTempFileTest.java
    M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/JacksonJsonViewTest.java
    R testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/jsonfilter/Jackson2Product.java
    R testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/jsonfilter/Jackson2Resource.java
    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
    R testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/jsonfilter/JsonFilterWriteInterceptor.java
    R testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/jsonfilter/ObjectFilterModifier.java
    R testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/jsonfilter/ObjectWriterModifierFilter.java
    A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/jsonfilter/resource/Jackson2Product.java
    A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/jsonfilter/resource/Jackson2Resource.java
    A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/jsonfilter/resource/JsonFilterWriteInterceptor.java
    A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/jsonfilter/resource/ObjectFilterModifier.java
    A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/jsonfilter/resource/ObjectWriterModifierFilter.java
    M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/XmlJAXBContextFinderTest.java
    M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/yaml/YamlPojoBindingTest.java
    M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/yaml/YamlProviderTest.java
    M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/response/DuplicitePathTest.java
    M testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/providers/jackson2/jsonfilter/web.xml
    M testsuite/unit-tests/pom.xml
    M testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/client/ResponseBuilderImplTest.java

  Log Message:
  -----------
  Merge pull request #876 from kanovotn/testsuite/cleanup

[RESTEASY-1450] Testsuite - annotations, review failing tests, configurable resteasy version for unit tests


Compare: https://github.com/resteasy/Resteasy/compare/cfeb425cc633...bbd3966979fe


More information about the resteasy-commits mailing list