SpringBoot Use convention based doc code imports

Related to #29499. When https://github.com/spring-io/spring-asciidoctor-backends/issues/56 is in a released version we c...

SpringBoot Add Kotlin alternatives to Java samples

In this PR, I'm adding the Kotlin alternatives to Java samples in the Spring Boot reference. They are mostly translated ...

SpringBoot Deadlock on JPA EntityListener instantiation

I've tried to build a minimal reproduction of the deadlock issue I mentioned in #16230, this is what I've come up with s...

SpringBoot spring-boot-dependencies contains dependency management for spring-boot-starter-jta-atomikos which no longer exists

Similar to https://github.com/spring-projects/spring-boot/issues/29645, dependency management for spring-boot-starter-jt...

SpringBoot Adjust test schema DDLs for compatibility with H2 2.x

This PR is related to #29034 and shall help to support H2 v2.0.x with Spring Boot. It adjusts all DDLs for tests such th...

SpringBoot Batch tests use a custom HSQL schema while running on H2

As discovered by @hpoettker in #29200, the auto-configuration tests for Spring Batch uses a custom schema file that is ...

SpringBoot spring-boot-dependencies contains dependency management for spring-boot-starter-activemq which no longer exists

Even though the spring-boot-dependencies-3.0.0-M1.pom lists the spring-boot-starter-activemq-3.0.0-M1 as a dependency, s...

SpringBoot Use consistent package names for documentation samples

Some of our documentation packages have drifted from the title anchors. We need to align them so that we can make use of...

SpringBoot Spring Boot 2.2.0-M2 RSocket issue start netty server

exception stackjava.lang.TypeNotPresentException: Type org.springframework.jdbc.CannotGetJdbcConnectionException not pre...

SpringBoot Upgrade to Tomcat 9.0.58

Supersedes #29245Comment From: astellingwerfHi @snicoll , would this change be released as a 2.6.x release? Without it, ...

SpringBoot BufferingApplicationStartup fails with NoSuchElementException

Very rarely my application run fails with following error:[main] ERROR o.s.boot.SpringApplication - Application run fail...

SpringBoot Allow providing additional ThreadPoolTaskExecutor while keeping TaskExecutionAutoConfiguration

I want to use a custom @Async("singleThreadExecutor") for only one of my methods. All others should still be using the ...

SpringBoot Declared defaults do not get property references replace

Assume you declare a configuration properties class like this:@ConstructorBinding@ConfigurationProperties("sample&q...

SpringBoot Upgrade Java 17 version in CI image

https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.2%2B8/OpenJDK17U-jdk_x64_linux_hotspot_17.0.2_...

SpringBoot Upgrade Java 17 version in CI image

https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.2%2B8/OpenJDK17U-jdk_x64_linux_hotspot_17.0.2_...

SpringBoot Upgrade Java 17 version in CI image

https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.2%2B8/OpenJDK17U-jdk_x64_linux_hotspot_17.0.2_...

SpringBoot Upgrade Java 17 version in CI image

https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.2%2B8/OpenJDK17U-jdk_x64_linux_hotspot_17.0.2_...

SpringBoot Consider generics in @ConditionalOnMissingBean when possible

Consider the following scenario:// loaded via spring factoriespublic class SomeAutoConfiguration { @ConditionalOnMiss...

SpringBoot #24877 still occurring when trying to read RequestMappingInfo directly

I have a method that is reading the mapping info in order to work with/validate api connectors protected String getHa...

SpringBoot When spring.mvc.pathmatch.matching-strategy is set to path-pattern-parser, the error handling of a management server listening on a separate port is broken

For example, accessing an endpoint that isn't exposed (so a 404 should be returned) results in a 500:HTTP/1.1 500 Connec...
上一页 下一页
.