SpringBoot Upgrade to Logback 1.2.5

The current version (1.2.3) has bugsI have seen that many branches have already upgraded to 1.2.5, except the 2.3.x bran...

SpringBoot Add new auto-configuration properties for jms.

Now you can use spring.jms.subscription-shared=truespring.jms.subscription-durable=truefor making your jms subscription ...

SpringBoot Make the build's artifacts, not just its build-info.json, available to the publish-gradle-plugin task

Comment From: wilkinsonaClosed by https://github.com/spring-projects/spring-boot/commit/6be27e2212fc9b6d8bf3832804c21a56...

SpringBoot Update CI to replace $GITHUB_PASSWORD

Note: GitHub has discontinued password authentication to the API starting on November 13, 2020 for all GitHub.com accoun...

SpringBoot Staging fails with GH007: Your push would publish a private email address

It looks like the email address for the build user has been made private. We should be able to use the @users.noreply.gi...

SpringBoot Update CI to use token rather than password

See https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/ Comment From: wilkinsonaDuplica...

SpringBoot Hazelcast Cache Metric Error with Spring Boot 2.0.2

Hello everyone,I've just upgraded Spring Boot from 2.0.1 to 2.0.2 and now our application doesn't startup anymore becaus...

SpringBoot Polish access modifiers for test classes

This PR polishes access modifiers for test classes.Comment From: philwebbI thought we has a checkstyle for this at one p...

SpringBoot Fix broken links in docs

Hi,I just noticed a couple of broken links on https://docs.spring.io/spring-boot/docs/current-SNAPSHOT/reference/htmlsin...

SpringBoot Enhance operability of spring-boot-maven-plugin with maven_opts maven.config

As a spring-boot 2.2.0.RELEASE and above user, I want the spring-boot-maven-plugin to read the properties that I define ...

SpringBoot Spring Boot breaks error handling of servlets with chunked encoding

When streaming response of unknown size one encounters error in the middle of the stream, there is a need to break the ...

SpringBoot Document how to use WebTestClientBuilderCustomizer to configure REST Docs' parameterized output

We already have an example showing how to do it with MockMvc. It'd be good to have an equivalent example for WebTestClie...

SpringBoot Use "2012" for copyright beginning year

This PR changes to use "2012" for the copyright beginning year as it seems to be a typo of "2012" based on the copyright...

SpringBoot Revert changes for #26252 once CI is using 8u302 or later

JDK-8157190 has been fixed in 8u302. Once CI has upgraded we should revert the workaround added in #26252.

SpringBoot -Dspring.profiles.active ignored when mvn spring-boot:run

Upgrading 1.0.2.RELEASE->1.1.0.RELEASE changed how passing profile to mvn spring-boot:run works, the -Dspring.profile...

SpringBoot Support @ConfigurationProperties with third party collections

It's not possible to use @ConfigurationProperties with third party collections such as Guava's ImmutableList.I couldn't ...

SpringBoot Thymeleaf sec: Tags causes UnsupportedOperationException when WebSecurity is configured with EndpointRequestMatcher

If a WebSecurityConfiguration contains EndpointRequestMatchers, for example like thispublic class WebSecurityConfig exte...

SpringBoot When using HighlightingCompositeConverter or custom one we get LOGBACK: No context given for ch.qos.logback.core.spi.ContextAwareBase

Please use attachedlogback-spring.xml.txt sample logback-spring.xml to reproduce the issue. This issue is when we use 'h...

SpringBoot Make it easier to add new configuration options to ApplicationContextRunners

AbstractApplicationContextRunner currently has a nine-parameter constructor and a nine-parameter newInstance method, bot...

SpringBoot spring-boot-configuration-metadata leaks enforced dependency constraints into consuming builds

A minimal reproducible build.gradle:apply plugin: 'java'dependencies { testImplementation platform('org.springframewo...
上一页 下一页
.