This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
from 1c76cdd23ab chore(deps): Bump com.azure:azure-sdk-bom from 1.2.27 to 1.2.28 new 75fb2696eb1 feat: implement search by resource operation in FHIR component in order transmit sensitive search parameters in request body new f622188e9a1 Cleanup dependency management (#15745) new a4d28fe5486 Revert "Cleanup dependency management (#15745)" new 23e0cf0a096 Regen The 4 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../org/apache/camel/catalog/components/fhir.json | 4 +-- .../camel/component/fhir/api/FhirSearch.java | 24 ++++++++++++++ components/camel-fhir/camel-fhir-component/pom.xml | 2 ++ .../component/fhir/FhirEndpointUriFactory.java | 5 ++- .../fhir/FhirSearchEndpointConfiguration.java | 37 ++++++++++++++++++++-- .../FhirSearchEndpointConfigurationConfigurer.java | 23 ++++++++++++++ .../component/fhir/internal/FhirApiCollection.java | 2 +- .../fhir/internal/FhirSearchApiMethod.java | 8 +++++ .../org/apache/camel/component/fhir/fhir.json | 4 +-- .../apache/camel/component/fhir/FhirSearchIT.java | 27 ++++++++++++++++ 10 files changed, 128 insertions(+), 8 deletions(-)