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 e7b0860a060 Get the headers from the validated signature entry (#3171)
     new d07f6429232 Update Woodstox to 7.2.0 (#3138)
     new 4dce034cadd Bump github/codeql-action from 4.35.4 to 4.35.5 (#3139)
     new 6adf9b977ed Bump org.apache.maven.plugins:maven-site-plugin from 
3.21.0 to 3.22.0 (#3144)
     new cf86df2338c Bump cxf.tika.version from 3.3.0 to 3.3.1 (#3146)
     new ad4fbc2b478 [CXF-8966] : fix validation of nil int in xsd (#3151)
     new 759f4fd64ba Bump org.ow2.asm:asm from 9.10 to 9.10.1 (#3156)
     new 7d21cddea5c Bump org.apache.maven.plugins:maven-surefire-plugin from 
3.5.5 to 3.5.6 (#3160)
     new dfcfde77bb0 Bump github/codeql-action from 4.35.5 to 4.36.0 (#3161)
     new 770d5450c05 Bump org.apache.maven.plugins:maven-surefire-report-plugin 
(#3163)
     new bf0d2ec75d5 More SchemaFactory hardenings (#3157)
     new eda8a54dc40 Add limit to the maximum number of attachment headers to 
be collected (#3159)
     new 5e2367070c4 Recording .gitmergeinfo Changes

The 12 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:
 .github/workflows/codeql-analysis.yml              |  4 +-
 .gitmergeinfo                                      |  8 ++
 .../attachment/AttachmentBoundaryDeserializer.java |  8 +-
 .../cxf/attachment/AttachmentDeserializer.java     | 17 +++-
 .../cxf/attachment/AttachmentDeserializerUtil.java | 14 +++-
 .../validation/W3CMultiSchemaFactory.java          | 22 ++++-
 .../cxf/ws/addressing/EndpointReferenceUtils.java  | 21 +++++
 .../cxf/attachment/AttachmentDeserializerTest.java | 23 +++++
 .../source/XMLStreamDataReaderTest.java            | 98 ++++++++++++++++++++++
 .../cxf/databinding/source/resources/schema.xsd    | 11 +++
 .../databinding/source/resources/test-invalid.xml  |  5 ++
 .../databinding/source/resources/test-valid.xml    |  7 ++
 distribution/src/main/release/samples/pom.xml      |  4 +-
 parent/pom.xml                                     |  6 +-
 pom.xml                                            |  8 +-
 .../org/apache/cxf/aegis/type/XMLTypeCreator.java  |  1 +
 .../main/java/org/apache/cxf/ws/rm/RMEndpoint.java |  1 +
 .../tools/common/dom/ExtendedDocumentBuilder.java  | 21 +++++
 .../wsdlto/databinding/jaxb/JAXBDataBinding.java   |  8 ++
 19 files changed, 268 insertions(+), 19 deletions(-)
 create mode 100644 
core/src/test/java/org/apache/cxf/databinding/source/resources/schema.xsd
 create mode 100644 
core/src/test/java/org/apache/cxf/databinding/source/resources/test-invalid.xml
 create mode 100644 
core/src/test/java/org/apache/cxf/databinding/source/resources/test-valid.xml

Reply via email to