SpringBoot Make it possible to define multiple KafkaProperties beans

When working with multiple Kafka broker configurations in a Spring Boot application, defining multiple KafkaProperties b...

SpringBoot Paragraph HTML tags are rendered as is in Maven Plugin reference documentation

Referencehttps://docs.spring.io/spring-boot/3.4-SNAPSHOT/maven-plugin/packaging.html#packaging.repackage-goal.parameter-...

SpringBoot Recieving error " Error: Unknown argument(s): gov.faa.ime.helloworld.HelloWorld"

In order to avoid making all developers on the team install and configure "c" build tools, I am trying to utilize the ab...

SpringBoot Review usages of System.getProperty("java.home")

When running in a native image, System.getProperty("java.home") will return null (as there is no Java involved).The nati...

SpringBoot Move health indicator logging from indicators to a central location

See #43492 for background.We'd like to centralize the logging when a health indicator fails so that it can be changed ea...

SpringBoot Centralize logging for health indicator failures

Centralize logging for health indicator failures.Add HealthLogger class to centralize logging for health indicator failu...

SpringBoot The logging.config does not support configuring URLs that do not end with ".xml".

My Spring Boot version is 3.2.7. The logging.config is set to a URL that can load an XML file, but the URL address does ...

SpringBoot Build info timestamp is truncated to seconds

We use a custom timestamp for the build-info maven goal like this:...<properties> <maven.build.timestamp...

SpringBoot Fix assert null checks with dynamic error messages

This pull request introduces improvements to the assert error message format in the constructors of ReflectiveComponents...

SpringBoot Refactor System.getProperty("java.home") handling in native image

OverviewProvides an explicit null check.Prevents issues in native image mode.Related Issues43050Comment From: pivotal-cl...

SpringBoot AutoConfiguredRestClientSsl overwrites configuration from HttpClientProperties

This is similar to #36594 and #27360 but I'm not sure if a solution for those issues would also fix mine, so feel free t...

SpringBoot No HttpMessageConverter for xxx.xxx.xx when I fetch json use RestClient with spring boot native

I'm use Spring boot 3.4.1 on graalvm 21.0.5This is a simple WebApplication includes two classesThe first class is LoginE...

SpringBoot Span and Trace Id are not being exported in Spring Batch (Spring Boot 3.4.1).

We are implementing an internal library to collect logs and traces from Spring Batch applications and standalone applica...

SpringBoot Intermittent NoClassDefFoundError: com/mongodb/internal/binding/ReferenceCounted

Introduction:Before, I created an issue at spring-data-mongodb, but they recommended creating an issue for spring boot. ...

SpringBoot It looks like the eventId and parentId of the JFR events generated by 'FlightRecorderApplicationStartup' do not match.

It looks like the eventId and parentId of the JFR events generated by 'FlightRecorderApplicationStartup' do not match.I ...

SpringBoot Add info contributor support for JDK 24's VirtualThreadSchedulerMXBean

In this commit, for applications using Spring with JDK 24, I added support for viewing Virtual threads information in Pr...

SpringBoot SslBundle can no longer open store file locations without using a 'file:' prefix

I am getting an exception with the SslBundles not being able to load the keystore. This worked fine with Spring Boot 3.3...

SpringBoot Documentation still has references to 'layertools'

Change layertools to toolsCloses https://github.com/spring-projects/spring-boot/issues/43565Fix @XmlRootElement javadoc ...

SpringBoot In the systemEnvironment, if we have two keys with different capitalization and want to take the lowercase key, but due to capitalization issues, we will not be able to obtain the correct value

In the systemEnvironment, if we have two keys with different capitalization and want to take the lowercase key, but due ...

SpringBoot Documentation still has references to 'layertools'

We changed 'layertools' to 'tools' but some of our docs still reference the old name.Comment From: ngocnhan-tran1996Can ...
上一页 下一页
.