You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gn...@apache.org on 2020/08/20 09:14:17 UTC

[camel] branch master updated (c58bdcd -> 3c8c942)

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 c58bdcd  CAMEL-15432: Add missing Azure group metadata for the docs
     add 83a69be  [CAMEL-14578] Add support for exclusion regex to not format DSL
     add 13225f9  [CAMEL-14578] Re-indent a few route definitions
     add 3c8c942  [CAMEL-14578] Fix JDK 8 support

No new revisions were added by this update.

Summary of changes:
 .../resources/camel-eclipse-formatter-config.xml   |   3 +
 camel-dependencies/pom.xml                         |   1 -
 .../camel/parser/java/MyChoiceRouteBuilder.java    |  18 +-
 .../camel/parser/java/MyJavaDslRouteBuilder.java   |  14 +-
 .../camel/parser/java/MyRestDslRouteBuilder.java   |   8 +-
 .../camel/parser/java/MySedaRouteBuilder.java      |   2 +-
 .../camel/parser/java/MySimpleRouteBuilder.java    |   4 +-
 catalog/pom.xml                                    |   4 +
 .../component/ahc/AhcProducePostDoWhileTest.java   |  10 +-
 .../component/aws/xray/CustomComponentTest.java    |  15 +-
 .../aws/xray/MulticastParallelRouteTest.java       |   2 +-
 .../component/aws/xray/MulticastRouteTest.java     |   4 +-
 .../AthenaComponentIntegrationTest.java            |   8 +-
 .../ConsulServiceCallWithRegistrationTest.java     |  14 +-
 .../component/git/producer/GitProducerTest.java    |  11 +-
 .../camel/example/RouteWithErrorHandlerTest.java   |   4 +-
 ...DBAggregateNotLostRemovedWhenConfirmedTest.java |   6 +-
 .../leveldb/LevelDBAggregateNotLostTest.java       |  12 +-
 ...DBAggregateRecoverWithRedeliveryPolicyTest.java |  28 +-
 .../LevelDBAggregateRecoverWithSedaTest.java       |   8 +-
 .../LevelDBAggregateSerializedHeadersTest.java     |   8 +-
 .../tarfile/TarFileSplitAndDeleteTest.java         |   8 +-
 components/pom.xml                                 |   4 +
 .../impl/cloud/ServiceCallConfigurationTest.java   |  48 +-
 .../issues/ChoiceEndOrEndChoiceIssueTest.java      |  29 +-
 .../java/org/apache/camel/main/MainRestTest.java   |   3 +-
 core/pom.xml                                       |   4 +
 init/camel-format-plugin/README.md                 |  10 +
 init/camel-format-plugin/pom.xml                   |  84 +++
 .../net/revelc/code/formatter/FormatterMojo.java   | 835 +++++++++++++++++++++
 .../net/revelc/code/formatter/ValidateMojo.java    |  67 ++
 .../revelc/code/formatter/java/JavaFormatter.java  |  98 +++
 .../src/main/resources/META-INF/LICENSE.txt        |   0
 .../src/main/resources/META-INF/MANIFEST.MF        |   0
 .../src/main/resources/META-INF/NOTICE.txt         |  14 +
 init/pom.xml                                       |  21 +-
 parent/pom.xml                                     |  15 +-
 pom.xml                                            |   1 +
 tests/pom.xml                                      |   4 +
 tooling/pom.xml                                    |   9 +
 40 files changed, 1301 insertions(+), 137 deletions(-)
 create mode 100644 init/camel-format-plugin/README.md
 create mode 100644 init/camel-format-plugin/pom.xml
 create mode 100644 init/camel-format-plugin/src/main/java/net/revelc/code/formatter/FormatterMojo.java
 create mode 100755 init/camel-format-plugin/src/main/java/net/revelc/code/formatter/ValidateMojo.java
 create mode 100755 init/camel-format-plugin/src/main/java/net/revelc/code/formatter/java/JavaFormatter.java
 copy {tooling/swagger-rest-dsl-generator => init/camel-format-plugin}/src/main/resources/META-INF/LICENSE.txt (100%)
 copy {tooling/maven/camel-resources-plugin => init/camel-format-plugin}/src/main/resources/META-INF/MANIFEST.MF (100%)
 create mode 100644 init/camel-format-plugin/src/main/resources/META-INF/NOTICE.txt