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

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


 discard 8e644d2  Test Geocoder with Google maps mock API if 
GOOGLE_GEOCODER_API_KEY is not provided fixes #1860
    omit 2628b89  Shiro native support #1844
    omit a417bf3  Upgrade to Camel 3.6.0
    omit 4ac4aea  Remove createEndpoint method override in 
QuarkusVertxWebsocketComponent
    omit 47796a2  Remove QuarkusVertxHttpBinding
     add 24c5f06  Updated CHANGELOG.md
     add a99ac88  Upgrade Quarkus to 1.9.0.CR1
     add 7ecb81c  Remove dependencyManagement for httpclient-cache
     add 5882abb  Remove dependencyManagement for httpmime
     add bda1034  Remove redundant BuildStep for CacheLoader reflection 
registration
     add 400e9a6  Updated CHANGELOG.md
     add 5931a1f  Restrict changelog workflow to only run on 
apache/camel-quarkus repo
     add 4bfdc7b  Fix twitter itest so it initially waits when start polling 
tweets
     add 8f2172f  File specific issues for TODOs where necessary #1285
     add 7e117d3  Removed the forced Postgres driver registration, no more 
needed with Quarkus 1.9
     add 28dc534  Updated CHANGELOG.md
     add 567727c  Updated CHANGELOG.md
     add 4eb9b5a  Updated CHANGELOG.md
     new 5a8e059  Remove QuarkusVertxHttpBinding
     new c3f79f0  Remove createEndpoint method override in 
QuarkusVertxWebsocketComponent
     new 5a82caa  Upgrade to Camel 3.6.0
     new 06036fd  Shiro native support #1844
     new 3b7ae6e  Test Geocoder with Google maps mock API if 
GOOGLE_GEOCODER_API_KEY is not provided fixes #1860

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   (8e644d2)
            \
             N -- N -- N   refs/heads/camel-master (3b7ae6e)

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 5 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:
 .github/workflows/automatic-changelog-update.yml   |   1 +
 CHANGELOG.md                                       |  19 ++++
 .../quarkus/core/deployment/CamelProcessor.java    |   2 +-
 .../caffeine/deployment/CaffeineProcessor.java     |  15 ---
 extensions/jira/runtime/pom.xml                    |   6 ++
 .../component/jta/deployment/JtaProcessor.java     |   2 +-
 .../deployment/PgReplicationSlotProcessor.java     |   8 --
 .../slot/PostgresDriverRegistrationRecorder.java   |  32 -------
 .../jdbc/src/main/resources/application.properties |   7 +-
 .../jpa/src/main/resources/application.properties  |   7 +-
 .../sql/src/main/resources/application.properties  |   7 +-
 integration-tests/twitter/pom.xml                  |  11 +++
 .../component/twitter/CamelTwitterTest.java        | 105 +++++++--------------
 pom.xml                                            |   4 +-
 poms/bom/pom.xml                                   |  16 ----
 15 files changed, 82 insertions(+), 160 deletions(-)
 delete mode 100644 
extensions/pg-replication-slot/runtime/src/main/java/org/apache/camel/quarkus/component/pg/replication/slot/PostgresDriverRegistrationRecorder.java

Reply via email to