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

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


 discard 48be7d9b60 Kudu fix
 discard c7f5859b2e Upgrade Camel to 4.14.0
     add 16bd460233 mail-microsoft-oauth native support
     new 6e2aa3cf09 Upgrade Camel to 4.14.0
     new ddd2a8defc Kudu fix

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   (48be7d9b60)
            \
             N -- N -- N   refs/heads/camel-main (ddd2a8defc)

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 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:
 .../ROOT/examples/others/mail-microsoft-oauth.yml  |  6 +-
 .../reference/extensions/mail-microsoft-oauth.adoc | 21 +++++--
 .../deployment/MailMicrosoftOauthProcessor.java    | 46 ----------------
 extensions-jvm/pom.xml                             |  1 -
 .../deployment/AzureCoreSupportProcessor.java      |  5 +-
 .../mail-microsoft-oauth/deployment/pom.xml        |  8 +++
 .../deployment/MailMicrosoftOauthProcessor.java}   | 11 ++--
 .../mail-microsoft-oauth/pom.xml                   |  2 +-
 .../mail-microsoft-oauth/runtime/pom.xml           |  9 +++
 .../main/resources/META-INF/quarkus-extension.yaml |  3 +-
 extensions/pom.xml                                 |  1 +
 .../oauth/it/MailMicrosoftOauthRoute.java          | 64 ----------------------
 .../oauth/it/MailMicrosoftOathTestResource.java    | 33 -----------
 integration-tests-jvm/pom.xml                      |  1 -
 .../mail-microsoft-oauth/README.adoc               |  0
 .../mail-microsoft-oauth/pom.xml                   | 37 +++++++++++--
 .../oauth/it/MailMicrosoftOauthProducers.java      |  0
 .../oauth/it/MailMicrosoftOauthResource.java       |  1 -
 .../oauth/it/MailMicrosoftOauthRoute.java          | 62 +++++++++++++++++++++
 .../microsoft/oauth/it/MailMicrosoftOauthIT.java   | 13 ++---
 .../microsoft/oauth/it/MailMicrosoftOauthTest.java |  6 +-
 .../microsoft/oauth/it/MailMicrosoftOauthUtil.java |  5 +-
 integration-tests/pom.xml                          |  1 +
 tooling/scripts/test-categories.yaml               |  1 +
 24 files changed, 153 insertions(+), 184 deletions(-)
 delete mode 100644 
extensions-jvm/mail-microsoft-oauth/deployment/src/main/java/org/apache/camel/quarkus/component/mail/microsoft/oauth/deployment/MailMicrosoftOauthProcessor.java
 rename {extensions-jvm => extensions}/mail-microsoft-oauth/deployment/pom.xml 
(87%)
 copy 
extensions/{crypto/deployment/src/main/java/org/apache/camel/quarkus/component/crypto/deployment/CryptoProcessor.java
 => 
mail-microsoft-oauth/deployment/src/main/java/org/apache/camel/quarkus/component/mail/microsoft/oauth/deployment/MailMicrosoftOauthProcessor.java}
 (78%)
 rename {extensions-jvm => extensions}/mail-microsoft-oauth/pom.xml (96%)
 rename {extensions-jvm => extensions}/mail-microsoft-oauth/runtime/pom.xml 
(87%)
 rename {extensions-jvm => 
extensions}/mail-microsoft-oauth/runtime/src/main/resources/META-INF/quarkus-extension.yaml
 (97%)
 delete mode 100644 
integration-tests-jvm/mail-microsoft-oauth/src/main/java/org/apache/camel/quarkus/component/mail/microsoft/oauth/it/MailMicrosoftOauthRoute.java
 delete mode 100644 
integration-tests-jvm/mail-microsoft-oauth/src/test/java/org/apache/camel/quarkus/component/mail/microsoft/oauth/it/MailMicrosoftOathTestResource.java
 rename {integration-tests-jvm => 
integration-tests}/mail-microsoft-oauth/README.adoc (100%)
 rename {integration-tests-jvm => 
integration-tests}/mail-microsoft-oauth/pom.xml (83%)
 rename {integration-tests-jvm => 
integration-tests}/mail-microsoft-oauth/src/main/java/org/apache/camel/quarkus/component/mail/microsoft/oauth/it/MailMicrosoftOauthProducers.java
 (100%)
 rename {integration-tests-jvm => 
integration-tests}/mail-microsoft-oauth/src/main/java/org/apache/camel/quarkus/component/mail/microsoft/oauth/it/MailMicrosoftOauthResource.java
 (97%)
 create mode 100644 
integration-tests/mail-microsoft-oauth/src/main/java/org/apache/camel/quarkus/component/mail/microsoft/oauth/it/MailMicrosoftOauthRoute.java
 copy 
integration-test-groups/aws2/aws2-ses/src/test/java/org/apache/camel/quarkus/component/aws2/ses/it/Aws2SesIT.java
 => 
integration-tests/mail-microsoft-oauth/src/test/java/org/apache/camel/quarkus/component/mail/microsoft/oauth/it/MailMicrosoftOauthIT.java
 (65%)
 rename {integration-tests-jvm => 
integration-tests}/mail-microsoft-oauth/src/test/java/org/apache/camel/quarkus/component/mail/microsoft/oauth/it/MailMicrosoftOauthTest.java
 (92%)
 rename {integration-tests-jvm => 
integration-tests}/mail-microsoft-oauth/src/test/java/org/apache/camel/quarkus/component/mail/microsoft/oauth/it/MailMicrosoftOauthUtil.java
 (93%)

Reply via email to