SpringBoot Introduce @BatchTransactionManager to make it easier to configure Spring Batch to use a custom transaction manager

Same as BatchAutconfiguration uses @BatchDatasource to tell apart the batch datasource from the main domain one, it shou...

SpringBoot Custom Actuator Endpoint with MediaType as text/event-stream is not working

@bclozel As per your suggestion, I tried to utilize the most recent supported version of Spring and was still able to re...

SpringBoot Update link to the official Micrometer @Timed documentation

The current link of the official Micrometer @Timed annotation documentation is at: https://docs.micrometer.io/micrometer...

SpringBoot Support .env file for configuration properties

Lots of developers use .env to process own configuration for script or app. Now I add spring.config.import in applicati...

SpringBoot Springboot 3.2.4 : restTemplate.exchange throws exception "Premature end of chunk coded message body: closing chunk expected"

Running with Spring Boot v3.2.4, Spring v6.1.5.After upgrading Spring Boot 2.x -> 3.2.4, our integration test using R...

SpringBoot Starter dependencies promoting misuse Maven's transitive dependency mechanisms

From Spring Boot's own documentation (as well as the many examples of use I've seen both within Spring Boot's own exampl...

SpringBoot Autoconfigure Undertow/XNIO for virtual thread support

Hi,With the release of Spring Boot 3.2 a new property spring.threads.virtual.enabled was added which, amongst other clas...

SpringBoot Polish HazelcastConnectionDetailsConfiguration

Comment From: nosanSystem.IO.IOException: No space left on device : '/home/runner/runners/2.319.1/_diag/Worker_20240927-...

SpringBoot AsynchronousCloseException is thrown when shutdown Tomcat

package com.example.demo;import org.springframework.boot.SpringApplication;import org.springframework.boot.autoconfigure...

SpringBoot Update workflows to use DEVELOCITY_ACCESS_KEY in place of GRADLE_ENTERPRISE_SECRET_ACCESS_KEY

Comment From: durgesh4040Please, I have knowledge of Spring Boot, but I have never contributed to a project. Could you g...

SpringBoot Centralize slash character in static final variable, improves clarity and maintainability.

Comment From: wilkinsonaThanks for the proposal but, IMO, this doesn't improve the clarify of the code and I'm not sure ...

SpringBoot Spring Modulith Application Event handling (Incomplete events process) giving class cast exception

Spring boot dependancy"org.springframework.boot" version "3.2.5" "io.spring.dependency-management" version "1.1.4"Moduli...

SpringBoot Make OtlpMeterRegistry virtual thread aware

Add support for virtual threads in OtlpMeterRegistry configuration per issue #42175.Comment From: mhalbritterThank you v...

SpringBoot Make OtlpMeterRegistry virtual thread aware

It's possible to pass a ThreadFactory into the OtlpMeterRegistry constructor. At the moment we don't do this, which then...

SpringBoot SpringBoot Starter Test depends on hamcrest-Core and Hamcrest-Library - they have moved GAV

Spring boot starter test includes a dependency on org.hamcrest:hamcrest-library:2.2 that has moved GAV and replaced by o...

SpringBoot "Server" header is missing in HTTP/2 responses

Bug ReportWith both server.server-header=CustomServer and server.http2.enabled=true set in application.properties, the S...

SpringBoot Configure sensible order for metrics aspects

See https://github.com/spring-projects/spring-framework/issues/33595Comment From: quaffNot sure tests should be added an...

SpringBoot Add mail sender support for spring-boot-testcontainers

Mail catcher is good solution to test email sending by SMTP, such as: https://mailcatcher.me/https://github.com/linux-c...

SpringBoot Add support for partitioned cookies

gh-42307Comment From: philwebbThanks @nosan. I think we should also update AbstractServletWebServerFactory.configureSess...

SpringBoot Support scanning @Value annotation for metadata in reguler @Component when using spring-boot-configuration-processor

Quite often separate classes with configuration details aren't used in Spring Boot code. Instead @Value parameters are i...
上一页 下一页
.