SpringBoot Mention buildpacks in the introduction to the section on building Docker images

The section on building Docker images makes no mention of buildpacks until you reach the buildpacks subsection. We shoul...

SpringBoot Source file must be provided failure when running spring-boot:repackage from the command-line

Issue:Getting the following error when running mvn spring-boot:repackage as standalone commandFailed to execute goal org...

SpringBoot Deprecate @ConfigurationProperties#ignoreUnknownFields

ignoreUnknownFields allows to spot cases where a property on the target namespace was left unbound. It is an interesting...

SpringBoot Support for HTTP response headers in Spring boot actuators #22297

22297Comment From: wilkinsonaThanks for the proposal. If we're to support HTTP headers in endpoint web extensions, I thi...

SpringBoot Support for HTTP response headers in Spring boot actuators

Spring boot actuator offers a simple HTTP api to write web endpoints. It is intended to be simple. I have a usecase wher...

SpringBoot Update documentation to reflect the web server now being started immediately before the ContextRefreshedEvent is published

There are some behavior changes in Spring Boot 2.3.0. This issue #21325 commit introduced new Web Server lifecycle logic...

SpringBoot Spring Boot Actuator endpoint /ops/pause seems to shutdown Tomcat server

The problemWe recently upgraded from spring boot 2.1.6.RELEASE to 2.3.1.RELEASE. After that we realized that the endpoin...

SpringBoot How to add extra operations for spring boot + buildpacks image

When using gradle + spring boot + buildpacks, how to add operations other than code to the image?The most common operati...

SpringBoot BeanCreationException with Kotlin inner class configured bean

Application context initialization errors with an UnsatisfiedDependencyException when an inner class configured bean is ...

SpringBoot proxy-target-class=true not in effect

English is not my first language, please email zhangbin.zj@gmail.com if not understand my description.environment: spri...

SpringBoot Document how to initialize the database when using R2DBC

In a general web flux application, if added spring-boot-starter-data-r2dbc into dependencies, the schema.sql and data.sq...

SpringBoot @DataMongoTest isn't working on 2.3.1-RELEASE

VersionSpring Boot 2.3.1Java 11DetailsAfter upgrading from Spring Boot 2.2.0 to 2.3.1 all tests annotated with @DataMong...

SpringBoot Excessive out-of-heap memory usage

I now have a Springboot built enreka.The memory I used to run this JAR was 340MB, but the allocated heap Ilooked at thro...

SpringBoot Temporary files not cleaned up after Maven plugin execution

Whenever executing a Maven project build (with or without tests - doesn't matter), exactly two temporary files are left ...

SpringBoot jvmArguments forces fork=true but stop goal doesn't know about it

jvmArguments configuration parameter foces "fork=true" configuration parameter.First issue: there is nothing about it in...

SpringBoot Unable to create working mock() for Spring Data Repository

I have a regression upgrading to Spring Boot 2.3.0.RELEASE.According tohttps://github.com/spring-projects/spring-boot/is...

SpringBoot Fix for issue #10886 "Incremental compilation does not keep metadata…"

Hi!Proposed changes introduce additional metadata property "sourceCanonicalType" holding the canonical name of the sourc...

SpringBoot 2.3.1.RELEASE doesn't respect logging.path property in application.properties file. The logging file was not generated.

Comment From: wilkinsonaYou should be using logging.file.path with Spring Boot 2.2 and later. logging.path was deprecate...

SpringBoot Add option to configure PathPatternParser in Spring MVC

As of Spring Framework 5.3 (See spring-projects/spring-framework#24945), it will be possible to use PathPatternParser to...

SpringBoot Update dependency management to use Infinispan BOM

We should consider using infinispan-bom instead of listing Infinispan modules explicitly, considering the large number o...
上一页 下一页
.