[jbossws-commits] [jbossws/jbossws-cxf] 389e0f: Make JBossWSJAXRSInvoker extend JAXRSBeanValidatio...

GitHub noreply at github.com
Wed Feb 3 12:21:40 EST 2016


  Branch: refs/heads/rest
  Home:   https://github.com/jbossws/jbossws-cxf
  Commit: 389e0f200dcde26f545b23db0e31d5b0e7808d46
      https://github.com/jbossws/jbossws-cxf/commit/389e0f200dcde26f545b23db0e31d5b0e7808d46
  Author: Alessio Soldano <asoldano at redhat.com>
  Date:   2016-02-03 (Wed, 03 Feb 2016)

  Changed paths:
    M modules/server/src/main/java/org/jboss/wsf/stack/cxf/JBossWSJAXRSInvoker.java

  Log Message:
  -----------
  Make JBossWSJAXRSInvoker extend JAXRSBeanValidationInvoker to enable Bean Validation on non-singleton resources


  Commit: 3891ce5794a970e06f2c4611c989a9c508c9773b
      https://github.com/jbossws/jbossws-cxf/commit/3891ce5794a970e06f2c4611c989a9c508c9773b
  Author: Alessio Soldano <asoldano at redhat.com>
  Date:   2016-02-03 (Wed, 03 Feb 2016)

  Changed paths:
    M modules/testsuite/pom.xml

  Log Message:
  -----------
  Add bean validation api to testsuite


  Commit: e885c33801d197db45cba7915bbd9e0f355288d6
      https://github.com/jbossws/jbossws-cxf/commit/e885c33801d197db45cba7915bbd9e0f355288d6
  Author: Alessio Soldano <asoldano at redhat.com>
  Date:   2016-02-03 (Wed, 03 Feb 2016)

  Changed paths:
    A modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/beanvalidation/AnotherValidatorResource.java
    A modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/beanvalidation/BeanValidationIntegrationTestCase.java
    A modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/beanvalidation/TestApplication.java
    A modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/beanvalidation/ValidatorModel.java
    A modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/beanvalidation/ValidatorResource.java
    A modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/beanvalidation/YetAnotherValidatorResource.java

  Log Message:
  -----------
  Add Bean Validation testcase (@ValidateOnExecution support still not working)


Compare: https://github.com/jbossws/jbossws-cxf/compare/4277413d9ac8...e885c33801d1


More information about the jbossws-commits mailing list