SpringBoot Support building an image when using war packaging with Gradle

It's possible at the moment using a little bit of manual configuration:bootBuildImage { jar = bootWar.archiveFile}The...

SpringBoot Document logging.register-shutdown-hook property

fixes issue #24507

SpringBoot Spring-data IN clause is broken

Spring-boot version : 2.4.0r2dbc-postgresql : 0.8.6.RELEASEHello Everyone,I have this issue when I try to retrieve data ...

SpringBoot Support defining additional keys to sanitize for actuator endpoints

After adopting the Spring Boot Admin (SBA) some colleagues astutely observed that we were "leaking" some secrets as SBA ...

SpringBoot Upgrade to 2.4.2 raises ClassNotFoundException: org.springframework.core.metrics.ApplicationStartup

I'm trying to upgrade spring boot version to 2.4.2 from 2.1.x, I got ClassNotFoundException: org.springframework.core.me...

SpringBoot Allow to set spring.test.constructor.autowire.mode in application.properties

application.properties can contain general settings. Examples:- spring.datasource.url=...- server.port=...It can also co...

SpringBoot Sanitize the value of url and urls keys in the same way that the values of uri and uris keys are sanitized

Raised in https://github.com/spring-projects/spring-boot/issues/25384, I think it makes sense to sanitize the values of ...

SpringBoot Auto-Configure a MessageSource if a custom basename is set and no default properties file exists

Hi, the Spring Boot propertie : spring.messages.basename=[directoy_in_resources]/messages does not work I have this arbo...

SpringBoot LoggingSystem shutdown on application context stop (logback)

As per Logback documentation (http://logback.qos.ch/manual/configuration.html#stopContext), one should properly stop the...

SpringBoot The auto-configured WebFluxConfigurer is unordered so it may override customizations made in a user's WebFluxConfigurer

Unlike WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter (a WebMvcConfigurer), WebFluxAutoConfiguration.WebFluxConf...

SpringBoot TestFailuresPlugin makes our build incompatible with Gradle's configuration cache

It uses a build listener to report a summary of all the test failures at the end of the build. The configuration cache d...

SpringBoot Getting error while building the java project.

SLF4J: Class path contains multiple SLF4J bindings.SLF4J: Found binding in [jar:file:/C:/Users/EKRAK/.p2/pool/plugins/or...

SpringBoot I need spring-boot-starter-websocket help document

Hi:Springboot Developer I want do a demo for spring-boot-starter-websocket ,but not find help document in sping.io and...

SpringBoot Using @EnableJPARepositories disables default spring boot behaviour

Not sure if this comes down to a question/bug report or enhancement, but I though the following worth creating an issue ...

SpringBoot DataSourceBuilder no longer invokes setUser on org.h2.jdbcx.JdbcDataSource

Up to Spring Boot 2.3.8, we used H2 as a stand in for our Oracle DB in local development.When needing to look into the t...

SpringBoot Cannot start app on liquibase-managed mysql db since spring-boot 2.3.9 (2.3.8 worked)

Hello,Upgrading the parent POM of a spring boot application project with a liquibase-managed mysql database to org.spri...

SpringBoot Is it possible to provide an pom with spring boot version on maven central repository officially just like this ?

Is it possible to provide an pom with spring boot version on maven central repository officially just like this ?the new...

SpringBoot SpringBootWebSecurityConfiguration should have been deprecated before being made package-private, right?

The ProblemThrough Spring Boot 2.3.9.RELEASE, org.springframework.boot.autoconfigure.security.servlet.SpringBootWebSecur...

SpringBoot build-image with reactor-tools

Hey team, i don't know if this is the expected behaviour, but I'm getting the following error:ERROR [main][o.s.boot.Spr...

SpringBoot org.springframework.core.NativeDetector not found in 2.4.3

My app doesn't start anymore when upgrading from 2.4.2. to 2.4.3.:Exception in thread "main" java.lang.reflect...
上一页 下一页
.