You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2020/10/12 14:32:33 UTC

[camel] branch regen_bot updated (69b2d49 -> a5f207a)

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

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


    from 69b2d49  CAMEL-15664: Automatically wrap secret properites with RAW when computing the URI (regen)
     add 074b1be  CAMEL-15622: Added unit test for the reported problem.
     add 2b13a01  CAMEL-15622: Prefer bean instance in endpoint DSL
     add e3c1e5e  CAMEL-15622: Prefer bean instance in endpoint DSL. Do not search in registry using wrong string representation of a bean, return the bean directly instead
     add 611d9ce  Jenkinsfile build: changed the JDK name following INFRA new approach
     add aa44118  Jenkinsfile deploy build: changed the JDK name following INFRA new approach
     add b513624  Jenkinsfile full pipeline build: changed the JDK name following INFRA new approach
     add acde98c  Jenkinsfile JDK11 build: changed the JDK name following INFRA new approach
     add 4953910  Jenkinsfile JDK14 build: changed the JDK name following INFRA new approach
     add 27be75f  (chore) Cleaned up log messages (#4423)
     add a5f207a  Regen

No new revisions were added by this update.

Summary of changes:
 Jenkinsfile                                        |  2 +-
 Jenkinsfile.deploy                                 |  2 +-
 Jenkinsfile.full.pipeline                          |  2 +-
 Jenkinsfile.jdk11                                  |  2 +-
 Jenkinsfile.jdk14                                  |  2 +-
 .../camel/component/as2/api/AS2ServerManager.java  |  2 +-
 .../component/aws/swf/SWFActivityConsumer.java     |  2 +-
 .../component/aws/swf/SWFActivityProducer.java     |  2 +-
 .../component/aws/swf/SWFWorkflowConsumer.java     |  6 +-
 .../component/aws/swf/SWFWorkflowProducer.java     |  2 +-
 .../bean/DefaultBeanProcessorFactory.java          |  2 +-
 .../box/api/BoxCollaborationsManager.java          |  5 +-
 .../component/box/api/BoxCommentsManager.java      |  6 +-
 .../component/box/api/BoxEventLogsManager.java     |  8 +--
 .../camel/component/box/api/BoxEventsManager.java  |  3 +-
 .../camel/component/box/api/BoxFilesManager.java   | 42 +++++------
 .../camel/component/box/api/BoxFoldersManager.java | 30 ++++----
 .../camel/component/box/api/BoxGroupsManager.java  |  4 +-
 .../camel/component/box/api/BoxTasksManager.java   |  4 +-
 .../camel/component/box/api/BoxUsersManager.java   | 10 +--
 .../org/apache/camel/builder/endpoint/SqlTest.java | 83 ++++++++++++++++++++++
 .../org/apache/camel/support/DefaultComponent.java | 47 +++++++++---
 22 files changed, 188 insertions(+), 80 deletions(-)
 create mode 100644 core/camel-endpointdsl/src/test/java/org/apache/camel/builder/endpoint/SqlTest.java