This is an automated email from the ASF dual-hosted git repository.
robertlazarski pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git
from 0a1600a5fc Merge pull request #1178 from
apache/dependabot/maven/org.apache.httpcomponents.client5-httpclient5-5.6.1
new 7577447de7 Add 127-field unit tests for field filtering at scale
new 39d7cc2b78 Use ReflectiveOperationException in WideRecord test helper
new 384f166ec4 Fix parseResponse() to use explicit UTF-8 charset
new 0ec484b583 Add nested dot-notation field filtering to both Moshi and
GSON formatters
new 2cdf276da9 Add GSON parity test and fix field visibility for test
inheritance
The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../streaming/JSONStreamingMessageFormatter.java | 192 ++++++++++++-
.../streaming/MoshiStreamingMessageFormatter.java | 264 ++++++++++++++++-
.../FieldFilteringMessageFormatterTest.java | 311 ++++++++++++++++++++-
.../GsonFieldFilteringMessageFormatterTest.java | 61 ++++
4 files changed, 811 insertions(+), 17 deletions(-)
create mode 100644
modules/json/test/org/apache/axis2/json/streaming/GsonFieldFilteringMessageFormatterTest.java