Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump core libs #4495

Open
wants to merge 1 commit into
base: rel_6_4
Choose a base branch
from

Bump core libs

c932dd0
Select commit
Loading
Failed to load commit list.
Open

Bump core libs #4495

Bump core libs
c932dd0
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Apr 5, 2024 in 0s

6 new issues (0 max.) of at least minor severity.

Annotations

Check warning on line 102 in hapi-fhir-jpaserver-subscription/src/main/java/ca/uhn/fhir/jpa/subscription/submit/interceptor/SubscriptionValidatingInterceptor.java

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

hapi-fhir-jpaserver-subscription/src/main/java/ca/uhn/fhir/jpa/subscription/submit/interceptor/SubscriptionValidatingInterceptor.java#L102

The method 'validateSubmittedSubscription(IBaseResource, RequestDetails, RequestPartitionId, Pointcut)' has an NPath complexity of 3000, current threshold is 200

Check notice on line 39 in hapi-fhir-jpaserver-subscription/src/test/java/ca/uhn/fhir/jpa/subscription/submit/interceptor/SubscriptionMatcherInterceptorTest.java

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

hapi-fhir-jpaserver-subscription/src/test/java/ca/uhn/fhir/jpa/subscription/submit/interceptor/SubscriptionMatcherInterceptorTest.java#L39

The JUnit 5 test method name 'testMethodStartIfNeeded_withQualifySubscriptionMatchingChannelNameProperty_mayQualifyChannelName' doesn't match '[a-z][a-zA-Z0-9]*'

Check warning on line 156 in hapi-fhir-jpaserver-subscription/src/test/java/ca/uhn/fhir/jpa/subscription/submit/interceptor/SubscriptionValidatingInterceptorTest.java

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

hapi-fhir-jpaserver-subscription/src/test/java/ca/uhn/fhir/jpa/subscription/submit/interceptor/SubscriptionValidatingInterceptorTest.java#L156

JUnit tests should include assert() or fail()

Check warning on line 38 in hapi-fhir-jpaserver-test-r4/src/test/java/ca/uhn/fhir/jpa/delete/job/ReindexJobTest.java

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

hapi-fhir-jpaserver-test-r4/src/test/java/ca/uhn/fhir/jpa/delete/job/ReindexJobTest.java#L38

Avoid unused private fields such as 'ourLog'.

Check warning on line 98 in hapi-fhir-jpaserver-test-r4/src/test/java/ca/uhn/fhir/jpa/delete/job/ReindexJobTest.java

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

hapi-fhir-jpaserver-test-r4/src/test/java/ca/uhn/fhir/jpa/delete/job/ReindexJobTest.java#L98

JUnit tests should include assert() or fail()

Check notice on line 98 in hapi-fhir-jpaserver-test-r4/src/test/java/ca/uhn/fhir/jpa/delete/job/ReindexJobTest.java

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

hapi-fhir-jpaserver-test-r4/src/test/java/ca/uhn/fhir/jpa/delete/job/ReindexJobTest.java#L98

The JUnit 5 test method name 'testReindexDeletedResources_byUrl_willRemoveDeletedResourceEntriesFromIndexTables' doesn't match '[a-z][a-zA-Z0-9]*'