This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch regen_bot in repository https://gitbox.apache.org/repos/asf/camel.git.
from 21b37d8 CAMEL-16905: remove obsolete code from MockEndpoint (#6024) add 46e28b8 CAMEL-16923: Fix NPE when configuring OpenAPI license & contact info properties No new revisions were added by this update. Summary of changes: .../org/apache/camel/openapi/OpenApiHelper.java | 3 +- .../apache/camel/openapi/RestOpenApiSupport.java | 16 ++--- .../camel/openapi/RestOpenApiLicenseInfoTest.java | 71 ++++++++++++++++++++++ 3 files changed, 79 insertions(+), 11 deletions(-) create mode 100644 components/camel-openapi-java/src/test/java/org/apache/camel/openapi/RestOpenApiLicenseInfoTest.java