eclipse-ee4j / eclipse-ee4j/jersey
LOG_TRAFFIC and DUMP_ENTITY TestProperties not honored.
- Dominant language
- Java
- Stars
- 730
- Forks
- 382
- PR merge metrics
- No merged PRs in 30d
Description
When running examples/json-moxy with jersey 2.22.2, the following output is seen:
```
Feb 07, 2017 2:34:06 PM org.glassfish.jersey.filter.LoggingFilter log
INFO: 1 * Sending client request on thread main
1 > GET http://localhost:9998/test
1 > Accept: application/json
Feb 07, 2017 2:34:07 PM org.glassfish.jersey.filter.LoggingFilter log
INFO: 1 * Client response received on thread main
1 < 200
1 < Content-Length: 21
1 < Content-Type: application/json
1 < Date: Tue, 07 Feb 2017 22:34:07 GMT
{"a":"a","b":1,"c":1}
```
This stopped working as of 2.23.
Seems like LoggingFeature was introduced with that version.
#### Affected Versions
[2.23, 2.24, 2.23.1, 2.23.2, 2.24.1, 2.25, 2.25.1, 2.26-b01, 2.26-b02]
Contributor guide
Assessment
This issue has not been assessed yet.