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 d118fb108e Merge pull request #1196 from 
apache/dependabot/maven/org.codehaus.cargo-cargo-maven2-plugin-1.9.0
     new 2940ab7d2c Add HbmBatchSchemaGenerator CLI tool for bulk HBM→OpenAPI 
conversion
     new d9baa0c85e Add HbmBatchSchemaGenerator tests with StockExchangeBO 
fixture
     new a11c41231e docs: Remove proprietary references from pagination code 
and docs

The 3 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:
 .../axis2/jpa/schema/HbmBatchSchemaGenerator.java  | 219 ++++++++++++++++
 .../jpa/schema/HbmBatchSchemaGeneratorTest.java    | 280 +++++++++++++++++++++
 .../src/test/resources/StockExchangeBO.hbm.xml     |  60 +++++
 .../apache/axis2/json/rpc/PaginatedResponse.java   |   6 +-
 .../axis2/json/rpc/PaginatedResponseTest.java      |   2 +-
 src/site/markdown/docs/mcp-examples.md             |   2 +-
 src/site/xdoc/docs/json-pagination.xml             |  12 +-
 src/site/xdoc/docs/openapi-jpa-schema.xml          | 109 +++++++-
 src/site/xdoc/docs/toc.xml                         |   2 +-
 9 files changed, 679 insertions(+), 13 deletions(-)
 create mode 100644 
modules/jpa-schema/src/main/java/org/apache/axis2/jpa/schema/HbmBatchSchemaGenerator.java
 create mode 100644 
modules/jpa-schema/src/test/java/org/apache/axis2/jpa/schema/HbmBatchSchemaGeneratorTest.java
 create mode 100644 
modules/jpa-schema/src/test/resources/StockExchangeBO.hbm.xml

Reply via email to