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

davsclaus pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


    from 1467f3e1b75 Minor mojo improvements (#8280)
     new 9ba13752395 Upgrade to jackson 2.13.4
     new f9f3f35a8ec Regen

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:
 camel-dependencies/pom.xml                         |  2 +-
 .../org/apache/camel/catalog/components/imap.json  |  2 ++
 .../org/apache/camel/catalog/components/imaps.json |  2 ++
 .../org/apache/camel/catalog/components/pop3.json  |  2 ++
 .../org/apache/camel/catalog/components/pop3s.json |  2 ++
 .../org/apache/camel/catalog/components/smtp.json  |  2 ++
 .../org/apache/camel/catalog/components/smtps.json |  2 ++
 .../component/dsl/ImapComponentBuilderFactory.java | 20 +++++++++++
 .../dsl/ImapsComponentBuilderFactory.java          | 20 +++++++++++
 .../component/dsl/Pop3ComponentBuilderFactory.java | 20 +++++++++++
 .../dsl/Pop3sComponentBuilderFactory.java          | 20 +++++++++++
 .../component/dsl/SmtpComponentBuilderFactory.java | 20 +++++++++++
 .../dsl/SmtpsComponentBuilderFactory.java          | 20 +++++++++++
 .../endpoint/dsl/MailEndpointBuilderFactory.java   | 39 ++++++++++++++++++++++
 parent/pom.xml                                     |  2 +-
 15 files changed, 173 insertions(+), 2 deletions(-)

Reply via email to