This is an automated email from the ASF dual-hosted git repository. zregvart pushed a change to branch camel-2.x in repository https://gitbox.apache.org/repos/asf/camel.git.
from 7d38e13 CAMEL-13481 - Upgrade Shiro to version 1.4.1 new c4fb25c Improve docs a bit for camel-rest-swagger when loading swagger spec from https. Also fixed so catching wider exception in fallback to let swagger attempt to load. new cf5c1c7 CAMEL-13192: Path resolution in rest-swagger fa... new 9dcd4b1 CAMEL-13490: Consider API key in query paramete... 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: .../src/main/docs/rest-swagger-component.adoc | 12 +- .../rest/swagger/RestSwaggerComponent.java | 12 +- .../rest/swagger/RestSwaggerEndpoint.java | 66 +- .../component/rest/swagger/RestSwaggerHelper.java | 2 +- .../rest/swagger/RestSwaggerComponentTest.java | 46 + .../rest/swagger/RestSwaggerEndpointTest.java | 61 +- .../src/test/resources/alt-petstore.json | 1039 ++++++++++++++++++++ .../RestSwaggerComponentConfiguration.java | 12 +- 8 files changed, 1212 insertions(+), 38 deletions(-) create mode 100644 components/camel-rest-swagger/src/test/resources/alt-petstore.json