SpringBoot jackson-datatype-jsr310 not loaded on Auto Configured ObjectMapper when Jackson2ObjectMapperBuilderCustomizer is loaded

Hi,I have this simple project with:<dependency> <groupId>org.springframework.boot</groupId> <...

SpringBoot @ConstructorBinding does not work with @SpringBootTest

Spring Boot version: 2.7.2When writing tests using the @SpringBootTest annotation, properties don't correctly load into ...

SpringBoot Configuring com.github.loki4j.logback.Loki4jAppender in logback.xml does not work in a native image

With this logback.xml:<?xml version="1.0" encoding="UTF-8"?><configuration debug="true...

SpringBoot When building with Maven, only resources generated beneath META-INF/native-image are available for inclusion in a native image

process-aot only copies resources beneath META-INF/native-image into target/classes. This means that resources with any ...

SpringBoot Add missing @Test to ConfigurationPropertiesReportEndpointTests.sanitizeLists()

This PR adds a missing @Test to the ConfigurationPropertiesReportEndpointTests.sanitizeLists().Comment From: wilkinsonaI...

SpringBoot Add documentation for micrometer-tracing

The auto-configurations have been in main since https://github.com/spring-projects/spring-boot/commit/3860eb211af1b429f3...

SpringBoot NumberFormatException when configuring spring.redis.sentinel.nodes with an IPv6 address

This yaml :spring: redis: sentinel: master: mymaster nodes: "[2409:aaa:5a00::fdfb:1:aaa]:26379,[2409:...

SpringBoot HTTP 405 for POST requests with Data REST and Boot 3.0.0 RC1

Following this Data REST tutorial results in an HTTP 405 error for create / POST requests on the resource with Boot 3.0....

SpringBoot Failed to determine a suitable driver class

my springboot version is 2.3.4-RELEASE , I configure DataSource by this way in application-dev.yml:spring: profiles: de...

SpringBoot Process logback.xml ahead-of-time to allow its configuration to be used in a native image

Comment From: ailjushkinThanks for the genius framework.What does native image means?Comment From: wilkinsonaA GraalVM n...

SpringBoot Output auto-configuration report for context processed ahead-of-time

Similar to the experience when an app is started with -Debug, we should be able to trigger an output of the auto-configu...

SpringBoot Provide a workaround to allow multiple @ImportRuntimeHints

This commit provides a workaround for spring-projects/spring-framework#29361 that should cover Actuator web end point us...

SpringBoot Fix package tangles in spring-boot caused by ConfigurationProperties hints

Comment From: wilkinsonaThere's a similar, although slightly smaller, tangle with boot and context in 2.7 as well:And in...

SpringBoot Review context boot package relationships

We've had package tangles between .boot and .context packages in the past (see #30272 and #32815 for examples). It feels...

SpringBoot Relocate @ConstructorBinding to bind package and update default behavior

In spring-cloud-kubernetes we have support for configdata, as such, much of the underlying code uses snippets likes thes...

SpringBoot Harmonize code sample in the "Type-safe Configuration Properties" section

Rename the SomeProperties class so that it is consistent with other examples given within the Type-safe Configuration Pr...

SpringBoot Fix typos in logging.adoc

Something seems to be off with this part of the doc so I gave it a try.According to the doc, I can create my own configu...

SpringBoot Move WebFlux metrics auto-configuration to the new Observation instrumentation

Since spring-projects/spring-framework#28880, Spring Framework now instruments directly Spring WebFlux with the HttpRequ...

SpringBoot Add Graal Native documentation

We need to add documentation for Graal/AOT.More subtasks need to be added[x] Document @NestedConfigurationProperty (See ...

SpringBoot Use GraphQL Observation instrumentation

We've added metrics support in #29140 - but as of Spring Framework 6.0, we're moving from metrics instrumentation to to ...
上一页 下一页
.