Skip to content

Merge branch 'develop' into develop_2

da872fb
Select commit
Loading
Failed to load commit list.
Merged

2.0.0 Release Preparation (2/2) #403

Merge branch 'develop' into develop_2
da872fb
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Nov 25, 2025 in 5s

222 new alerts including 2 medium severity security vulnerabilities

New alerts in code changed by this pull request

Security Alerts:

  • 2 medium

Other Alerts:

  • 65 warnings
  • 155 notes

Alerts not introduced by this pull request might have been detected because the code changes were too large.

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 338 in dsf-bpe/dsf-bpe-process-api-v2-impl/src/main/java/dev/dsf/bpe/v2/client/fhir/FhirClientFactory.java

See this annotation in the file changed.

Code scanning / CodeQL

Non-synchronized override of synchronized method Warning

Method 'setPoolMaxPerRoute' overrides a synchronized method in
ca.uhn.fhir.rest.client.impl.RestfulClientFactory
but is not synchronized.

Check warning on line 332 in dsf-bpe/dsf-bpe-process-api-v2-impl/src/main/java/dev/dsf/bpe/v2/client/fhir/FhirClientFactory.java

See this annotation in the file changed.

Code scanning / CodeQL

Non-synchronized override of synchronized method Warning

Method 'setPoolMaxTotal' overrides a synchronized method in
ca.uhn.fhir.rest.client.impl.RestfulClientFactory
but is not synchronized.

Check warning on line 326 in dsf-bpe/dsf-bpe-process-api-v2-impl/src/main/java/dev/dsf/bpe/v2/client/fhir/FhirClientFactory.java

See this annotation in the file changed.

Code scanning / CodeQL

Non-synchronized override of synchronized method Warning

Method 'setSocketTimeout' overrides a synchronized method in
ca.uhn.fhir.rest.client.impl.RestfulClientFactory
but is not synchronized.

Check warning on line 320 in dsf-bpe/dsf-bpe-process-api-v2-impl/src/main/java/dev/dsf/bpe/v2/client/fhir/FhirClientFactory.java

See this annotation in the file changed.

Code scanning / CodeQL

Non-synchronized override of synchronized method Warning

Method 'setServerValidationMode' overrides a synchronized method in
ca.uhn.fhir.rest.client.impl.RestfulClientFactory
but is not synchronized.

Check warning on line 314 in dsf-bpe/dsf-bpe-process-api-v2-impl/src/main/java/dev/dsf/bpe/v2/client/fhir/FhirClientFactory.java

See this annotation in the file changed.

Code scanning / CodeQL

Non-synchronized override of synchronized method Warning

Method 'setServerValidationModeEnum' overrides a synchronized method in
ca.uhn.fhir.rest.client.impl.RestfulClientFactory
but is not synchronized.

Check warning on line 307 in dsf-bpe/dsf-bpe-process-api-v2-impl/src/main/java/dev/dsf/bpe/v2/client/fhir/FhirClientFactory.java

See this annotation in the file changed.

Code scanning / CodeQL

Non-synchronized override of synchronized method Warning

Method 'setProxyCredentials' overrides a synchronized method in
ca.uhn.fhir.rest.client.impl.RestfulClientFactory
but is not synchronized.

Check warning on line 289 in dsf-bpe/dsf-bpe-process-api-v2-impl/src/main/java/dev/dsf/bpe/v2/client/fhir/FhirClientFactory.java

See this annotation in the file changed.

Code scanning / CodeQL

Non-synchronized override of synchronized method Warning

Method 'setConnectTimeout' overrides a synchronized method in
ca.uhn.fhir.rest.client.impl.RestfulClientFactory
but is not synchronized.

Check warning on line 283 in dsf-bpe/dsf-bpe-process-api-v2-impl/src/main/java/dev/dsf/bpe/v2/client/fhir/FhirClientFactory.java

See this annotation in the file changed.

Code scanning / CodeQL

Non-synchronized override of synchronized method Warning

Method 'setConnectionRequestTimeout' overrides a synchronized method in
ca.uhn.fhir.rest.client.impl.RestfulClientFactory
but is not synchronized.

Check warning on line 277 in dsf-bpe/dsf-bpe-process-api-v2-impl/src/main/java/dev/dsf/bpe/v2/client/fhir/FhirClientFactory.java

See this annotation in the file changed.

Code scanning / CodeQL

Non-synchronized override of synchronized method Warning

Method 'newClient' overrides a synchronized method in
ca.uhn.fhir.rest.client.impl.RestfulClientFactory
but is not synchronized.

Check warning on line 266 in dsf-bpe/dsf-bpe-process-api-v2-impl/src/main/java/dev/dsf/bpe/v2/client/fhir/FhirClientFactory.java

See this annotation in the file changed.

Code scanning / CodeQL

Non-synchronized override of synchronized method Warning

Method 'getPoolMaxPerRoute' overrides a synchronized method in
ca.uhn.fhir.rest.client.impl.RestfulClientFactory
but is not synchronized.

Check warning on line 260 in dsf-bpe/dsf-bpe-process-api-v2-impl/src/main/java/dev/dsf/bpe/v2/client/fhir/FhirClientFactory.java

See this annotation in the file changed.

Code scanning / CodeQL

Non-synchronized override of synchronized method Warning

Method 'getPoolMaxTotal' overrides a synchronized method in
ca.uhn.fhir.rest.client.impl.RestfulClientFactory
but is not synchronized.

Check warning on line 106 in dsf-bpe/dsf-bpe-process-api-v2-impl/src/main/java/dev/dsf/bpe/v2/client/fhir/FhirClientFactory.java

See this annotation in the file changed.

Code scanning / CodeQL

Non-synchronized override of synchronized method Warning

Method 'newGenericClient' overrides a synchronized method in
ca.uhn.fhir.rest.client.impl.RestfulClientFactory
but is not synchronized.

Check warning on line 227 in dsf-bpe/dsf-bpe-process-api-v2-impl/src/main/java/dev/dsf/bpe/v2/client/fhir/FhirClientFactory.java

See this annotation in the file changed.

Code scanning / CodeQL

Non-synchronized override of synchronized method Warning

Method 'getConnectionRequestTimeout' overrides a synchronized method in
ca.uhn.fhir.rest.client.impl.RestfulClientFactory
but is not synchronized.

Check warning on line 233 in dsf-bpe/dsf-bpe-process-api-v2-impl/src/main/java/dev/dsf/bpe/v2/client/fhir/FhirClientFactory.java

See this annotation in the file changed.

Code scanning / CodeQL

Non-synchronized override of synchronized method Warning

Method 'getConnectTimeout' overrides a synchronized method in
ca.uhn.fhir.rest.client.impl.RestfulClientFactory
but is not synchronized.

Check warning on line 241 in dsf-bpe/dsf-bpe-process-api-v2-impl/src/main/java/dev/dsf/bpe/v2/client/fhir/FhirClientFactory.java

See this annotation in the file changed.

Code scanning / CodeQL

Non-synchronized override of synchronized method Warning

Method 'getServerValidationModeEnum' overrides a synchronized method in
ca.uhn.fhir.rest.client.impl.RestfulClientFactory
but is not synchronized.

Check warning on line 247 in dsf-bpe/dsf-bpe-process-api-v2-impl/src/main/java/dev/dsf/bpe/v2/client/fhir/FhirClientFactory.java

See this annotation in the file changed.

Code scanning / CodeQL

Non-synchronized override of synchronized method Warning

Method 'getServerValidationMode' overrides a synchronized method in
ca.uhn.fhir.rest.client.impl.RestfulClientFactory
but is not synchronized.

Check warning on line 253 in dsf-bpe/dsf-bpe-process-api-v2-impl/src/main/java/dev/dsf/bpe/v2/client/fhir/FhirClientFactory.java

See this annotation in the file changed.

Code scanning / CodeQL

Non-synchronized override of synchronized method Warning

Method 'getSocketTimeout' overrides a synchronized method in
ca.uhn.fhir.rest.client.impl.RestfulClientFactory
but is not synchronized.

Check notice on line 114 in dsf-bpe/dsf-bpe-process-api-v2/src/main/java/dev/dsf/bpe/v2/error/impl/AbstractErrorHandler.java

See this annotation in the file changed.

Code scanning / CodeQL

Useless parameter Note

The parameter 'variables' is never used.

Check notice on line 191 in dsf-bpe/dsf-bpe-process-api-v2-impl/src/main/java/dev/dsf/bpe/v2/client/fhir/LoggingInterceptor.java

See this annotation in the file changed.

Code scanning / CodeQL

Confusing overloading of methods Note

Method DebugAndTraceOnlyLogger.info(..) could be confused with overloaded method
info
, since dispatch depends on static types.
Method DebugAndTraceOnlyLogger.info(..) could be confused with overloaded method
info
, since dispatch depends on static types.

Check notice on line 155 in dsf-bpe/dsf-bpe-process-api-v2-impl/src/main/java/dev/dsf/bpe/v2/client/fhir/LoggingInterceptor.java

See this annotation in the file changed.

Code scanning / CodeQL

Confusing overloading of methods Note

Method DebugAndTraceOnlyLogger.debug(..) could be confused with overloaded method
debug
, since dispatch depends on static types.
Method DebugAndTraceOnlyLogger.debug(..) could be confused with overloaded method
debug
, since dispatch depends on static types.

Check notice on line 119 in dsf-bpe/dsf-bpe-process-api-v2-impl/src/main/java/dev/dsf/bpe/v2/client/fhir/LoggingInterceptor.java

See this annotation in the file changed.

Code scanning / CodeQL

Confusing overloading of methods Note

Method DebugAndTraceOnlyLogger.debug(..) could be confused with overloaded method
debug
, since dispatch depends on static types.
Method DebugAndTraceOnlyLogger.debug(..) could be confused with overloaded method
debug
, since dispatch depends on static types.

Check notice on line 83 in dsf-bpe/dsf-bpe-process-api-v2-impl/src/main/java/dev/dsf/bpe/v2/client/fhir/LoggingInterceptor.java

See this annotation in the file changed.

Code scanning / CodeQL

Confusing overloading of methods Note

Method DebugAndTraceOnlyLogger.trace(..) could be confused with overloaded method
trace
, since dispatch depends on static types.
Method DebugAndTraceOnlyLogger.trace(..) could be confused with overloaded method
trace
, since dispatch depends on static types.

Check notice on line 47 in dsf-bpe/dsf-bpe-process-api-v2-impl/src/main/java/dev/dsf/bpe/v2/client/fhir/LoggingInterceptor.java

See this annotation in the file changed.

Code scanning / CodeQL

Confusing overloading of methods Note

Method DebugAndTraceOnlyLogger.trace(..) could be confused with overloaded method
trace
, since dispatch depends on static types.
Method DebugAndTraceOnlyLogger.trace(..) could be confused with overloaded method
trace
, since dispatch depends on static types.

Check notice on line 22 in dsf-bpe/dsf-bpe-process-api-v2-impl/src/main/java/dev/dsf/bpe/v2/client/fhir/LoggingInterceptor.java

See this annotation in the file changed.

Code scanning / CodeQL

Class has same name as super class Note

LoggingInterceptor has the same name as its supertype
ca.uhn.fhir.rest.client.interceptor.LoggingInterceptor
.

Check notice on line 405 in dsf-bpe/dsf-bpe-process-api-v2-impl/src/main/java/dev/dsf/bpe/v2/client/fhir/FhirContextDelegate.java

See this annotation in the file changed.

Code scanning / CodeQL

Deprecated method or constructor invocation Note

Invoking
FhirContext.getPrimitiveBoolean
should be avoided because it has been deprecated.