Skip to content

fix(deps): update dependency org.springframework.boot:spring-boot-starter-parent to v3.4.1 #449

fix(deps): update dependency org.springframework.boot:spring-boot-starter-parent to v3.4.1

fix(deps): update dependency org.springframework.boot:spring-boot-starter-parent to v3.4.1 #449

GitHub Actions / Qodana Community for JVM completed Dec 12, 2024 in 0s

117 new problems found by Qodana Community for JVM

Qodana Community for JVM

117 new problems were found

Inspection name Severity Problems
Usage of API marked for removal 🔴 Failure 3
@NotNull/@Nullable problems 🔶 Warning 38
Unchecked warning 🔶 Warning 32
'equals()' method which does not check class of parameter 🔶 Warning 21
Deprecated API usage 🔶 Warning 11
Nullability and data flow problems 🔶 Warning 3
Declaration has problems in Javadoc references 🔶 Warning 2
AutoCloseable used without 'try'-with-resources 🔶 Warning 1
Class is exposed outside of its visibility scope 🔶 Warning 1
Field can be local 🔶 Warning 1
Javadoc declaration problems 🔶 Warning 1
Mismatched query and update of collection 🔶 Warning 1
Optional.get() is called without isPresent() check 🔶 Warning 1
Commented out code ◽️ Notice 1

☁️ View the detailed Qodana report

Contact Qodana team

Contact us at [email protected]

Details

This result was published with Qodana GitHub Action

Annotations

Check warning on line 169 in boot-opensearch-sample/src/main/java/com/example/opensearch/services/RestaurantSearchService.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

AutoCloseable used without 'try'-with-resources

'SearchHitsIterator' used without 'try'-with-resources statement

Check warning on line 29 in boot-mongodb-elasticsearch/src/main/java/com/example/mongoes/web/service/SearchService.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Class is exposed outside of its visibility scope

Class `AggregationProcessor` is exposed outside its defined visibility scope

Check notice on line 40 in graphql/boot-graphql-webflux/src/main/java/com/example/graphql/controller/CustomerGraphQLController.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Commented out code

Commented out code (4 lines)

Check warning on line 24 in boot-ultimate-redis/src/main/java/com/example/ultimateredis/config/RedisValueOperationsUtil.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Nullability and data flow problems

Expression `valueOperations.get(key)` might evaluate to null but is returned by the method declared as @NonNullApi

Check warning on line 21 in boot-ultimate-redis/src/main/java/com/example/ultimateredis/config/RedisCacheGZIPSerializer.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Nullability and data flow problems

Argument `super.serialize(o)` might be null

Check warning on line 189 in boot-mongodb-elasticsearch/src/main/java/com/example/mongoes/web/service/RestaurantService.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Nullability and data flow problems

Method invocation `get` may produce `NullPointerException`

Check warning on line 56 in httpClients/boot-rest-template/src/main/java/com/example/rest/template/config/RestTemplateConfiguration.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Deprecated API usage

'PoolingHttpClientConnectionManager(org.apache.hc.core5.http.config.Registry)' is deprecated

Check warning on line 52 in httpClients/boot-rest-template/src/main/java/com/example/rest/template/config/RestTemplateConfiguration.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Deprecated API usage

'org.apache.hc.client5.http.socket.PlainConnectionSocketFactory' is deprecated

Check warning on line 50 in httpClients/boot-rest-template/src/main/java/com/example/rest/template/config/RestTemplateConfiguration.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Deprecated API usage

'org.apache.hc.client5.http.socket.ConnectionSocketFactory' is deprecated

Check warning on line 98 in httpClients/boot-rest-template/src/main/java/com/example/rest/template/httpclient/RestTemplateClientImpl.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Deprecated API usage

'fromHttpUrl(java.lang.String)' is deprecated since version 6.2

Check warning on line 42 in httpClients/boot-http-proxy/src/main/java/com/example/rest/proxy/config/RestClientConfiguration.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Deprecated API usage

'org.apache.hc.client5.http.socket.ConnectionSocketFactory' is deprecated

Check warning on line 53 in httpClients/boot-rest-template/src/main/java/com/example/rest/template/config/RestTemplateConfiguration.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Deprecated API usage

'org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory' is deprecated

Check warning on line 47 in httpClients/boot-http-proxy/src/main/java/com/example/rest/proxy/config/RestClientConfiguration.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Deprecated API usage

'PoolingHttpClientConnectionManager(org.apache.hc.core5.http.config.Registry)' is deprecated

Check warning on line 43 in httpClients/boot-http-proxy/src/main/java/com/example/rest/proxy/config/RestClientConfiguration.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Deprecated API usage

'org.apache.hc.client5.http.socket.PlainConnectionSocketFactory' is deprecated

Check warning on line 51 in httpClients/boot-rest-template/src/main/java/com/example/rest/template/config/RestTemplateConfiguration.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Deprecated API usage

'org.apache.hc.client5.http.socket.ConnectionSocketFactory' is deprecated

Check warning on line 44 in httpClients/boot-http-proxy/src/main/java/com/example/rest/proxy/config/RestClientConfiguration.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Deprecated API usage

'org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory' is deprecated

Check warning on line 41 in httpClients/boot-http-proxy/src/main/java/com/example/rest/proxy/config/RestClientConfiguration.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Deprecated API usage

'org.apache.hc.client5.http.socket.ConnectionSocketFactory' is deprecated

Check warning on line 69 in jpa/boot-data-envers/src/main/java/com/example/envers/entities/Customer.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

'equals()' method which does not check class of parameter

`equals()` should check the class of its parameter

Check warning on line 75 in batch-boot-jpa-sample/src/main/java/com/example/bootbatchjpa/entities/Customer.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

'equals()' method which does not check class of parameter

`equals()` should check the class of its parameter

Check warning on line 114 in graphql/boot-graphql-querydsl/src/main/java/com/example/graphql/querydsl/entities/Post.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

'equals()' method which does not check class of parameter

`equals()` should check the class of its parameter

Check warning on line 35 in jpa/boot-data-multipledatasources/src/main/java/com/example/multipledatasources/entities/cardholder/CardHolder.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

'equals()' method which does not check class of parameter

`equals()` should check the class of its parameter

Check warning on line 147 in graphql/boot-graphql-webmvc/src/main/java/com/example/graphql/entities/PostEntity.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

'equals()' method which does not check class of parameter

`equals()` should check the class of its parameter

Check warning on line 47 in jpa/boot-data-customsequence/src/main/java/com/example/custom/sequence/entities/Customer.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

'equals()' method which does not check class of parameter

`equals()` should check the class of its parameter

Check warning on line 43 in jpa/boot-data-customsequence/src/main/java/com/example/custom/sequence/entities/Order.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

'equals()' method which does not check class of parameter

`equals()` should check the class of its parameter

Check warning on line 49 in jpa/keyset-pagination/blaze-persistence/src/main/java/com/example/keysetpagination/entities/Actor.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

'equals()' method which does not check class of parameter

`equals()` should check the class of its parameter