Branch: refs/heads/master
Home:
https://github.com/resteasy/Resteasy
Commit: 99f10f4161198c4e36525f52118ea95f7e3c3822
https://github.com/resteasy/Resteasy/commit/99f10f4161198c4e36525f52118ea...
Author: rsearls <rsearls(a)redhat.com>
Date: 2019-04-06 (Sat, 06 Apr 2019)
Changed paths:
M
providers/json-binding/src/main/java/org/jboss/resteasy/plugins/providers/jsonb/JsonBindingProvider.java
M
providers/json-binding/src/main/java/org/jboss/resteasy/plugins/providers/jsonb/i18n/Messages.java
M
resteasy-client-api/src/main/java/org/jboss/resteasy/client/jaxrs/i18n/LogMessages.java
M
resteasy-client-api/src/main/java/org/jboss/resteasy/client/jaxrs/i18n/Messages.java
M
resteasy-client/src/main/java/org/jboss/resteasy/client/jaxrs/engines/ManualClosingApacheHttpClient43Engine.java
M
resteasy-client/src/main/java/org/jboss/resteasy/client/jaxrs/engines/URLConnectionEngine.java
M
resteasy-core-spi/src/main/java/org/jboss/resteasy/resteasy_jaxrs/i18n/LogMessages.java
M resteasy-core/src/main/java/org/jboss/resteasy/specimpl/BuiltResponse.java
M testsuite/arquillian-utils/src/main/java/org/jboss/resteasy/utils/LogCounter.java
M testsuite/arquillian-utils/src/main/java/org/jboss/resteasy/utils/TestUtil.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jsonb/basic/JsonBindingDebugLoggingTest.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jsonb/basic/resource/DebugLoggingServerSetup.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jsonb/basic/resource/JsonBindingDebugLoggingEndPoint.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jsonb/basic/resource/JsonBindingDebugLoggingItem.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jsonb/basic/resource/JsonBindingDebugLoggingItemCorruptedGet.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jsonb/basic/resource/JsonBindingDebugLoggingItemCorruptedSet.java
Log Message:
-----------
[RESTEASY-2056] 2 logging calls added to write exception and stacktra… (#1889)
* [RESTEASY-2131] Implements use of MicroProfile Config.
[RESTEASY-2131] Checkstyle fixes
[RESTEASY-2131] Expedite getName() in ConfigSources.
[RESTEASY-2131] Checkstyle fixes.
[RESTEASY-2131] Make name variable in ConfigSources volatile.
* [RESTEASY-1977 Make server side tracing info to include request instance id
* fix RESTEasyTracingLoggerImpl constructor
* fix RESTEasyTracingLoggerImpl parms
* support requestId in RESTEasyTracingMessage
* client side invocation id
* update JsonFormattedTracingInfoTest
* add log to JsonFormattedTracingInfoTest
* - optimize string concatenation
- fix tracing tests
* fix misleading info
* [RESTEASY-2056] 2 logging calls added to write exception and stacktrace to server.log.
Test code added.