SpringBoot Remove redundant bitwise operations

as title.Comment From: wilkinsonaThanks again, @XenoAmess.

SpringBoot Use new ArrayList(Collection) rather than separate instantiation and addAll(Collection)

as title.Comment From: wilkinsonaThanks again, @XenoAmess.

SpringBoot Use new ArrayList(Collection) rather than separate instantiation and addAll(Collection)

Though slightly.Comment From: wilkinsonaThank you, @XenoAmess.

SpringBoot Use Integer.parseInt rather than valueOf where result is assigned to an int

because you use an int to receive it not an Integer.Comment From: wilkinsonaThanks very much, @XenoAmess.

SpringBoot Remove duplicated icon from git-repo-windows resource definition

as title.Comment From: pivotal-issuemaster@XenoAmess Please sign the Contributor License Agreement!Click here to manuall...

SpringBoot How to exclude metric tag?

My project is based on SpringBoot2, and I use micrometer-registry-prometheus to expose metrics. but I found there are so...

SpringBoot TCP connections is growing unless restart

TCP connections is growing unless restart when using Spring Cloud Gateway. I think the issue is springboot or netty reac...

SpringBoot Mapping YAML properties to list of objects

We have a configuration of list of objectselastic: mappings: dynamic_templates: - longs_as_strings: match_...

SpringBoot SpringDataWebSupport throws MethodArgumentConversionNotSupportedException in Spring Boot 2.3.1

The following code works perfectly on Spring Boot 2.3.0, but throws org.springframework.web.method.annotation.MethodArgu...

SpringBoot Avoid registering application context shutdown hook for WAR deployments

While looking into #19385, we've found that we're registering the application context shutdown hook even for Servlet dep...

SpringBoot Configuration classes aren't loaded when use spring.main.lazy-initialization=true property

I use spring.main.lazy-initialization=true to speed up Spring Boot 2.2.8.RELEASE startup. But I found that, configuratio...

SpringBoot Issue with Groovy deps on spring-boot 2.3.0 and java-jdk 14

Dear team,I have configured my Idea and Ubuntu environment to work with oracle java-jdk 14. Once I want to start the app...

SpringBoot Remove plugin version management for exec-maven plugin

The Spring Boot 2.3. Release Notes contain a section on Removal of some Maven Plugin Management that says:Spring Boot’s ...

SpringBoot gradle bootBuildImage --verboseLogging=true results in Unknown command-line option '--verboseLogging'

With 2.3.1.RELEASE:./gradlew bootBuildImage --verboseLogging=trueResults in:Unknown command-line option '--verboseLoggin...

SpringBoot Add properties for Netty HttpDecoderSpec

Closes gh-21504Comment From: wilkinsona@Julien-Eyraud Thank you very much for making your first contribution to Spring B...

SpringBoot Image building fails when DOCKER_HOST is set to a local socket prefixed with unix://

On our build server we have an environment varialbe DOCKER_HOST="unix:///var/run/docker.sock" set.This has not been a pr...

SpringBoot Add the ability to customize threads properties for management when in distinct port

https://github.com/spring-projects/spring-boot/blob/2c60672d7015c539e10f1e9f4dffbcd35a0bd4b6/spring-boot-project/spring-...

SpringBoot Add failure analyzer for missing Liquibase changelog

This PR closes #22159. I created a FailureAnalyzer that analyzes exceptions of type liquibase.exception.ChangeLogParseEx...

SpringBoot make @ConditionalOnProperty#havingValue support regexp

the source of org.springframework.boot.autoconfigure.condition.OnPropertyCondition.Spec#isMatch is simple value equalsp...

SpringBoot Bean validation error message not displayed in response body

Affects: Spring Boot 2.3.X.RELEASESince Spring Boot 2.3.X.RELEASE, the bean validation error message are no longer displ...
上一页 下一页
.