This is an automated email from the ASF dual-hosted git repository.
jamesnetherton pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
from 2648acd80c Updated CHANGELOG.md
new 4cf4803fb0 Upgrade Quarkus to 2.10.1.Final
new 372e221d97 Fix native compilation for Google PubSub extension
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:
docs/antora.yml | 2 +-
extensions/google-pubsub/runtime/pom.xml | 5 +
.../pubsub/graalvm/GaxGrpcSubstitutions.java | 167 +++++++++++++++++++++
integration-tests/google-pubsub/pom.xml | 2 -
pom.xml | 2 +-
5 files changed, 174 insertions(+), 4 deletions(-)
create mode 100644
extensions/google-pubsub/runtime/src/main/java/org/apache/camel/quarkus/component/google/pubsub/graalvm/GaxGrpcSubstitutions.java