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

Triggered via pull request December 12, 2024 11:45
Status Failure
Total duration 1m 9s
Artifacts

boot-strategy-plugin.yml

on: pull_request
Run Unit & Integration Tests
1m 1s
Run Unit & Integration Tests
Fit to window
Zoom out
Zoom in

Annotations

4 errors, 114 warnings, and 1 notice
Run Unit & Integration Tests
Process completed with exit code 1.
Usage of API marked for removal: httpClients/boot-rest-template/src/main/java/com/example/rest/template/config/RestTemplateConfiguration.java#L117
'setConnectTimeout(java.time.Duration)' is deprecated since version 3.4.0 and marked for removal
Usage of API marked for removal: httpClients/boot-restclient/src/main/java/com/example/restclient/bootrestclient/config/ClientLoggerRequestInterceptor.java#L93
Overrides method that is deprecated and marked for removal in 'org.springframework.http.client.ClientHttpResponse'
Run Unit & Integration Tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Nullability and data flow problems: boot-ultimate-redis/src/main/java/com/example/ultimateredis/config/RedisValueOperationsUtil.java#L24
Expression `valueOperations.get(key)` might evaluate to null but is returned by the method declared as @NonNullApi
Deprecated API usage: httpClients/boot-rest-template/src/main/java/com/example/rest/template/config/RestTemplateConfiguration.java#L56
'PoolingHttpClientConnectionManager(org.apache.hc.core5.http.config.Registry)' is deprecated
Deprecated API usage: httpClients/boot-rest-template/src/main/java/com/example/rest/template/config/RestTemplateConfiguration.java#L52
'org.apache.hc.client5.http.socket.PlainConnectionSocketFactory' is deprecated
Deprecated API usage: httpClients/boot-rest-template/src/main/java/com/example/rest/template/config/RestTemplateConfiguration.java#L50
'org.apache.hc.client5.http.socket.ConnectionSocketFactory' is deprecated
Deprecated API usage: httpClients/boot-http-proxy/src/main/java/com/example/rest/proxy/config/RestClientConfiguration.java#L42
'org.apache.hc.client5.http.socket.ConnectionSocketFactory' is deprecated
Deprecated API usage: httpClients/boot-rest-template/src/main/java/com/example/rest/template/config/RestTemplateConfiguration.java#L53
'org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory' is deprecated
Deprecated API usage: httpClients/boot-http-proxy/src/main/java/com/example/rest/proxy/config/RestClientConfiguration.java#L47
'PoolingHttpClientConnectionManager(org.apache.hc.core5.http.config.Registry)' is deprecated
Deprecated API usage: httpClients/boot-http-proxy/src/main/java/com/example/rest/proxy/config/RestClientConfiguration.java#L43
'org.apache.hc.client5.http.socket.PlainConnectionSocketFactory' is deprecated
Deprecated API usage: httpClients/boot-rest-template/src/main/java/com/example/rest/template/config/RestTemplateConfiguration.java#L51
'org.apache.hc.client5.http.socket.ConnectionSocketFactory' is deprecated
Deprecated API usage: httpClients/boot-http-proxy/src/main/java/com/example/rest/proxy/config/RestClientConfiguration.java#L44
'org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory' is deprecated
Deprecated API usage: httpClients/boot-http-proxy/src/main/java/com/example/rest/proxy/config/RestClientConfiguration.java#L41
'org.apache.hc.client5.http.socket.ConnectionSocketFactory' is deprecated
Mismatched query and update of collection: jmh-benchmark/src/main/java/org/example/Main.java#L15
Contents of collection `personList` are updated, but never queried
@NotNull/@Nullable problems: graphql/boot-graphql-webmvc/src/main/java/com/example/graphql/gql/ExceptionHandlers.java#L16
Not annotated method overrides method annotated with @NonNullApi
Unchecked warning: jpa/keyset-pagination/blaze-persistence/src/main/java/com/example/keysetpagination/utils/QueryOperatorHandler.java#L42
Unchecked cast: 'jakarta.persistence.criteria.Path\>' to 'jakarta.persistence.criteria.Expression'
Unchecked warning: r2dbc/boot-jooq-r2dbc-sample/src/main/java/com/example/jooq/r2dbc/service/PostService.java#L119
Unchecked call to 'value1(T1)' as a member of raw type 'org.jooq.Record1'
Unchecked warning: jpa/keyset-pagination/blaze-persistence/src/main/java/com/example/keysetpagination/utils/QueryOperatorHandler.java#L48
Unchecked cast: 'jakarta.persistence.criteria.Path\>' to 'jakarta.persistence.criteria.Expression'
Unchecked warning: r2dbc/boot-jooq-r2dbc-sample/src/main/java/com/example/jooq/r2dbc/service/PostService.java#L111
Unchecked call to 'map(Function)' as a member of raw type 'reactor.core.publisher.Mono'
Unchecked warning: r2dbc/boot-jooq-r2dbc-sample/src/main/java/com/example/jooq/r2dbc/service/PostService.java#L111
Unchecked assignment: 'reactor.core.publisher.Mono' to 'reactor.core.publisher.Mono'. Reason: 'Mono.from(dslContext.select(TAGS.ID).from(TAGS).where(TAGS.NAME.eq(tagName))) .switchIfEmpty( Mono.from( dslContext .insertInto(TAGS) .columns(TAGS.NAME) .values(tagName) .returningResult(TAGS.ID)))' has raw type, so result of map is erased
Unchecked warning: jpa/keyset-pagination/blaze-persistence/src/main/java/com/example/keysetpagination/utils/QueryOperatorHandler.java#L91
Unchecked cast: 'jakarta.persistence.criteria.Path\>' to 'jakarta.persistence.criteria.Expression\>'
Unchecked warning: jpa/keyset-pagination/blaze-persistence/src/main/java/com/example/keysetpagination/utils/QueryOperatorHandler.java#L36
Unchecked cast: 'jakarta.persistence.criteria.Path\>' to 'jakarta.persistence.criteria.Expression'
Unchecked warning: r2dbc/boot-jooq-r2dbc-sample/src/main/java/com/example/jooq/r2dbc/config/Initializer.java#L121
Unchecked call to 'value1(T1)' as a member of raw type 'org.jooq.Record1'
Unchecked warning: r2dbc/boot-jooq-r2dbc-sample/src/main/java/com/example/jooq/r2dbc/service/PostService.java#L54
Unchecked call to 'value1(T1)' as a member of raw type 'org.jooq.Record1'
Unchecked warning: jpa/keyset-pagination/blaze-persistence/src/main/java/com/example/keysetpagination/utils/QueryOperatorHandler.java#L63
Unchecked cast: 'jakarta.persistence.criteria.Path\>' to 'jakarta.persistence.criteria.Expression'
Unchecked warning: jpa/keyset-pagination/blaze-persistence/src/main/java/com/example/keysetpagination/utils/QueryOperatorHandler.java#L71
Unchecked cast: 'jakarta.persistence.criteria.Path\>' to 'jakarta.persistence.criteria.Expression'
Unchecked warning: jpa/keyset-pagination/blaze-persistence/src/main/java/com/example/keysetpagination/utils/QueryOperatorHandler.java#L67
Unchecked cast: 'jakarta.persistence.criteria.Path\>' to 'jakarta.persistence.criteria.Expression'
Unchecked warning: jpa/keyset-pagination/blaze-persistence/src/main/java/com/example/keysetpagination/utils/QueryOperatorHandler.java#L54
Unchecked cast: 'jakarta.persistence.criteria.Path\>' to 'jakarta.persistence.criteria.Expression'
Unchecked warning: jpa/keyset-pagination/blaze-persistence/src/main/java/com/example/keysetpagination/utils/QueryOperatorHandler.java#L59
Unchecked cast: 'jakarta.persistence.criteria.Path\>' to 'jakarta.persistence.criteria.Expression'