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 1e46205fe69 Filter claims by granted scopes for the IdToken case
(#3304)
new 7346d781427 Make sure MessageContextImpl respects the limit to the
maximum number of attachments to be collected (#3311)
new 8a3f3504b4e 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 | 1 +
.../cxf/attachment/AttachmentDeserializer.java | 3 +-
.../apache/cxf/jaxrs/ext/MessageContextImpl.java | 27 +++-
.../cxf/jaxrs/provider/EntityPartProvider.java | 8 +
.../cxf/jaxrs/provider/EntityPartProviderTest.java | 170 +++++++++++++++++++++
.../cxf/jaxrs/provider/MultipartProviderTest.java | 133 ++++++++++++++++
6 files changed, 339 insertions(+), 3 deletions(-)
create mode 100644
rt/frontend/jaxrs/src/test/java/org/apache/cxf/jaxrs/provider/EntityPartProviderTest.java
create mode 100644
rt/frontend/jaxrs/src/test/java/org/apache/cxf/jaxrs/provider/MultipartProviderTest.java