SpringBoot ArchitectureCheck tasks aren't registered in our Gradle build

When org.springframework.boot.build.architecture.ArchitecturePlugin#registerTasks is called, javaPluginExtension.getSour...

SpringBoot Allow ConfigurationProcessor to work with Kotlin Symbol Processor

The problem:Currently, ConfigurationProcessor is backed by Annotation Processing. In Kotlin annotation processors can be...

SpringBoot Document that Tomcat's maxQueueCapacity need to be greater than 0

Springboot version - 3.3.4java - 21I have used following settings to test tomcat with springboot. i want to check when t...

SpringBoot Upgrade to HttpClient5 5.4

Comment From: snicollThere are a number of deprecations around TLS that affect our build support. I am investigating wha...

SpringBoot Allow common messages to be specified for message sources

This change extends the configuration schema to support the specification of common messages, when defining a messageSou...

SpringBoot Regression in environment placeholder resolution in ApplicationContextRunner for 3.4.0-M3

Problem statementHi Spring Team. I'm evaluating Spring Boot 3.4.0-M3 and I ran into a regression in environment loading...

SpringBoot Update TestcontainerFieldBeanDefinition.java

Description of ChangesThis PR improves the TestcontainerFieldBeanDefinition for better safety, clarity, and maintainabil...

SpringBoot Allow start-up to fail if unknown Liquibase change set is discovered.

I recently encountered a production issue as a consequence of the following problem:1. A Spring Boot application with Li...

SpringBoot Add DB2 support for Docker Compose

Comment From: quaffDb2R2dbcDockerComposeConnectionDetailsFactory removed since com.ibm.db2:db2-r2dbc is not an actual dr...

SpringBoot Support mixing constructor and setter binding for ConfigurationProperties

It's common to divide configuration properties into required and optional, the required properties are defined as final ...

SpringBoot Support Janino in a native image

When building a native image with Spring Boot Maven plugin, Logback configuration relying on Janino leads to an error.Fo...

SpringBoot clarify elasticsearchdata configuration

Hi,when using spring data elasticsearch in a spring boot server, it's hard to decide on how to configure the system (e.g...

SpringBoot Introduce a starter for HTTP Client applications

I'd like to suggest introducing a new Spring Boot starter aimed at client applications, with the necessary dependencies ...

SpringBoot Split auto-configuration out into several smaller, more focused modules

At the moment, various templating libraries, are integrated with Spring in the following way:they have auto-configuratio...

SpringBoot No SBOM generated in a multi projects Gradle build

In a multi projects Gradle build the CycloneDX SBOM is not generated and not added to the boot JAR.Sample project: https...

SpringBoot Reinstate support for initing mocks in MockitoTestExecutionListener

It was removed in Boot as Framework's equivalent listener was doing the init. That init was removed in 6.2.0 snapshots a...

SpringBoot Export SBOM contained in native-image

GraalVM's native-image has a feature where it can create a SBOM on native image build time and embed it. You can then us...

SpringBoot Update DataSourceHealthIndicator, ConnectionFactoryHealthIndicator to improve code readability and maintainability

Hello, I'm a 17-year-old developer living in South Korea. I'm looking at the actuator part of the Spring Boot project, a...

SpringBoot How to setAcceptQueueSize when used embed jetty with Spring Boot

When we use spring boot to start embed jetty server, how to setAcceptQueueSize, now this value is 0, then go to jdk will...

SpringBoot Fix Oracle JDK download URLs

https://download.oracle.com/java/17/latest/jdk-17_linux-x64_bin.tar.gz has moved to https://download.oracle.com/java/17/...
上一页 下一页
.