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/11/18 14:03:18 UTC

[camel] branch regen_bot updated (ea42f9e -> 2d49200)

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 ea42f9e  CAMEL-15836 - Camel-AWS2-Translate: enable autowire on the Translate Client, added a note in the migration guide
     add a3f95d5  Fix absolute link
     add 23c4c44  Added test-infra services for JDBC (#4621)
     add 2d49200  Regen for commit 23c4c4418fa5852a333cc7fbb4c0886a4647f0b3

No new revisions were added by this update.

Summary of changes:
 .../apache/camel/catalog/docs/sql-component.adoc   |  2 +-
 components/camel-pgevent/pom.xml                   | 20 ++++++-
 .../apache/camel/pgevent/PgEventTestSupport.java   | 64 ++++++++--------------
 .../camel-sql/src/main/docs/sql-component.adoc     |  2 +-
 .../modules/ROOT/pages/sql-component.adoc          |  2 +-
 parent/pom.xml                                     | 10 ++++
 test-infra/camel-test-infra-jdbc/pom.xml           | 62 +++++++++++++++++++++
 .../src/main/resources/META-INF/MANIFEST.MF        |  0
 .../test/infra/jdbc/common/JDBCProperties.java     | 26 +++++++++
 .../jdbc/services/JDBCLocalContainerService.java   | 64 ++++++++++++++++++++++
 .../infra/jdbc/services/JDBCRemoteService.java     | 48 ++++++++++++++++
 .../test/infra/jdbc/services/JDBCService.java      | 38 +++++++++++++
 .../infra/jdbc/services/JDBCServiceBuilder.java    | 58 ++++++++++++++++++++
 test-infra/pom.xml                                 |  1 +
 14 files changed, 351 insertions(+), 46 deletions(-)
 create mode 100644 test-infra/camel-test-infra-jdbc/pom.xml
 copy {tooling/maven/camel-resources-plugin => test-infra/camel-test-infra-jdbc}/src/main/resources/META-INF/MANIFEST.MF (100%)
 create mode 100644 test-infra/camel-test-infra-jdbc/src/test/java/org/apache/camel/test/infra/jdbc/common/JDBCProperties.java
 create mode 100644 test-infra/camel-test-infra-jdbc/src/test/java/org/apache/camel/test/infra/jdbc/services/JDBCLocalContainerService.java
 create mode 100644 test-infra/camel-test-infra-jdbc/src/test/java/org/apache/camel/test/infra/jdbc/services/JDBCRemoteService.java
 create mode 100644 test-infra/camel-test-infra-jdbc/src/test/java/org/apache/camel/test/infra/jdbc/services/JDBCService.java
 create mode 100644 test-infra/camel-test-infra-jdbc/src/test/java/org/apache/camel/test/infra/jdbc/services/JDBCServiceBuilder.java