SpringBoot Spring Boot Gradle plugin: bootJar.enabled=false not working

What is equivalent for bootRepackage.enabled=false for Spring Boot's latest Gradle plugin (2.0.0) ? bootJar.enabled=fa...

SpringBoot MetricsIntegrationTests.requestMappingIsInstrumented() is flaky

It's flaky in both 2.3 and 2.4. I think there's a race condition between the metric being recorded and the response maki...

SpringBoot Align versions of Scala modules

We have transitive dependencies on org.scala-lang:scala-library and org.scala-lang:scala-reflect that do not have matchi...

SpringBoot Spring Boot can't be checked out on Windows without enabling git core.longpaths

Currently Spring Boot project can't be checked out on Windows due to Filename too long error. Commit d1f543fc added a fi...

SpringBoot A reactive web application using Spring Session uses server.servlet.session.timeout to configure its session timeout

When spring.session.timeout isn't configured, the Spring Session auto-configuration falls back to server.servlet.session...

SpringBoot Add a command line option for image.cleanCache when building with Maven

Exposed image.cleanCache as command line option for cache cleanup when building with Maven.Closes gh-23202.Comment From:...

SpringBoot Property names are not available with Lombok and constructor binding

The output of the spring-boot-configuration-processor looks like below. It can't determine the names of any arguments. T...

SpringBoot Using @AutoConfigureMockMvc in SpringBoot Test caused two different spring context.

IssueI found that the process on running integration test, it began two different spring context(@See GenericWebApplicat...

SpringBoot Exceptions when initializing logging system are not shown

For example add logging.logback.rollingpolicy.max-file-size= to application.properties.Comment From: philwebbI'm unable ...

SpringBoot spring boot 中spring 漏洞

您好,开发者: 在使用springboot 中遇到spring fromwork 5.1.3有漏洞,请问如何修复spring fromwork中的漏洞,官方提示是修改spring 版本,但是spring boot 是集成spring。...

SpringBoot Provide a configuration property for setting the logging charset

ie:logging.pattern.charset=UTF-8logging.pattern.charset=GBKComment From: wilkinsonaThanks for the pull request. I'm wond...

SpringBoot Allow TestPropertyValues.of to take a Map source

I had a problem in my unit test because I used TestPropertyValues like this:TestPropertyValues.of("tempo.base-url&q...

SpringBoot Overhaul externalized config data processing

This is a placeholder issue to group the various tasks required to replace the existing ConfigFileApplicationListener cl...

SpringBoot Create a richer API for PropertySource customization

Users often need to modify the Environment PropertySources but they basically have to guess the best slot to insert a ne...

SpringBoot Problem when including spring profiles with logical operators

Spring Boot v2.1.3.RELEASEI have an application.yml where I want to include profiles based on logical conditions on what...

SpringBoot Change order of spring-profiles using spring.profiles.include and active profiles

After being asked in #15598 to create yet another issue I am happy to do so.SummaryI have 2 profiles with different valu...

SpringBoot Allow BootstrapRegistry to have onApplicationContextPrepared actions without registrations

Currently onApplicationContextPrepared is only available if you also register an instance. We should allow also allow an...

SpringBoot Support authentication from Docker daemon to private docker registry.

see: #22836Comment From: crimsonvspurpleIf I'm understanding it right, this is needed to bootBuildImage push to ECR?Any...

SpringBoot Support Gradle's configuration cache with Gradle 6.7 and later

When playing around with the new configuration cache in gradle 6.6 I got this error when building our spring boot projec...

SpringBoot Change favicon default StaticResourceLocation

Currently, in org.springframework.boot.autoconfigure.security.StaticResourceLocation, there is only favicon.ico support....
上一页 下一页
.