This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a change to branch quarkus-master in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git.
discard 7abed62 Set quarkus.version to 999-SNAPSHOT add 8dbb3d7 Client defined folders for file-watch tests add e90944a Add integration test for a read lock on minimal length of a file add 5606931 Read lock options for files are ignored #1105 add aae4f6d Paho extension native support for Websocket Connections #1109 new f05829f Set quarkus.version to 999-SNAPSHOT This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (7abed62) \ N -- N -- N refs/heads/quarkus-master (f05829f) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. The 1 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: .../component/file/deployment/FileProcessor.java | 28 +++++++++++++- .../component/paho/deployment/PahoProcessor.java | 43 +++++++--------------- extensions/paho/runtime/pom.xml | 4 ++ .../component/paho/graal/SubstituteBase64.java} | 21 +++++------ .../quarkus/component/file/it/FileResource.java | 13 +++---- .../quarkus/component/file/it/FileRoutes.java} | 26 ++++++++----- .../camel/quarkus/component/file/it/FileTest.java | 26 ++++++++++++- .../component/messaging/it/JmsResource.java | 15 ++++++++ .../messaging/it/ActiveMQTestResource.java | 14 ++++--- .../quarkus/component/messaging/it/JmsTest.java | 2 +- 10 files changed, 126 insertions(+), 66 deletions(-) copy extensions/{hystrix/runtime/src/main/java/org/apache/camel/quarkus/component/hystrix/graal/SubstituteConfigJMXManager.java => paho/runtime/src/main/java/org/apache/camel/quarkus/component/paho/graal/SubstituteBase64.java} (65%) copy integration-tests/{bean/src/main/java/org/apache/camel/quarkus/component/bean/LazyAppScopedRouteBuilder.java => file/src/main/java/org/apache/camel/quarkus/component/file/it/FileRoutes.java} (58%)