SpringBoot Polish SessionAutoConfiguration#addCandidateIfAvailable

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

SpringBoot @AutoConfigureAfter not working as expected

I have a simple nested autoconfig which loads 1 of the 2 beans depending on the conditional check.Something like@Configu...

SpringBoot Only link to the two alternative formats from each format of the reference documentation

And some small editing changes.Comment From: philwebbWe should double check the condition works because I'm not sure if ...

SpringBoot Editorial changes to the multi-page reference documentation's index

Comment From: wilkinsonaClosed by https://github.com/spring-projects/spring-boot/commit/47bbae83561a64e312555e3703f7fc44...

SpringBoot Add multiple paths to disk space health check

Current configuration for disk space monitoring looks like this:management.health.diskspace.path=/var/log/tomcat8I have ...

SpringBoot Add support for multiple paths in DiskSpaceHealthIndicator

Fixed gh-18359AssumptionI know there was a previous proposal that was closed due to concerns around breaking compatibili...

SpringBoot Document how to parameterize output directory for REST Docs with WebTestClient

closes #27747Comment From: pivotal-cla@brneto Please sign the Contributor License Agreement!Click here to manually synch...

SpringBoot NullPointerException in RoutingDataSourceHealthContributor when a routing data source has a target with a null routing key

The RoutingDataSourceHealthContributor constructor throws a NullPointerException (NPE) if the provided map has a null ke...

SpringBoot Action in the failure analysis for BeanCurrentlyInCreationException contains a typo

This PR fixes a typo.Comment From: wilkinsonaThanks very much, @izeye.

SpringBoot @MockBean combined with @Repeat results in "the field cannot have an existing value" error

I need to run Spring Test concurrently. For this reason, a separate method rule has been created.The logic of this rule ...

SpringBoot Support docker credentials from servers section in settings.xml

Support credentials from maven settings.xml for DockerRegistryit would be helpful if secrets like credentials for docker...

SpringBoot spring-boot application get warning: CONSOLE_LOG_PATTERN_IS_UNDEFINED

Already reported and closed but I was able to reproduce it using logback.xml sample from 2.1.8.RELEASE documentation pag...

SpringBoot Add ability to include/exclude part of a composite contributor in a health group

Since #19974, I think it's not possible anymore to select some indicators of a composite contributor for a health group ...

SpringBoot Added details to failed SpringBootCondition

It would appear, at least under some logging configurations, that theexception cause is not actually being logged in the...

SpringBoot Sort the contents of BOOT-INF/lib in a reproducible Maven build

When a Maven build has been configured to be reproducible, Maven's war plugin sorts the jars in WEB-INF/lib. We should u...

SpringBoot GRADLE_PUBLISH_KEY and GRADLE_PUBLISH_SECRET are not available to publish_gradle_plugin

I think the keys need to be changed to upper-case in the pipeline:https://github.com/spring-projects/spring-boot/blob/aa...

SpringBoot Use snapshot rather than libs-snapshot repo when generating effective bom

The use of libs-snapshot causes 401 responses if the bom references dependencies that aren't in the repo./cc @marcingrze...

SpringBoot use nginx as webserver

EN:Recently, my company is using springboot as a gateway and has encountered performance problems. Here I propose an ide...

SpringBoot Circular reference error when invoking @Bean method in @PostConstruct method

To reproduce it, run ApplicationTests.test() with the following sample: https://github.com/izeye/spring-boot-throwaway-b...

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...
上一页 下一页
.