SpringBoot Upgrade to MySQL 8.3.0

Even updated to version 3.2.2-SNAPSHOT version, this version uses MySQL driver 8.1.0 when we have a new one available (8...

SpringBoot Aborting a StreamingResponseBody download can cause an infinite loop

Spring Boot 3.2.0Java 17.0.8.1Client aborting a StreamingResponseBody download in combination with an ExceptionHandler c...

SpringBoot Error response body does not match Content-Type

Describe the bugIn an application (using Spring Boot 3.0.1) the response body does not match the Content-Type header for...

SpringBoot Configuring server.jetty.max-connections has no effect

Fixes #39050 Comment From: wilkinsonaWhen we merge this, we should look at either using AssertJ's extracting rather than...

SpringBoot Hikari and spring data jpa/orm doesn't support POJO declaration

Spring-data-jpa/spring orm/spring txHi,Seems like the Pooled datasource bean declaration is not that compatible with hib...

SpringBoot Autoconfiguration for Kafka Cluster ID

Closes #38825 Comment From: wilkinsonaUnfortunately, this change isn't what was described in the issue. I also don't thi...

SpringBoot Retry JDK downloads

A couple of builds failed recently as the JDK download tasks failed due to the connection being reset. To make the build...

SpringBoot Auto-configure TypeDefinitionConfigurer beans for GraphQL apps

Currently the GraphQL auto-configuration considers many beans for configuring the GraphQL infrastructure, like DataFetch...

SpringBoot otel tracing support for env vars

Fall back to otel env vars for tracing endpoint, headers, and resource attributes, in a similar way as micrometer does f...

SpringBoot Add support to Bomr to align a library's version with the version of a dependency of another managed dependency

Chatting with @michael-simons, Neo4j's Java driver has a new maintenance policy in its 5.x line:Neo4j’s Driver Team rele...

SpringBoot "invalid scheme [lb]" when upgrading from boot 3.1.5 to 3.1.6 (also present in 3.1.7)

The code below works fine with Spring Cloud 2022.0.4 and Boot 3.1.5, but fails when upgrading to boot 3.1.6 or 3.1.7retu...

SpringBoot spring boot native image is not able to read message from AWS SQS

I have an application and it reads messages from sqs when run locally but as soon as I deploy it's native image on EKS n...

SpringBoot Spring boot native image is not able to convert 'SORT' to json, throws org.springframework.http.converter.HttpMessageNotWritableException: Could not write JSON

I am generating spring boot 3 native image using -Pnative switch. The DAO class fetches the data from DB with SORT objec...

SpringBoot Springboot3 ignores the one @Bean annotation when it has two identical beans at the same time

Why does springboot3 allow two identical beansSpringboot3 ignores the one @Bean annotation when it has two identical bea...

SpringBoot Docker Compose integration does not work with 2.23.0 due to 'Cannot invoke "org.springframework.boot.docker.compose.core.DockerCliInspectResponse.hostConfig()" because "inspectResponse" is null'

I'm getting a NPE because the key in inspected map and the ID of DockerCliComposePsResponse are different, so the value ...

SpringBoot Rest controllers returns 404 error after the spring boot 3.1.5 upgrade

My spring boot application has the main class present inside a common dependency jar. Say for example startup.jar. The r...

SpringBoot Actuator endpoints with no operations that use selectors are not accessible when mapped to /

Below worked fine with Spring Boot 2.7.11 and earlier, stopped working with Spring Boot 3.http://host:8989/metrics{&quot...

SpringBoot Extracted application fails to start because of missing classpath application properties

My application is not starting, because of missing application properties.In the source of the application I have defaul...

SpringBoot spring-boot-maven-plugin repackage uber jar execution fails when jar is put on WSL network drive

When the uber jar created with spring-boot-maven-plugin:3.2.1 (repackage goal) is put on a WSL (Windows subsystem for Li...

SpringBoot The system scope dependency jar can't be packaged into fat jar when mvn clean install

there is a dependency jar which not existing in the maven centre but locally <dependency> <groupId>r...
上一页 下一页
.