Nineya
Home
Blog
SpringBoot Polish SessionAutoConfiguration#addCandidateIfAvailable
2025-01-07 01:15:32
691
https://github.com/spring-projects/spring-boot/blob/f386ebe61df37f8b1c3077f273905421bec0de5b/spring-boot-project/spring-...
SpringBoot @AutoConfigureAfter not working as expected
2025-01-07 01:15:29
6175
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
2025-01-07 01:15:25
1196
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
2025-01-07 01:15:22
129
Comment From: wilkinsonaClosed by https://github.com/spring-projects/spring-boot/commit/47bbae83561a64e312555e3703f7fc44...
SpringBoot Add multiple paths to disk space health check
2025-01-07 01:15:18
1187
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
2025-01-07 01:15:14
2095
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
2025-01-07 01:15:11
6560
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
2025-01-07 01:15:05
2999
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
2025-01-07 01:15:01
70
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
2025-01-07 01:14:57
15515
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
2025-01-07 01:14:53
2136
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
2025-01-07 01:14:49
1154
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
2025-01-07 01:14:45
5834
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
2025-01-07 01:14:42
1910
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
2025-01-07 01:14:38
271
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
2025-01-07 01:14:34
182
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
2025-01-07 01:14:28
128
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
2025-01-07 01:14:25
2155
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
2025-01-07 01:14:21
690
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
2025-01-07 01:14:18
698
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...
上一页
下一页
1
…
2009
2010
2011
2012
2013
…
2246
.