SpringBoot Adding jackson dataformat xml should not change output format to xml automatically

VersionSpring Boot 2.7.4Spring MVCJackson-dataformat-xmlQuestionWhen I add jackson-dataformat-xml to my pom.xml, all the...

SpringBoot Empty @DefaultValue cannot be used on collections, maps, arrays or optional values

I have this simple configuration:@ConfigurationProperties("dummy")public record TestRecord(@DefaultValue Set&l...

SpringBoot Documentation Inconsistency - Externalized Config, Using @ConfigurationProperties

Live Documentation Section: 7.2.8. Type-safe Configuration Properties -> Using @ConfigurationProperties-annotated typ...

SpringBoot EmbeddedLdapContextConfiguration LdapContextSource bean creation not populating base property

Drift in behavior between LdapAutoConfiguration and EmbeddedLdapAutoConfiguration.LdapAutoConfiguration populates the ba...

SpringBoot Spring Data Mongo 2.7.4 - repository insert method ignores @MongoId

WHATSpring Data Mongo repositories API -> insert(...) ignores @MongoId annotation with variable type and always auto-...

SpringBoot Auto-configure ProblemDetails support for Spring MVC and Spring WebFlux

As of spring-projects/spring-framework#27052, Spring Framework provides support for the "Problem Details" RFC 7807.This ...

SpringBoot Fix deprecation warnings in Spring Session auto-configuration

This PR updates Spring Session auto-configuration to avoid usage of deprecated methods, and moves to newly introduced Du...

SpringBoot Make auto-configured Brave Tracer more compliant with OTel tracer

by default we will not support joined spans and the trace id will be 128 bitComment From: wilkinsonaThanks, @marcingrzej...

SpringBoot Update Thymeleaf to 3.1.0.RC1

Fixes #32628.Comment From: wilkinsonaThanks for the PR, @gavrilovegor519, but Thymeleaf 3.1.0.RC1 has not yet been relea...

SpringBoot SpringBoot with LogBack creating LOG_PATH_IS_UNDEFINED folder

I am using SpringBoot with LogBack and using the below configuration in my yml file:logging: path: C:/var/log/pincode...

SpringBoot Upgrade to Kafka 3.3.1

https://kafka.apache.org/downloadsDoes not require...https://github.com/spring-projects/spring-kafka/pull/2427...but you...

SpringBoot Rework Spring Session auto-configuration to use customizers

This PR reworks Spring Session auto-configuration to avoid extending Spring Session's configuration classes. Instead, th...

SpringBoot spring boot application start up error

2019-09-10 15:39:23.937 ERROR 5844 --- [ main] o.s.boot.SpringApplication : Application run fail...

SpringBoot Change phases of WebServer start-stop and graceful shutdown lifecycles to allow other smart lifecycles to run before graceful shutdown

Use case: We would like to add some logic that runs on shutdown, but before the web server is shut down. To do so, we wa...

SpringBoot Native tests fail when using @SpringBootTest with RANDOM_PORT or DEFINED_PORT

After upgrading the project to spring boot 3.0.0-M5 and running native tests it is failing with below error. Expectation...

SpringBoot Add Javadoc since for UseMainMethod

This PR adds Javadoc @since tag for SpringBootTest.UseMainMethod.See gh-22405Comment From: izeyeI pushed a8eb298 as the ...

SpringBoot Killing mvn spring-boot:run does not kill child process

Killing ./mvn spring-boot:run process with SIGKILL signal does not kill Spring Boot application running as child process...

SpringBoot Require since attribute when marking API as deprecated

Spring Java Format 0.0.35 includes a check that requires @Deprecated annotations to be declared with since. We should en...

SpringBoot Where is the META-INF/spring-autoconfigure-metadata.properties?

I wrote a demo to hack the code. And I found when Spring Boot choosed what classes to be loaded, it would use a configur...

SpringBoot Asynchronous deserialization performed by Hazelcast may fail due to the wrong ClassLoader being used

I discovered this in a long yak-shaving session migrating an app to Boot 2.4.1 and Hazelcast 4.0.3.This fails when you r...
上一页 下一页
.