This is an automated email from the ASF dual-hosted git repository.
coheigea pushed a change to branch 3.5.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git.
from 60bea92 Update Hibernate to 5.6.5.Final and Hibernate Validator to
6.2.1.Final
new e7f7b21 [CXF-8648] Make ClaimsAuthorizingInterceptor configurable in
ClaimsAuthorizingFilter (#899)
new e607d5c Use Math.exact to add two ints that might come from user data
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:
.../java/org/apache/cxf/attachment/Base64DecoderStream.java | 2 +-
.../org/apache/cxf/attachment/MimeBodyPartInputStream.java | 6 +++---
.../java/org/apache/cxf/common/util/Base64OutputStream.java | 2 +-
.../main/java/org/apache/cxf/common/util/Base64Utility.java | 2 +-
.../java/org/apache/cxf/common/util/CompressionUtils.java | 3 ++-
core/src/main/java/org/apache/cxf/io/ReaderInputStream.java | 2 +-
.../apache/cxf/jaxrs/security/ClaimsAuthorizingFilter.java | 13 +++++++++++--
.../org/apache/cxf/transport/websocket/WebSocketUtils.java | 2 +-
.../systest/jaxrs/security/jose/jwt/authn-authz-server.xml | 8 ++++++--
.../apache/cxf/systest/jaxrs/security/saml/secureServer.xml | 5 ++++-
10 files changed, 31 insertions(+), 14 deletions(-)