[resteasy/Resteasy] 439555: [RESTEASY-1749] Fix validation behavior for EJBs
by GitHub
Branch: refs/heads/3.6
Home: https://github.com/resteasy/Resteasy
Commit: 43955592554e7f116f9c602b77579af9d0ab11b3
https://github.com/resteasy/Resteasy/commit/43955592554e7f116f9c602b77579...
Author: Ron Sigal <rsigal(a)redhat.com>
Date: 2018-10-26 (Fri, 26 Oct 2018)
Changed paths:
M providers/resteasy-validator-provider-11/src/main/java/org/jboss/resteasy/plugins/validation/GeneralValidatorImpl.java
M providers/resteasy-validator-provider-11/src/main/java/org/jboss/resteasy/plugins/validation/SimpleViolationsContainer.java
M resteasy-jaxrs/src/main/java/org/jboss/resteasy/api/validation/SimpleViolationsContainer.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/ejb/EJBCDIValidationTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/ejb/resource/EJBCDIValidationApplication.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/ejb/resource/EJBCDIValidationSingletonResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/ejb/resource/EJBCDIValidationStatefulResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/ejb/resource/EJBCDIValidationStatelessResource.java
Log Message:
-----------
[RESTEASY-1749] Fix validation behavior for EJBs
[RESTEASY-1749] SimpleViolationsContainer.compareConstraintViolation()
doesn't need to be public.
**NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/
Functionality will be removed from GitHub.com on January 31st, 2019.
6 years, 1 month
[resteasy/Resteasy] 905cc3: [RESTEASY-1749] Fix validation behavior for EJBs
by GitHub
Branch: refs/heads/master
Home: https://github.com/resteasy/Resteasy
Commit: 905cc312a373c9fd30f3c2dd86dd6f69d4406992
https://github.com/resteasy/Resteasy/commit/905cc312a373c9fd30f3c2dd86dd6...
Author: Ron Sigal <rsigal(a)redhat.com>
Date: 2018-10-26 (Fri, 26 Oct 2018)
Changed paths:
M providers/resteasy-validator-provider-11/src/main/java/org/jboss/resteasy/plugins/validation/GeneralValidatorImpl.java
M providers/resteasy-validator-provider-11/src/main/java/org/jboss/resteasy/plugins/validation/SimpleViolationsContainer.java
M resteasy-core-spi/src/main/java/org/jboss/resteasy/api/validation/SimpleViolationsContainer.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/ejb/EJBCDIValidationTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/ejb/resource/EJBCDIValidationApplication.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/ejb/resource/EJBCDIValidationSingletonResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/ejb/resource/EJBCDIValidationStatefulResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/ejb/resource/EJBCDIValidationStatelessResource.java
Log Message:
-----------
[RESTEASY-1749] Fix validation behavior for EJBs
[RESTEASY-1749] SimpleViolationsContainer.compareConstraintViolation()
doesn't need to be public.
**NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/
Functionality will be removed from GitHub.com on January 31st, 2019.
6 years, 1 month