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 2022/03/15 10:36:31 UTC

[camel] branch regen_bot updated (35b502e -> 1c15683)

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 35b502e  CAMEL-17762: improved documentation for the resumable set
     add 6cbbdda  Upgrade Spring Integration to version 5.5.9
     add f876541  Sync deps
     add d62f278  CAMEL-17789: Set R4 as the default FHIR version in the dataformat base class
     add 1b393eb  CAMEL-17797: Test with FHIR version R4
     add 62d79b9  Upgrade DNS Java to version 3.5.0
     add a499a77  Sync deps
     add dfa784e  Upgrade Java Util to version 2.0.0
     add 1c15683  Sync deps

No new revisions were added by this update.

Summary of changes:
 camel-dependencies/pom.xml                         |  6 ++--
 .../camel/component/fhir/FhirDataFormat.java       |  2 +-
 .../component/fhir/AbstractFhirTestSupport.java    |  8 ++---
 .../camel/component/fhir/FhirCapabilitiesIT.java   |  4 +--
 .../camel/component/fhir/FhirConfigurationIT.java  |  8 ++---
 .../apache/camel/component/fhir/FhirCreateIT.java  |  6 ++--
 .../component/fhir/FhirExtraParametersIT.java      |  4 +--
 .../apache/camel/component/fhir/FhirHistoryIT.java |  4 +--
 .../camel/component/fhir/FhirLoadPageIT.java       |  6 ++--
 .../apache/camel/component/fhir/FhirMetaIT.java    |  4 +--
 .../camel/component/fhir/FhirOperationIT.java      |  8 ++---
 .../apache/camel/component/fhir/FhirPatchIT.java   |  2 +-
 .../apache/camel/component/fhir/FhirReadIT.java    |  4 +--
 .../apache/camel/component/fhir/FhirSearchIT.java  |  4 +--
 .../apache/camel/component/fhir/FhirSimpleIT.java  |  6 ++--
 .../camel/component/fhir/FhirTransactionIT.java    |  6 ++--
 .../apache/camel/component/fhir/FhirUpdateIT.java  |  2 +-
 .../camel/component/fhir/FhirValidateIT.java       | 35 +++++++++++++++++-----
 .../camel/component/fhir/PatientProcessor.java     |  2 +-
 .../camel/component/fhir/UrlFetcherTest.java       |  6 ++--
 .../fhir/dataformat/FhirJsonDataFormatTest.java    | 12 ++++----
 .../FhirJsonDataformatErrorHandlerTest.java        |  4 +--
 .../fhir/dataformat/FhirXmlDataFormatTest.java     | 10 +++----
 .../FhirXmlDataformatErrorHandlerTest.java         |  4 +--
 .../spring/FhirDataformatConfigSpringTest.java     |  4 +--
 .../FhirDataformatDefaultConfigSpringTest.java     |  2 +-
 .../spring/FhirJsonDataFormatSpringTest.java       | 10 +++----
 .../FhirJsonDataformatErrorHandlerSpringTest.java  |  2 +-
 .../spring/FhirXmlDataFormatSpringTest.java        | 10 +++----
 .../FhirXmlDataformatErrorHandlerSpringTest.java   |  2 +-
 .../fhir/FhirDataFormatConfigSpringTest.xml        |  6 ++--
 .../FhirJsonDataFormatErrorHandlerSpringTest.xml   |  2 +-
 .../fhir/json/FhirJsonDataFormatSpringTest.xml     |  2 +-
 .../FhirXmlDataFormatErrorHandlerSpringTest.xml    |  2 +-
 parent/pom.xml                                     |  6 ++--
 .../fhir/services/FhirLocalContainerService.java   |  2 +-
 36 files changed, 114 insertions(+), 93 deletions(-)