You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2020/08/21 07:19:24 UTC

[camel] branch master updated (532d261 -> 753093e)

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

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


    from 532d261  Upgrade PDFBox to version 2.0.21
     add 753093e  test spring and change junit4 -> junit5 (#4111)

No new revisions were added by this update.

Summary of changes:
 components/camel-oaipmh/pom.xml                    |  5 +++
 .../org/apache/camel/oaipmh/handler/Harvester.java |  3 +-
 .../oaipmh/OAIPMHComponentConsumerHTTPSTest.java   | 12 +++---
 .../OAIPMHComponentConsumerParticularCaseTest.java | 12 +++---
 .../camel/oaipmh/OAIPMHComponentConsumerTest.java  | 12 +++---
 .../OAIPMHComponentProducerGetRecordTest.java      | 12 +++---
 .../OAIPMHComponentProducerOnlyFirstLoopTest.java  | 12 +++---
 .../OAIPMHComponentProducerOnlyFirstTest.java      | 12 +++---
 .../camel/oaipmh/OAIPMHComponentProducerTest.java  | 12 +++---
 .../camel/oaipmh/OAIPMHComponentSpringTest.java}   | 46 +++++++++++-----------
 .../test/resources/spring/SpringOAIPMHTest.xml}    | 36 +++++++++++------
 11 files changed, 97 insertions(+), 77 deletions(-)
 copy components/{camel-stax/src/test/java/org/apache/camel/component/stax/SpringStAXJAXBIteratorExpressionTest.java => camel-oaipmh/src/test/java/org/apache/camel/oaipmh/OAIPMHComponentSpringTest.java} (55%)
 copy components/{camel-jaxb/src/test/resources/org/apache/camel/example/marshalAndUnmarshalWithRef.xml => camel-oaipmh/src/test/resources/spring/SpringOAIPMHTest.xml} (62%)