This is an automated email from the ASF dual-hosted git repository.
zregvart pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git.
from 183c4c6 Upgrade Spring Integration to version 5.0.8.RELEASE
new 9d14001 Add JUnit Jupiter version
new a4a79f9 Additional URISupport methods
new a4f81d4 CAMEL-12855: cleanup and tests
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:
.../java/org/apache/camel/util/URISupport.java | 60 ++++++++-
.../java/org/apache/camel/util/URISupportTest.java | 45 +++++++
components/camel-swagger-java/pom.xml | 30 ++++-
.../apache/camel/swagger/RestSwaggerSupport.java | 29 ++---
.../camel/swagger/RestSwaggerSupportTest.java | 140 +++++++++++++++++++++
parent/pom.xml | 1 +
6 files changed, 284 insertions(+), 21 deletions(-)
create mode 100644
components/camel-swagger-java/src/test/java/org/apache/camel/swagger/RestSwaggerSupportTest.java