SpringBoot Docker Compose support: add -v flag support to control volume removal

With docker compose down you can control if volumes should be removed or not through -v flag.Docker Compose support has ...

SpringBoot Upgrade CI to Docker 26.1.2

https://download.docker.com/linux/static/stable/x86_64/docker-26.1.2.tgzComment From: wilkinsonaAll being well, we won't...

SpringBoot ISO-8859-1 charset included in JSON response header when using HttpServletRespone direclty (Spring Boot 3.2.5)

Demo app with description and integration tests illustrating the issue: https://github.com/noavarice/spring-boot-json-la...

SpringBoot jarmode=tools extract does not include the META-INF/sbom folder

jarmode=tools extract does not include the META-INF/sbom folderSpring Boot Version: 3.3.0-RC1# java -Djarmode=tools -ja...

SpringBoot @ImportTestcontainers does not work with @DataJpaTest

package com.example.demo;import static org.assertj.core.api.Assertions.assertThat;import javax.sql.DataSource;import org...

SpringBoot Application properties outside of jar should take precedence over profile-specific variants inside the jar

In reference to #2404 which has been closed...Spring Booot, being an opinionated framework, should try as hard as possib...

SpringBoot Make it easier to provide a custom RequestToViewNameTranslator

@dsyer wants to customize the RequestToViewNameTranslator. It can be done today with a BeanPostProcessor for the viewNam...

SpringBoot docker-compose should search directory tree for docker-compose.yml

I would like to use docker-compose in my tests with spring.docker.compose.skip.in-tests=falseAlso I want to use docker-c...

SpringBoot Remove Concourse CI configuration

Forward port of issue #40568 to 3.3.x.Comment From: wilkinsonaOn hold for now in case we need a 3.3.0-RC2 that we may wa...

SpringBoot Upgrade the com.gradle.plugin-publish plugin

We're using com.gradle.plugin-publish in version 0.15.0 in our CI when publishing the gradle plugin. We should update th...

SpringBoot Add external link style to API docs

When https://github.com/spring-io/antora-ui-spring/issues/240 is merged we can use https://github.com/spring-io/antora-e...

SpringBoot Refactor: null check to use Objects.isNull for clarity

Updated the convert method to use Objects.isNull instead of a direct null check for better readability and consistency.C...

SpringBoot @WebMvcTest and WebSecurity with @EnableMethodSecurity not looking for @PreAuthorize annotation in the interface

I am not too sure exactly where is the issue yet.But With a conf.@Configuration@EnableWebSecurity@EnableMethodSecuritypu...

SpringBoot META-INF/sbom/application.cdx.json disappears after "jarmode=tools extract" run

Using an app based on Spring Boot 3.3.0-RC1; if you run jarmode tools extract, after your produced an SBOM using cyclone...

SpringBoot Gradle test - Out of memory after upgrading from 3.1.6 to 3.2.4

After upgrading from 3.1.6 to 3.2.4, our gradlew test command fails with out of memory.Memory usage is steady in 3.2.4 ...

SpringBoot Sending request message remote web service using SOAP

Hi, I'm getting below error message when trying to send request Have you any comment for this issue ?Thanks :)SOAPPartIm...

SpringBoot Default MIME mappings are not loaded unless additional mappings are configured

Spring Boot version: 3.3.0-RC1In my TomcatEmbeddedContext none of the default MIME mappings are available.This problem e...

SpringBoot Upgrade to Hibernate 6.5.0.Final

Comment From: Amar995Hey @wilkinsona can you please assign me ?Comment From: wilkinsonaThanks for the offer, @Amar995, b...

SpringBoot resolveMainClassName fails when building with Gradle using Java 22

It fails like this:Caused by: java.lang.IllegalArgumentException: Unsupported class file major version 66 at org....

SpringBoot When using JPA and ImportTestcontainers, test context may fail to refresh due to "Mapped port can only be obtained after the container is started"

Hi, I've upgraded this project from Spring Boot 3.1.4 to 3.2.5.After that, I've started having issues in my test cases.I...
上一页 下一页
.