Branch: refs/heads/master
Home:
https://github.com/resteasy/Resteasy
Commit: 1b555e847a34927d0b17caaad8bb07567189e15e
https://github.com/resteasy/Resteasy/commit/1b555e847a34927d0b17caaad8bb0...
Author: marekkopecky <mkopecky(a)redhat.com>
Date: 2016-12-19 (Mon, 19 Dec 2016)
Changed paths:
M
resteasy-jaxrs/src/main/java/org/jboss/resteasy/core/interception/jaxrs/AbstractReaderInterceptorContext.java
M
resteasy-jaxrs/src/main/java/org/jboss/resteasy/core/interception/jaxrs/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:
-----------
Prepare tests for provider's and interceptor's debug messages (#1022)
* Clarify debug messages with used interceptors
* Add tests for ESTEASY-1415 and RESTEASY-1558