You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by lb...@apache.org on 2020/01/04 13:56:14 UTC

[camel-quarkus] branch master updated (eb86b49 -> b76d4f9)

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

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


    from eb86b49  chore: fix warning
     add ac0f64d  bean build items: replace @Nullable with Optional
     add b76d4f9  make dev mode test more resilient

No new revisions were added by this update.

Summary of changes:
 .../component/xml/deployment/CamelDevModeTest.java | 31 +++++++++-------------
 ...pportServlet.java => CamelSupportResource.java} |  2 +-
 .../quarkus/core/deployment/BuildProcessor.java    |  8 +++---
 .../core/deployment/CamelBeanBuildItem.java        |  7 ++---
 .../core/deployment/CamelRuntimeBeanBuildItem.java | 10 +++----
 5 files changed, 26 insertions(+), 32 deletions(-)
 rename extensions/core-xml/deployment/src/test/java/org/apache/camel/quarkus/component/xml/deployment/{CamelSupportServlet.java => CamelSupportResource.java} (97%)