Branch: refs/heads/3.0.20.SPx
Home:
https://github.com/resteasy/Resteasy
Commit: 436d736855680bab0c3daef294c0ad3c10f3dca2
https://github.com/resteasy/Resteasy/commit/436d736855680bab0c3daef294c0a...
Author: marekkopecky <mkopecky(a)redhat.com>
Date: 2017-01-18 (Wed, 18 Jan 2017)
Changed paths:
M
resteasy-jaxrs/src/main/java/org/jboss/resteasy/core/interception/AbstractReaderInterceptorContext.java
M
resteasy-jaxrs/src/main/java/org/jboss/resteasy/core/interception/AbstractWriterInterceptorContext.java
A testsuite/arquillian-utils/src/main/java/org/jboss/resteasy/utils/LogCounter.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/logging/DebugLoggingTest.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/logging/resource/DebugLoggingCustomReaderAndWriter.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/logging/resource/DebugLoggingEndPoint.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/logging/resource/DebugLoggingReaderInterceptorCustom.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/logging/resource/DebugLoggingWriterInterceptorCustom.java
Log Message:
-----------
[RESTEASY-1583] Prepare tests for provider's and interceptor's debug messages
(#1022)
* Clarify debug messages with used interceptors
* Add tests for RESTEASY-1415 and RESTEASY-1558