This is an automated email from the ASF dual-hosted git repository.

jamesnetherton pushed a change to branch 3.15.x
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


    from 06869b3214 Mark .wasm files as binary in .gitattributes
     new c7162f2771 Move swagger-codegen dependencies to rest-openapi 
deployment module
     new c75d88e948 Add tests for context reloading

The 2 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:
 extensions-support/swagger/runtime/pom.xml         |  8 ---
 extensions/rest-openapi/deployment/pom.xml         |  8 +++
 integration-tests/main/pom.xml                     |  5 ++
 .../camel/quarkus/main/ContextReloadObserver.java} | 22 ++++----
 .../camel/quarkus/main/CoreMainResource.java       | 28 ++++++++++
 .../main/{CoreMainIT.java => ContextReloadIT.java} |  2 +-
 .../camel/quarkus/main/ContextReloadTest.java      | 63 ++++++++++++++++++++++
 7 files changed, 115 insertions(+), 21 deletions(-)
 copy 
integration-tests/{main-yaml/src/main/java/org/apache/camel/quarkus/main/GreetingBean.java
 => 
main/src/main/java/org/apache/camel/quarkus/main/ContextReloadObserver.java} 
(67%)
 copy 
integration-tests/main/src/test/java/org/apache/camel/quarkus/main/{CoreMainIT.java
 => ContextReloadIT.java} (94%)
 create mode 100644 
integration-tests/main/src/test/java/org/apache/camel/quarkus/main/ContextReloadTest.java

Reply via email to