SpringBoot Cassandra default configuration substitutions don't resolve against configuration derived from spring.data.cassandra properties

Using spring boot 2.7.9.When defining properties for Cassandra configuration using Spring properties, the default values...

SpringBoot Support @MockBean on test fields with TestNG

Using @MockBean on test fields is a very succinct way to mock components.At the moment, it only works with JUnit tests v...

SpringBoot Upgrade to Spring Framework 5.3.26

Comment From: petterlarsenIt looks like Spring boot 2.7.10 still have Spring 5.3.24.Spring libs from my 2.7.10 Spring bo...

SpringBoot Document requirement for Maven 3.6.3 or later

resolves #34694Comment From: wilkinsonaThanks, @isabek. Could you please update the version in the "Build Tool Plugins" ...

SpringBoot Detail is not localized when problemdetails enabled

@RestController@SpringBootApplicationpublic class DemoApplication { @RequestMapping("/") String home() {...

SpringBoot Native boot quick,but same interface program,Jar mode is faster than native mode?

Native boot quick,but same interface program,Jar mode is faster than native mode @GetMapping("/map") pub...

SpringBoot Service connections from a test class's enclosing class are not found

When using @Nested, the tests added for #34782 have shown that service connections declared in the enclosing class are n...

SpringBoot Banner placeholders use default values too soon

The ResourceBanner uses placeholders with the regular syntax ${variable.name} syntax.There are only a few variables supp...

SpringBoot Fix regression introduced by 042f0c8

Closes GH-34770Comment From: wilkinsonaThanks for the PR, but as indicated by the labels and comments on #34774, we're n...

SpringBoot Spring Boot 3.x Native does not load corresponding to Spring Profile logging config

Spring Boot 3.x Native application assembled with Grade does not load corresponding to Spring Profile logging configSpri...

SpringBoot Externalized configuration order different from the documented one

According to documentation (https://docs.spring.io/spring-boot/docs/current/reference/html/features.html#features.extern...

SpringBoot Mocks are not reset between nested tests if WebFluxTest has properties set

Affects: both latest 2.7.9 and 3.0.4If properties are defined in WebFluxTest and nested test classes are used, mocks are...

SpringBoot Upload File - Undertow

I'm trying to upload a file using Undertow and it's giving throwing me the following exception.I don't know exactly what...

SpringBoot ElasticsearchClientAutoConfiguration causes global ObjectMapper to be overwritten

Tested with springboot 3.0.0When the new ElasticsearchClient is in the classpath, it triggers the ElasticsearchClientAut...

SpringBoot DataSource auto-configuration does not use the driver class name from JdbcConnectionDetails

As reported by @eddumelendez in https://github.com/spring-projects/spring-boot/issues/34760, DataSource auto-configurati...

SpringBoot Using a forkjoin thread in Webflux will cause classes and static resources to fail to load

jdk17.0.4 spring-webflux 2.7.9 alpine-linux 3.12.91.Start the spring container, which will set the launchedurlclassload...

SpringBoot BCryptPasswordEncoder apparently uses an incorrect pattern

It sounds implausible, but it seems the pattern that BCryptPasswordEncoder uses is incorrect. It has an unescaped slash....

SpringBoot Add support for Reactor Kafka

As said in https://github.com/reactor/reactor-kafka/issues/100#issuecomment-995178795 native support for Reactor Kafka w...

SpringBoot Document requirement for Maven 3.6.3 or later

The latest version of the Maven Help Plugin (https://github.com/spring-projects/spring-boot/issues/34687) requires Maven...

SpringBoot nativeCompile task fails for Gradle subproject

reproduce: https://github.com/mgzu/boot-democommand: ./gradlew :app-web-business:app-order:nativeCompilelog:[native-im...
上一页 下一页
.