Nineya
Home
Blog
软著申请
SpringBoot Document default value of management.zipkin.tracing.encoding
2025-01-07 22:18:30
163
This PR adds a configuration properties metadata entry for the default value of the management.zipkin.tracing.encoding.S...
SpringBoot Clarify devtools restart class loader
2025-01-07 22:18:27
322
I read the section in the user guide and it helpfully suggested setting spring.devtools.restart.enabled=false to elimina...
SpringBoot Help information for spring init's build option has the wrong default
2025-01-07 22:18:22
1291
Spring Boot CLI (3.2.4) init help says default build system is maven but actually gradle is used:$ spring --help initspr...
SpringBoot JarUrlConnection.getPermission() can throw NullPointerException if jarFileConnection is null
2025-01-07 22:18:18
3026
Thank you for developing great springframework and spring-boot ecosystem, I appreciate development.if given resource pat...
SpringBoot Remove reassignments for builders in GraphQL auto-configurations
2025-01-07 22:18:13
146
This PR removes reassignments for builders in GraphQL auto-configurations as it doesn't seem to be necessary.Comment Fro...
SpringBoot Whitespace is not correctly trimmed when generating configuration properties metadata from records
2025-01-07 22:18:08
680
29403 recently added support for generating metadata from parameters but we need to refine it to deal with wrapped white...
SpringBoot Add customizers to R2DBC ProxyConnectionFactory / ConnectionFactoryDecorator
2025-01-07 22:18:06
2950
Would it be possible to make it easy to apply customizers to R2DBC observability?For example, consider this fuctional in...
SpringBoot Renew trust material for SSL tests
2025-01-07 22:18:04
1657
We're seeing failures in the following tests:smoketest.amqp.SampleAmqpSimpleApplicationSslTestssmoketest.data.cassandra....
SpringBoot Ease the creation of multiple task executor and task scheduled builders
2025-01-07 22:18:00
4112
Through an auto-configuration, Spring Boot makes it easy to create a task executor builder and a task scheduled builders...
SpringBoot Evaluate if adding a @WebEndpointTest for testing custom actuator web points is now feasible
2025-01-07 22:17:58
559
See #11399 for background. The codebase has moved on quite bit since that issue was raised so we might be able to consid...
SpringBoot Use ConcurrentHashMap.newKeySet where feasible
2025-01-07 22:17:55
134
This PR changes to use ConcurrentHashMap.newKeySet() where feasible.See https://github.com/spring-projects/spring-framew...
SpringBoot Invalid reference to RequestParameters in Freemarker after upgrade
2025-01-07 22:17:53
4538
I just upgraded my app to Spring Boot 3.0.5 and there seems to be something broken with spring-boot-starter-freemarker.I...
SpringBoot Upgrade to SLF4J 2.0 and Logback 1.4
2025-01-07 22:17:50
42420
With thanks to @rwinch, I've just learned that Boot doesn't work with Logback 1.3 (still in alpha). It fails on launch w...
SpringBoot <springProperty> and <springProfile> do not work in <include> after Logback upgrade
2025-01-07 22:17:47
5468
Logback refactored the inclusion of configuration snippets in version 1.5.5. (For details see this commit and this comme...
SpringBoot The logback xml <springProfile> element is no longer working from included xml.
2025-01-07 22:17:44
1095
I have the following base.xml file in a library that is being included by my logback-spring.xml configuration:<?xml v...
SpringBoot CPU utilization over 100% during startup
2025-01-07 22:17:41
2242
I created a spring-boot project from https://start.spring.io/ and set the version to 2.1.1.RELEASE. I had not add any co...
SpringBoot Containers are not started when using @ImportTestcontainers
2025-01-07 22:17:37
4024
From @sleepo581 in https://github.com/spring-projects/spring-boot/issues/38831#issuecomment-1867426247After migrating to...
SpringBoot In some situations, the failure when the AOT-generated initializer cannot be loaded is less helpful than before
2025-01-07 22:17:34
371
https://github.com/spring-projects/spring-boot/pull/38188 has made problems like https://github.com/spring-projects/spri...
SpringBoot 3.2.3 to 3.2.5 upgrade causes Mismatched number of generics
2025-01-07 22:17:31
4208
Hello,when upgrading from spring boot 3.2.3 to 3.2.5 I'm getting following error:java.lang.IllegalArgumentException: Mis...
SpringBoot Make is easier to use TestRestTemplate with a custom ResponseErrorHandler
2025-01-07 22:17:16
14807
Custom error handler set using RestTemplateBuilder bean or using the configuration TestRestTemplateConfiguration from Sp...
上一页
下一页
1
…
1695
1696
1697
1698
1699
…
2246
.