(axis-axis2-java-core) branch master updated (5b96c7b93f -> fddeb75b16)

2024-06-04 Thread robertlazarski
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 5b96c7b93f Bump org.apache.maven.plugins:maven-enforcer-plugin from 
3.4.1 to 3.5.0
 add 3ae4079b7f Use XMLBeans' BindingConfigImpl in Axis2BindingConfig 
instead of XSDConfig, +doc.
 add eceb6e0a43 Replace 'Path.of(String)' with something that works in Java 
8.
 add 23b5951194 Bugfix: check if filename endsWith, instead of 
Path.endsWith.
 add d00211700d Minor documentation fixups.
 new fddeb75b16 Merge pull request #589 from 
std-h/xmlbeans-xsdconfig-proposal

The 1 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:
 .../wsdl/codegen/extension/XMLBeansExtension.java  |   2 +
 .../maven2/wsdl2code/AbstractWSDL2CodeMojo.java|  25 ++-
 .../axis2/xmlbeans/CodeGenerationUtility.java  | 216 ---
 .../java/org/apache/axis2/xmlbeans/XSDConfig.java  | 230 -
 4 files changed, 212 insertions(+), 261 deletions(-)
 delete mode 100644 
modules/xmlbeans-codegen/src/main/java/org/apache/axis2/xmlbeans/XSDConfig.java



(axis-axis2-java-core) 01/01: Merge pull request #589 from std-h/xmlbeans-xsdconfig-proposal

2024-06-04 Thread robertlazarski
This is an automated email from the ASF dual-hosted git repository.

robertlazarski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git

commit fddeb75b160c5e5bcb3a41701380e98f2138b299
Merge: 5b96c7b93f d00211700d
Author: robertlazarski <58150512+robertlazar...@users.noreply.github.com>
AuthorDate: Tue Jun 4 07:54:46 2024 -1000

Merge pull request #589 from std-h/xmlbeans-xsdconfig-proposal

Use XMLBeans' BindingConfigImpl in Axis2BindingConfig instead of XSDConfig, 
+doc.

 .../wsdl/codegen/extension/XMLBeansExtension.java  |   2 +
 .../maven2/wsdl2code/AbstractWSDL2CodeMojo.java|  25 ++-
 .../axis2/xmlbeans/CodeGenerationUtility.java  | 216 ---
 .../java/org/apache/axis2/xmlbeans/XSDConfig.java  | 230 -
 4 files changed, 212 insertions(+), 261 deletions(-)