SpringBoot Whether it is possible to create a class annotated by @ConfigurationProperties before the AOT processing stage can be used directly in BeanFactoryInitializationAotContribution

For example, the AOT processing stage reads mapperLocations in mybatisProperties to add hints.resources()public class My...

SpringBoot AutoConfiguration satisfies @ConditionalOnBean, but does not work

There is a bean (mvcConversionService) in the context of the application that meets all the conditions, but the AutoConf...

SpringBoot Document how to use structured logging with custom log configuration

I try to enable structured logging by configuringlogging: structured.format.console: ecs structured.format.file: ecsIt...

SpringBoot Reactive WebClient - TraceId is not propagated to scope function

TraceId is not correctly propagated to scope function after a reactive WebClient call.Demo project is available herecurr...

SpringBoot Refactor TestRestTemplate to remove need for CustomHttpComponentsClientHttpRequestFactory

There is a lot of overlap between TestRestTemplate.CustomHttpComponentsClientHttpRequestFactory and HttpComponentsClient...

SpringBoot Reactive context in structured logging

Let's say I have reactive application with a following ReactiveWebFilter filter@Componentpublic class ReactiveWebFilter ...

SpringBoot Add YamlPropertySourceFactory that can be used for loading YAML files through the @TestPropertySource annotation

I have prepared two potential solutions for this #33434 enhancement.The first approach offers a simple and intuitive way...

SpringBoot Print RuntimeException raised by StructuredLogFormatter::format to system err

Before this commit, runtime exception is swallowed silently.For example, if two StructuredLoggingJsonMembersCustomizer a...

SpringBoot Cannot initialize a map inside @ConfigurationProperties

This fails@SpringBootTest(properties = { "bar.foos.alice.name=alice", "bar.foos.alice.age=20", ...

SpringBoot Failure analysis for InvalidConfigurationPropertyValueException doesn't correctly handle fuzzy matching of environment variables

For example, the property management.endpoints.enabled-by-default could be resolved from the environment variable MANAGE...

SpringBoot Spring Boot 3.4.0: 'ResultSet has been closed' error when streaming JPA Stream response through spring controller

Hello,there is an issue with spring boot 3.4.0 when returning a jpa Stream response and return it into a body from a Con...

SpringBoot Spring Actuator AuditEvents Defaults to enabled, however seems to conflict with new Access.java constraints

Explictly we are only using the health and info actuator endpoints. See the below config for relevant configuration:mana...

SpringBoot Auto-configure a bootstrapExecutor bean to be used by Framework's background bean initialization

See https://github.com/spring-projects/spring-framework/issues/13410#issuecomment-1967596598Comment From: ballista01Hi @...

SpringBoot Polish formatting of log configuration file

Remove space before /> to keep consistency.Capitalize filters for Log4j2.Uppercase log level to keep consistency.Comm...

SpringBoot Spring Initializr doesn't recognize Dependency of Spring Okta available in the last Spring Boot versions.

the Spring Initializr says wrongly I cannot add dependency of Okta Security for version later than 3.4.0-M1Comment From:...

SpringBoot 3.4.0 SSLBundle breaks keystores on filesystem location: keys/client.p12

Background: we use keystores on filesystem for CI/CD with the location: xxxx a bare string without classpath: or any oth...

SpringBoot Bump jfrog/setup-jfrog-cli from 4.4.2 to 4.4.3

Bumps jfrog/setup-jfrog-cli from 4.4.2 to 4.4.3.Release notesSourced from jfrog/setup-jfrog-cli's releases.v4.4.3What's ...

SpringBoot Add ErrorWrapper to populate errors for MethodValidationResult

resolved #42013 Added ErrorWrapper to enable DefaultErrorAttributes to handle errors related to MethodValidationResult.C...

SpringBoot Add antora redirects for legacy anchors

Should be added here:https://github.com/spring-projects/spring-boot/blob/3e37a50b1e0835a0eb04ba1755551e1eafbc236d/spring...

SpringBoot @ImportTestcontainers doesn't work with AOT

42875Since Bean's InstanceSupplier cannot be used during the AOT process, I added BeanRegistrationAotProcessor to replac...
上一页 下一页
.