SpringBoot Allow specifying a different management access log prefix

Currently access logs created by the management server (when the management server is run on a different port) automatic...

SpringBoot Add first class support for kotlinx.serialization

using Spring Boot 2.4.0)spring-boot-starter-actuator has strong dependencies on jackson so that I can't use kotlinx.seri...

SpringBoot Relocate web-specific conditions to org.springframework.autoconfigure.web

They could live in org.springframework.boot.autoconfigure.webComment From: philwebbhttps://github.com/philwebb/spring-bo...

SpringBoot Add an annotation to exclude Filter @Beans from registration

Sometimes you want to declare Filters as @Beans in order to have them managed and dependencies injected etc. but do not ...

SpringBoot Allow disabling OAuth2 / OIDC provider discovery explicitly

I think it would be useful to disable the OAuth2 / OIDC discovery explicitly. At this moment this is possible implicitly...

SpringBoot Docker API version is incorrectly reported when '/_ping calls fail and version should be fixed

mvn spring-boot:build-image -Dspring-boot.build-image.imageName="$FULL_IMAGE_NAME" -DskipTests fails in Bitbucket Pipeli...

SpringBoot MIME type ('') is not executable

I did upgrade from spring boot 2.6.15 to 2.7.0More about my set up:html thymeleaf page named myPage.htmlis in directory ...

SpringBoot server.max-http-request-header-size property is not recognized with spring-boot 3.3.3/java 21

Hello.After migration to spring-boot 3.3.3 based on guide I see an issue with the server.max-http-request-header-size: 4...

SpringBoot TestRestTemplate does not allow redirects to be customized

Closes GH-27360Comment From: philwebbThanks @quaff. I've simplified things a bit in 8b83afdb681a9e889857dd06c4df557a27e1...

SpringBoot Provide aggregated documentation for offline use

Hi,Seems that with Spring Boot 3.3.0 you have removed the single page variant of the reference documentation, as it now ...

SpringBoot Improve logging in DockerApi

I got a problem when trying to use the gradle buildBootImage task. I managed to track the source of the problem and it w...

SpringBoot Support caching build layers to a bind mount

The spring-boot:build-image Maven goal and bootBuildImage Gradle task configure the CNB builder to cache layers created ...

SpringBoot Unable to use Docker Compose support when mixing dedicated and shared services

I have a microservices-based mono-repo with multiple spring-boot applications. I would like to use Spring Boot Docker Co...

SpringBoot Breaking change ssl keystore location intended

Hi everyoneThis is a report of a breaking change from Spring Boot 3.3.6 -> 3.4.0 and if it is correct and intended.Sp...

SpringBoot Consider using RFC 7807 problem details for error responses

Right now Spring Boot is using an ad hoc format for error responses. Often, applications are configured to support JSON/...

SpringBoot Links to logback javadoc are incorrect

ConsoleAppender goes to page 404Referencehttps://docs.spring.io/spring-boot/how-to/logging.html

SpringBoot Upgrade to Kotlin 2.0

🎁 Enhancement Kotlin 2.0 will be released soon (December) Which spring boot release will target it? See https://github....

SpringBoot Error related with JPA EntityGraph in Spring Boot 3.4.0

Summary:After upgrading to Spring Boot 3.4.0, there is a Hibernate related error when a transactional method, after savi...

SpringBoot Spring Boot 3.4.0, There is an inexplicable occurrence in Zhonghui where the get parameter of the host is automatically bound, similar to the problem in 3.4.1

As the title suggests, I did not transmit the query parameter 'host' during the get request, but he inexplicably bound a...

SpringBoot TestRestTempate.withBasicAuth() causes 401 on anonymous endpoints

Tested with spring-boot-3.4.0For endpoints that are configured for anonymous access, even if a Basic Authentication head...
上一页 下一页
.