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 2021/02/08 18:33:38 UTC

[camel] branch regen_bot updated (03ec304 -> 6ba9a2b)

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 03ec304  Regen for commit 1540f99d12462ad339cc87f6ff357fc1e9394adf
     add 6ba9a2b  CAMEL-16168: Replaced the JettyTestServer with wiremock

No new revisions were added by this update.

Summary of changes:
 components/camel-oaipmh/pom.xml                    |   6 +-
 .../oaipmh/OAIPMHComponentConsumerHTTPSTest.java   |  30 ++--
 .../OAIPMHComponentConsumerParticularCaseTest.java |  29 ++--
 .../camel/oaipmh/OAIPMHComponentConsumerTest.java  |  29 ++--
 .../OAIPMHComponentProducerGetRecordTest.java      |  31 ++--
 .../OAIPMHComponentProducerOnlyFirstLoopTest.java  |  31 ++--
 .../OAIPMHComponentProducerOnlyFirstTest.java      |  31 ++--
 .../camel/oaipmh/OAIPMHComponentProducerTest.java  |  31 ++--
 .../camel/oaipmh/OAIPMHComponentSpringTest.java    |  32 ++--
 .../apache/camel/oaipmh/utils/JettyTestServer.java | 171 ---------------------
 .../camel/oaipmh/utils/MockOaipmhServer.java       | 132 ++++++++++++++++
 11 files changed, 252 insertions(+), 301 deletions(-)
 delete mode 100644 components/camel-oaipmh/src/test/java/org/apache/camel/oaipmh/utils/JettyTestServer.java
 create mode 100644 components/camel-oaipmh/src/test/java/org/apache/camel/oaipmh/utils/MockOaipmhServer.java