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

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


    from 9b596d7  CAMEL-16315 - Camel-Netty: Support Hostname verification even 
though we are on Netty 4.1.x
     new ca0ef20  Use the standard formatter plugin and upgrade the impsort 
plugin
     new b385f41  Regen with code formatting modification

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:
 .../resources/camel-eclipse-formatter-config.xml   |   5 +-
 camel-dependencies/pom.xml                         |   3 +-
 catalog/pom.xml                                    |   4 +-
 .../etcd/cloud/EtcdServiceDefinition.java          |  15 +-
 ...RequestReplyCorrelatedWithCustomHeaderTest.java |  10 +-
 .../component/jms/issues/TempReplyToIssueTest.java |   7 +-
 .../component/netty/http/LogCaptureAppender.java   |   7 +-
 .../camel/component/netty/LogCaptureAppender.java  |   7 +-
 .../camel/component/salesforce/api/dto/Limits.java |   4 +-
 .../salesforce/api/dto/PlatformEvent.java          |   5 +-
 .../api/dto/approval/ApprovalResult.java           |  13 +-
 .../salesforce/api/dto/approval/Approvals.java     |  12 +-
 .../salesforce/api/dto/composite/ReferenceId.java  |   6 +-
 .../api/dto/composite/SObjectBatchResponse.java    |   5 +-
 .../api/dto/composite/SObjectBatchResult.java      |   4 +-
 .../dto/composite/SObjectCompositeResponse.java    |   3 +-
 .../api/dto/composite/SObjectCompositeResult.java  |  12 +-
 .../api/dto/composite/SObjectTreeResponse.java     |   5 +-
 .../salesforce/api/utils/InstantConverter.java     |   3 +-
 .../api/utils/LocalDateTimeConverter.java          |   3 +-
 .../api/utils/OffsetDateTimeConverter.java         |   3 +-
 .../salesforce/api/utils/OffsetTimeConverter.java  |   3 +-
 .../api/utils/ZonedDateTimeConverter.java          |   3 +-
 .../org/apache/camel/swagger/ParameterAssert.java  |   3 +-
 components/pom.xml                                 |   4 +-
 .../org/apache/camel/model/RoutesDefinition.java   |   6 +-
 core/pom.xml                                       |   4 +-
 init/camel-format-plugin/README.md                 |  10 -
 init/camel-format-plugin/pom.xml                   |  91 ---
 .../net/revelc/code/formatter/FormatterMojo.java   | 869 ---------------------
 .../net/revelc/code/formatter/ValidateMojo.java    |  99 ---
 .../revelc/code/formatter/java/JavaFormatter.java  |  98 ---
 .../src/main/resources/META-INF/LICENSE.txt        | 203 -----
 .../src/main/resources/META-INF/MANIFEST.MF        |   0
 .../src/main/resources/META-INF/NOTICE.txt         |  14 -
 init/pom.xml                                       |   1 -
 parent/pom.xml                                     |  14 +-
 tests/pom.xml                                      |   4 +-
 tooling/pom.xml                                    |   4 +-
 39 files changed, 71 insertions(+), 1495 deletions(-)
 delete mode 100644 init/camel-format-plugin/README.md
 delete mode 100644 init/camel-format-plugin/pom.xml
 delete mode 100644 
init/camel-format-plugin/src/main/java/net/revelc/code/formatter/FormatterMojo.java
 delete mode 100755 
init/camel-format-plugin/src/main/java/net/revelc/code/formatter/ValidateMojo.java
 delete mode 100755 
init/camel-format-plugin/src/main/java/net/revelc/code/formatter/java/JavaFormatter.java
 delete mode 100644 
init/camel-format-plugin/src/main/resources/META-INF/LICENSE.txt
 delete mode 100644 
init/camel-format-plugin/src/main/resources/META-INF/MANIFEST.MF
 delete mode 100644 
init/camel-format-plugin/src/main/resources/META-INF/NOTICE.txt

Reply via email to