SpringBoot Add Testcontainers at development time integration test

Closes gh-38045Comment From: philwebbThanks for the pull-request @Wzy19930507, but this wasn't quite what I had in mind ...

SpringBoot Document SSL reload with letsencrypt

I think deploying Spring Boot with letsencrypt issued certificates is a common scenario. We should think about documenti...

SpringBoot Deprecate OutputCaptureRule for removal

Hi,I know it's quite late in the 3.2.0 release process, but I wonder if we can deprecate OutputCaptureRule for removal s...

SpringBoot Spring Boot application fails with AOT enabled if run inside static main method different from annotated

Hi,I use Spring Boot 3.1.5 with GraalVM 17.0.9 with spring-boot-maven-plugin and native-maven-plugin plugins.The followi...

SpringBoot Upgrade to Commons Lang3 3.13.0

Comment From: djarnis73Any chance this could be back-ported to 3.1.x branch? I just got bitten because commons-text 1.11...

SpringBoot Re-add @ConditionalOnEnabledTracing on BraveAutoConfiguration

@ConditionalOnEnabledTracing used to be on the BraveAutoConfiguration. See this revision: https://github.com/spring-proj...

SpringBoot Crosslinks should not include .html

Eg:read the "getting-started.html" and "using.html" sectionsin https://docs.spring.io/spring-boot/docs/2.6.x/reference/h...

SpringBoot Code sample in "Developing Your First Spring Boot Application" does not work

MyApplication.java example code do not work without package declaration. spring-boot:run command shows...** WARNING ** :...

SpringBoot FileNotFoundException is thrown serving resources due to JarUrlConnection.getLastModified() returning zero

Hello,First, this problem does not appear in the case of Spring Boot 3.1.5What I do here is to serve static content from...

SpringBoot Refactor org.springframework.boot.autoconfigure.security structure

The current structure is a bit messed up. We could do with a web package in there somewhere.Comment From: wilkinsonaI'm ...

SpringBoot EndpointRequest should provide matcher regardless of endpoint exposure

Currently, EndpointRequest provides matchers only for the exposed endpoints. This causes endpoint security to behave dif...

SpringBoot JarFile implementation calls close early which breaks verification of signed unpacked nested jars on Oracle JDK

The attempted fix for #29356 caused regression #31853. We'll need to try and find another approach. This might be easier...

SpringBoot Error connecting to Docker daemon on macOS with Docker Desktop 4.13

When using Docker Desktop 4.13, the Maven spring-boot:build-image goal and Gradle bootBuildImage task might fail with an...

SpringBoot Add .gitattributes

See #27615, we need to revert due to our windows build failing, see https://github.com/spring-io/spring-javaformat/issue...

SpringBoot [GraalVM] bootBuildImage Task Failed with message "Builder lifecycle 'creator' failed with status code 51"

Environment:* Spring Boot 3.1.5* org.graalvm.buildtools.native 0.9.28Detail Messages Below:> Running creator [crea...

SpringBoot Migrate from spring boot 3.1.5 to 3.2 native image java.util.MissingResourceException

We have a working application running on spring boot 3.1.5 using java 21 as a native image and everything works ok we ar...

SpringBoot Allow additional profiles to be activated in a test

1469 changed the semantic of @ActiveProfile in order to replace the list of active profiles. The previous behavior added...

SpringBoot Reinstate deployment tests where a Java 17 and Jakarta EE 9 compatible container is available

We removed some deployment tests in https://github.com/spring-projects/spring-boot/issues/28815. We may be able to reins...

SpringBoot Provide first-class support for all Kafka configuration options

As discussed in #17389 our existing approach is not ideal. It would be nice if we could somehow expose all configuration...

SpringBoot With SpringBoot3 adoption ,web server failed to start with error: "Could not load store: Unable to create trust store: Location must not be empty or null"

Hi all,I have migrated my code from spring boot 2.7.x to 3.1.xAfter migration the web server failed to start with follow...
上一页 下一页
.