Skip to content

Commit

Permalink
#452: rollback
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Ohr committed Jun 6, 2024
1 parent 7970863 commit 2117fdf
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
import ca.uhn.fhir.rest.client.api.ServerValidationModeEnum;
import ca.uhn.fhir.rest.gclient.IClientExecutable;
import lombok.Getter;
import lombok.extern.slf4j.Slf4j;
import org.apache.camel.spi.UriParam;
import org.apache.camel.spi.UriParams;
import org.apache.camel.support.EndpointHelper;
Expand Down Expand Up @@ -52,7 +51,6 @@
* @author Christian Ohr
* @since 3.1
*/
@Slf4j
@UriParams
public class FhirEndpointConfiguration<AuditDatasetType extends FhirAuditDataset> extends AuditableEndpointConfiguration {

Expand Down Expand Up @@ -160,10 +158,6 @@ protected FhirEndpointConfiguration(FhirComponent<AuditDatasetType> component, S
this.context = fhirContext;
this.securityInformation = new SslAwareApacheRestfulClientFactory(fhirContext)
.initializeSecurityInformation(secure, null, null, null, null);
if (!parameters.isEmpty()) {
log.info("Disregarding URI parameters {} for endpoint {}, because static fhirContext is provided.", parameters, path);
parameters.clear();
}
return;
}

Expand Down

0 comments on commit 2117fdf

Please sign in to comment.