This is an automated email from the ASF dual-hosted git repository.
reta pushed a change to branch 4.1.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git
from f2ac92f01e5 Recording .gitmergeinfo Changes
new a5c617630eb Add maxSize to BinaryDataProvider so the payload size
could be constrained (to 1Gb by default) (#3301)
new b9be4344dec Recording .gitmergeinfo Changes
The 2 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:
.gitmergeinfo | 2 ++
.../java/org/apache/cxf/helpers/CastUtils.java | 10 +++++++-
.../main/java/org/apache/cxf/helpers/IOUtils.java | 30 ++++++++++++++++++----
.../java/org/apache/cxf/io/CachedOutputStream.java | 8 +++++-
.../cxf/jaxrs/provider/BinaryDataProvider.java | 7 ++++-
.../cxf/jaxrs/provider/BinaryDataProviderTest.java | 19 ++++++++++++++
.../cache/CacheControlClientReaderInterceptor.java | 9 +++++--
.../jaxrs/client/cache/CacheControlFeature.java | 8 +++++-
8 files changed, 82 insertions(+), 11 deletions(-)