[resteasy/Resteasy] bad3f2: [RESTEASY-2503] Throw ViolationException for EJBs ...
by Lin Gao
Branch: refs/heads/3.6.1.SPx
Home: https://github.com/resteasy/Resteasy
Commit: bad3f29229fb3d3eb08d20591366853b40b36ef8
https://github.com/resteasy/Resteasy/commit/bad3f29229fb3d3eb08d205913668...
Author: Lin Gao <lgao(a)redhat.com>
Date: 2020-03-20 (Fri, 20 Mar 2020)
Changed paths:
M providers/resteasy-validator-provider-11/src/main/java/org/jboss/resteasy/plugins/validation/GeneralValidatorImpl.java
M resteasy-jaxrs/src/main/java/org/jboss/resteasy/core/ResourceMethodInvoker.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/ejb/EJBParameterViolationsOnlyTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/ejb/resource/EJBParameterViolationsOnlyAbstractDataObject.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/ejb/resource/EJBParameterViolationsOnlyDataObject.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/ejb/resource/EJBParameterViolationsOnlyResourceIntf.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/ejb/resource/EJBParameterViolationsOnlySingletonResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/ejb/resource/EJBParameterViolationsOnlyStatefulResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/ejb/resource/EJBParameterViolationsOnlyStatelessResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/ejb/resource/EJBParameterViolationsOnlyTestApplication.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/providers/validation/NoFieldValidationEJBTest.java
Log Message:
-----------
[RESTEASY-2503] Throw ViolationException for EJBs with just parameter violations (#2327)
* [RESTEASY-2503] Throw ViolationException for EJBs with just parameter
violations.
* Update EJBParameterViolationsOnlyTest.java
* Update NoFieldValidationEJBTest.java
Co-authored-by: Ron Sigal <rsigal(a)redhat.com>
4 years, 10 months
[resteasy/Resteasy] 1dc802: [RESTEASY-2522] Catch ConstraintViolationException...
by Ron Sigal
Branch: refs/heads/3.6.1.SPx
Home: https://github.com/resteasy/Resteasy
Commit: 1dc802c0cd18a59f9a744ee6ce2d2337c041ff1b
https://github.com/resteasy/Resteasy/commit/1dc802c0cd18a59f9a744ee6ce2d2...
Author: Ron Sigal <rsigal(a)redhat.com>
Date: 2020-03-18 (Wed, 18 Mar 2020)
Changed paths:
M providers/resteasy-validator-provider-11/src/main/java/org/jboss/resteasy/plugins/validation/GeneralValidatorImpl.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/ConstraintViolationExceptionTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ConstraintViolationExceptionApplication.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ConstraintViolationExceptionDTO.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ConstraintViolationExceptionResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ConstraintViolationExceptionResourceImpl.java
Log Message:
-----------
[RESTEASY-2522] Catch ConstraintViolationException in (#2326)
GeneralValidatorImpl.checkForConstraintViolations()
[RESTEASY-2522] Catch ConstraintViolationException in
GeneralValidatorImpl.checkForConstraintViolations()
[RESTEASY-2522] Add integration test.
4 years, 10 months
[resteasy/Resteasy] 5cfe0c: [RESTEASY-2503] Throw ViolationException for EJBs ...
by Ron Sigal
Branch: refs/heads/3.12
Home: https://github.com/resteasy/Resteasy
Commit: 5cfe0cf49ababe3bdcda358ee5d82000d5638d6f
https://github.com/resteasy/Resteasy/commit/5cfe0cf49ababe3bdcda358ee5d82...
Author: Ron Sigal <rsigal(a)redhat.com>
Date: 2020-03-17 (Tue, 17 Mar 2020)
Changed paths:
M providers/resteasy-validator-provider/src/main/java/org/jboss/resteasy/plugins/validation/GeneralValidatorImpl.java
M resteasy-jaxrs/src/main/java/org/jboss/resteasy/core/ResourceMethodInvoker.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/ejb/EJBParameterViolationsOnlyTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/ejb/resource/EJBParameterViolationsOnlyAbstractDataObject.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/ejb/resource/EJBParameterViolationsOnlyDataObject.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/ejb/resource/EJBParameterViolationsOnlyResourceIntf.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/ejb/resource/EJBParameterViolationsOnlySingletonResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/ejb/resource/EJBParameterViolationsOnlyStatefulResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/ejb/resource/EJBParameterViolationsOnlyStatelessResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/ejb/resource/EJBParameterViolationsOnlyTestApplication.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/providers/validation/NoFieldValidationEJBTest.java
Log Message:
-----------
[RESTEASY-2503] Throw ViolationException for EJBs with just parameter
violations.
4 years, 10 months
[resteasy/Resteasy] 577b9a: [RESTEASY-2503] Throw ViolationException for EJBs ...
by Ron Sigal
Branch: refs/heads/master
Home: https://github.com/resteasy/Resteasy
Commit: 577b9a14495266e337741e58813fd10b46446c65
https://github.com/resteasy/Resteasy/commit/577b9a14495266e337741e58813fd...
Author: Ron Sigal <rsigal(a)redhat.com>
Date: 2020-03-16 (Mon, 16 Mar 2020)
Changed paths:
M providers/resteasy-validator-provider/src/main/java/org/jboss/resteasy/plugins/validation/GeneralValidatorImpl.java
M resteasy-core/src/main/java/org/jboss/resteasy/core/ResourceMethodInvoker.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/ejb/EJBParameterViolationsOnlyTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/ejb/resource/EJBParameterViolationsOnlyAbstractDataObject.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/ejb/resource/EJBParameterViolationsOnlyDataObject.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/ejb/resource/EJBParameterViolationsOnlyResourceIntf.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/ejb/resource/EJBParameterViolationsOnlySingletonResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/ejb/resource/EJBParameterViolationsOnlyStatefulResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/ejb/resource/EJBParameterViolationsOnlyStatelessResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/ejb/resource/EJBParameterViolationsOnlyTestApplication.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/providers/validation/NoFieldValidationEJBTest.java
Log Message:
-----------
[RESTEASY-2503] Throw ViolationException for EJBs with just parameter
violations.
4 years, 10 months
[resteasy/Resteasy] c3ae29: Preparing for tagging 4.5.2.Final
by Alessio Soldano
Branch: refs/heads/4.5
Home: https://github.com/resteasy/Resteasy
Commit: c3ae299fffc64900b167fcb3cfcff612a19d8ac0
https://github.com/resteasy/Resteasy/commit/c3ae299fffc64900b167fcb3cfcff...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2020-03-04 (Wed, 04 Mar 2020)
Changed paths:
M arquillian/RESTEASY-1056-jetty-bv11/pom.xml
M arquillian/RESTEASY-1630-jetty-resteasy-servlet-initializer/pom.xml
M arquillian/RESTEASY-736-jetty/pom.xml
M arquillian/pom.xml
M distribution/pom.xml
M distribution/src-distribution/pom.xml
M docbook/pom.xml
M docbook/reference/en/en-US/master.xml
M docbook/reference/en/en-US/modules/Cache_NoCache_CacheControl.xml
M docbook/reference/en/en-US/modules/Installation_Configuration.xml
M docbook/reference/en/en-US/modules/Json-p.xml
M docbook/reference/en/en-US/modules/Links.xml
M docbook/reference/en/en-US/modules/RESTEasy_Embedded_Container.xml
M docbook/reference/en/en-US/modules/RESTEasy_Spring_Integration.xml
M docbook/reference/en/en-US/modules/signature.xml
M docbook/reference/en/en-US/modules/smime.xml
M jboss-modules/pom.xml
M pom.xml
M profiling-tests/pom.xml
M providers/fastinfoset/pom.xml
M providers/jackson2/pom.xml
M providers/jaxb/pom.xml
M providers/json-binding/pom.xml
M providers/json-p-ee7/pom.xml
M providers/multipart/pom.xml
M providers/pom.xml
M providers/resteasy-atom/pom.xml
M providers/resteasy-html/pom.xml
M providers/resteasy-validator-provider/pom.xml
M resteasy-bom/pom.xml
M resteasy-cache/pom.xml
M resteasy-cache/resteasy-cache-core/pom.xml
M resteasy-cdi/pom.xml
M resteasy-client-api/pom.xml
M resteasy-client-jetty/pom.xml
M resteasy-client-microprofile/pom.xml
M resteasy-client-reactor-netty/pom.xml
M resteasy-client-vertx/pom.xml
M resteasy-client/pom.xml
M resteasy-core-spi/pom.xml
M resteasy-core/pom.xml
M resteasy-dependencies-bom/pom.xml
M resteasy-guice/pom.xml
M resteasy-jsapi/pom.xml
M resteasy-links/pom.xml
M resteasy-reactive-context/pom.xml
M resteasy-reactor/pom.xml
M resteasy-rxjava2/pom.xml
M resteasy-servlet-initializer/pom.xml
M resteasy-spring-web/pom.xml
M resteasy-spring/pom.xml
M resteasy-stats/pom.xml
M resteasy-upgrade-guide/pom.xml
M resteasy-wadl-undertow-connector/pom.xml
M resteasy-wadl/pom.xml
M security/jose-jwt/pom.xml
M security/pom.xml
M security/resteasy-crypto/pom.xml
M server-adapters/pom.xml
M server-adapters/resteasy-jdk-http/pom.xml
M server-adapters/resteasy-netty4-cdi/pom.xml
M server-adapters/resteasy-netty4/pom.xml
M server-adapters/resteasy-undertow-spring/pom.xml
M server-adapters/resteasy-undertow/pom.xml
M server-adapters/resteasy-vertx/pom.xml
M testsuite/arquillian-utils/pom.xml
M testsuite/integration-tests-embedded/pom.xml
M testsuite/integration-tests-spring-web/deployment/pom.xml
M testsuite/integration-tests-spring-web/pom.xml
M testsuite/integration-tests-spring/deployment/pom.xml
M testsuite/integration-tests-spring/inmodule/pom.xml
M testsuite/integration-tests-spring/pom.xml
M testsuite/integration-tests-spring/unit/pom.xml
M testsuite/integration-tests/pom.xml
M testsuite/microprofile-tck/pom.xml
M testsuite/pom.xml
M testsuite/unit-tests/pom.xml
Log Message:
-----------
Preparing for tagging 4.5.2.Final
Commit: fbc15de8bfc8b3adce93605368cce6a0651bb02c
https://github.com/resteasy/Resteasy/commit/fbc15de8bfc8b3adce93605368cce...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2020-03-04 (Wed, 04 Mar 2020)
Changed paths:
M arquillian/RESTEASY-1056-jetty-bv11/pom.xml
M arquillian/RESTEASY-1630-jetty-resteasy-servlet-initializer/pom.xml
M arquillian/RESTEASY-736-jetty/pom.xml
M arquillian/pom.xml
M distribution/pom.xml
M distribution/src-distribution/pom.xml
M docbook/pom.xml
M docbook/reference/en/en-US/master.xml
M docbook/reference/en/en-US/modules/Cache_NoCache_CacheControl.xml
M docbook/reference/en/en-US/modules/Installation_Configuration.xml
M docbook/reference/en/en-US/modules/Json-p.xml
M docbook/reference/en/en-US/modules/Links.xml
M docbook/reference/en/en-US/modules/RESTEasy_Embedded_Container.xml
M docbook/reference/en/en-US/modules/RESTEasy_Spring_Integration.xml
M docbook/reference/en/en-US/modules/signature.xml
M docbook/reference/en/en-US/modules/smime.xml
M jboss-modules/pom.xml
M pom.xml
M profiling-tests/pom.xml
M providers/fastinfoset/pom.xml
M providers/jackson2/pom.xml
M providers/jaxb/pom.xml
M providers/json-binding/pom.xml
M providers/json-p-ee7/pom.xml
M providers/multipart/pom.xml
M providers/pom.xml
M providers/resteasy-atom/pom.xml
M providers/resteasy-html/pom.xml
M providers/resteasy-validator-provider/pom.xml
M resteasy-bom/pom.xml
M resteasy-cache/pom.xml
M resteasy-cache/resteasy-cache-core/pom.xml
M resteasy-cdi/pom.xml
M resteasy-client-api/pom.xml
M resteasy-client-jetty/pom.xml
M resteasy-client-microprofile/pom.xml
M resteasy-client-reactor-netty/pom.xml
M resteasy-client-vertx/pom.xml
M resteasy-client/pom.xml
M resteasy-core-spi/pom.xml
M resteasy-core/pom.xml
M resteasy-dependencies-bom/pom.xml
M resteasy-guice/pom.xml
M resteasy-jsapi/pom.xml
M resteasy-links/pom.xml
M resteasy-reactive-context/pom.xml
M resteasy-reactor/pom.xml
M resteasy-rxjava2/pom.xml
M resteasy-servlet-initializer/pom.xml
M resteasy-spring-web/pom.xml
M resteasy-spring/pom.xml
M resteasy-stats/pom.xml
M resteasy-upgrade-guide/pom.xml
M resteasy-wadl-undertow-connector/pom.xml
M resteasy-wadl/pom.xml
M security/jose-jwt/pom.xml
M security/pom.xml
M security/resteasy-crypto/pom.xml
M server-adapters/pom.xml
M server-adapters/resteasy-jdk-http/pom.xml
M server-adapters/resteasy-netty4-cdi/pom.xml
M server-adapters/resteasy-netty4/pom.xml
M server-adapters/resteasy-undertow-spring/pom.xml
M server-adapters/resteasy-undertow/pom.xml
M server-adapters/resteasy-vertx/pom.xml
M testsuite/arquillian-utils/pom.xml
M testsuite/integration-tests-embedded/pom.xml
M testsuite/integration-tests-spring-web/deployment/pom.xml
M testsuite/integration-tests-spring-web/pom.xml
M testsuite/integration-tests-spring/deployment/pom.xml
M testsuite/integration-tests-spring/inmodule/pom.xml
M testsuite/integration-tests-spring/pom.xml
M testsuite/integration-tests-spring/unit/pom.xml
M testsuite/integration-tests/pom.xml
M testsuite/microprofile-tck/pom.xml
M testsuite/pom.xml
M testsuite/unit-tests/pom.xml
Log Message:
-----------
Preparing for next dev cycle
Compare: https://github.com/resteasy/Resteasy/compare/b6a5576f1c11...fbc15de8bfc8
4 years, 10 months