SpringBoot Document default value of management.zipkin.tracing.encoding

This PR adds a configuration properties metadata entry for the default value of the management.zipkin.tracing.encoding.S...

SpringBoot Clarify devtools restart class loader

I read the section in the user guide and it helpfully suggested setting spring.devtools.restart.enabled=false to elimina...

SpringBoot Help information for spring init's build option has the wrong default

Spring Boot CLI (3.2.4) init help says default build system is maven but actually gradle is used:$ spring --help initspr...

SpringBoot JarUrlConnection.getPermission() can throw NullPointerException if jarFileConnection is null

Thank you for developing great springframework and spring-boot ecosystem, I appreciate development.if given resource pat...

SpringBoot Remove reassignments for builders in GraphQL auto-configurations

This PR removes reassignments for builders in GraphQL auto-configurations as it doesn't seem to be necessary.Comment Fro...

SpringBoot Whitespace is not correctly trimmed when generating configuration properties metadata from records

29403 recently added support for generating metadata from parameters but we need to refine it to deal with wrapped white...

SpringBoot Add customizers to R2DBC ProxyConnectionFactory / ConnectionFactoryDecorator

Would it be possible to make it easy to apply customizers to R2DBC observability?For example, consider this fuctional in...

SpringBoot Renew trust material for SSL tests

We're seeing failures in the following tests:smoketest.amqp.SampleAmqpSimpleApplicationSslTestssmoketest.data.cassandra....

SpringBoot Ease the creation of multiple task executor and task scheduled builders

Through an auto-configuration, Spring Boot makes it easy to create a task executor builder and a task scheduled builders...

SpringBoot Evaluate if adding a @WebEndpointTest for testing custom actuator web points is now feasible

See #11399 for background. The codebase has moved on quite bit since that issue was raised so we might be able to consid...

SpringBoot Use ConcurrentHashMap.newKeySet where feasible

This PR changes to use ConcurrentHashMap.newKeySet() where feasible.See https://github.com/spring-projects/spring-framew...

SpringBoot Invalid reference to RequestParameters in Freemarker after upgrade

I just upgraded my app to Spring Boot 3.0.5 and there seems to be something broken with spring-boot-starter-freemarker.I...

SpringBoot Upgrade to SLF4J 2.0 and Logback 1.4

With thanks to @rwinch, I've just learned that Boot doesn't work with Logback 1.3 (still in alpha). It fails on launch w...

SpringBoot <springProperty> and <springProfile> do not work in <include> after Logback upgrade

Logback refactored the inclusion of configuration snippets in version 1.5.5. (For details see this commit and this comme...

SpringBoot The logback xml <springProfile> element is no longer working from included xml.

I have the following base.xml file in a library that is being included by my logback-spring.xml configuration:&lt;?xml v...

SpringBoot CPU utilization over 100% during startup

I created a spring-boot project from https://start.spring.io/ and set the version to 2.1.1.RELEASE. I had not add any co...

SpringBoot Containers are not started when using @ImportTestcontainers

From @sleepo581 in https://github.com/spring-projects/spring-boot/issues/38831#issuecomment-1867426247After migrating to...

SpringBoot In some situations, the failure when the AOT-generated initializer cannot be loaded is less helpful than before

https://github.com/spring-projects/spring-boot/pull/38188 has made problems like https://github.com/spring-projects/spri...

SpringBoot 3.2.3 to 3.2.5 upgrade causes Mismatched number of generics

Hello,when upgrading from spring boot 3.2.3 to 3.2.5 I'm getting following error:java.lang.IllegalArgumentException: Mis...

SpringBoot Make is easier to use TestRestTemplate with a custom ResponseErrorHandler

Custom error handler set using RestTemplateBuilder bean or using the configuration TestRestTemplateConfiguration from Sp...
上一页 下一页
.