Nineya
Home
Blog
软著申请
SpringBoot spring.config.activate.on-profile makes empty inject bean
2025-01-07 03:18:37
965
springboot: 2.5.14when I set "spring.config.activate.on-profile", all field of StaticConfig are null. But it works well...
SpringBoot OAuth2 Resource Server Auto-Configuration can only configure a single JWS algorithm
2025-01-07 03:18:28
804
See PR #31230 for background.Comment From: wilkinsonaThe differences between using a JWK Set URI and a public key locati...
SpringBoot Upgrade to Bouncycastle 1.71
2025-01-07 03:18:23
177
BouncyCastle changed its artifact name suffix from jdk15on to jdk18on in the latest releases, as it now requires at leas...
SpringBoot Remove support for running multiple Spring Batch jobs
2025-01-07 03:18:17
1722
As discussed as part of #23411, running multiple Batch jobs does more harm than good, as @benas summarised nicely:I woul...
SpringBoot The project cannot be started once the key in the yaml configuration file contains the word "no"
2025-01-07 03:18:13
1433
spring-boot Version: spring-boot-starter-parent 2.1.8.RELEASE & spring-boot-starter-parent 2.6.6Java Version: 1.8.0_...
SpringBoot Health indicators that take a long time to respond are difficult to diagnose
2025-01-07 03:18:04
653
See https://github.com/spring-projects/spring-boot/issues/4391#issuecomment-1137476248 for background.It's currently ver...
SpringBoot GitInfoContributor should consume only application git.properties - not from libraries
2025-01-07 03:18:00
1267
Spring Boot Actuator's GitInfoContributor is consuming git.properties file from libraries.Comment From: wilkinsonaThanks...
SpringBoot Remove duplicate content from "The Spring WebFlux Framework" section
2025-01-07 03:17:55
319
There are some repeat paragraphs exist in the following doc:https://github.com/spring-projects/spring-boot/blob/main/spr...
SpringBoot Remove BindConverter ConversionService workaround
2025-01-07 03:17:52
214
When https://github.com/spring-projects/spring-framework/issues/28609 is fixed we can revert the main code from commit h...
SpringBoot ZipkinConfigurations.SenderConfiguration uses @ConditionalOnClass on a @Bean method
2025-01-07 03:17:49
300
org.springframework.boot.actuate.autoconfigure.tracing.zipkin.ZipkinConfigurations.SenderConfiguration#urlConnectionSend...
SpringBoot Disable H2 Optimize Reuse Results
2025-01-07 03:17:45
1055
We recently updated to Spring Boot 2.7 and were hit by some strange issues with the new H2 2.x. After some analysis it t...
SpringBoot Spring Boot minor upgrade brings major breaking changes to Metrics
2025-01-07 03:17:42
5327
While updating our components to the recent 2.5.12 Spring boot version we came across an issue.A "simple" minor update f...
SpringBoot Document that property placeholders should use the canonical property name form
2025-01-07 03:17:38
1788
This is a request to improve the documentation by mentioning that "placeholders" (the property names) must always be spe...
SpringBoot GraphQL RouterFunctions are unordered which prevents other functions from being ordered after them
2025-01-07 03:17:33
286
As seen in spring-projects/spring-graphql#404, the Spring GraphQL RouterFunction for the GraphQL and GraphiQL endpoints ...
SpringBoot Register LoggingCacheErrorHandler Bean by default
2025-01-07 03:17:30
1228
Whenever I build up a spring boot application, I should register a custom CacheErrorHandler to prevent failing a request...
SpringBoot Consider updating buildInfo defaults to support build reproducibility
2025-01-07 03:17:27
860
Since #27413 was declined, could you at least consider changing the default for build.time property in 3.0 so that it do...
SpringBoot Declaring a user-defined WebServerFactory should make sure the auto-configuration backs off
2025-01-07 03:17:23
1433
See #24705We initially designed things this way because we wanted an easy way for users to opt-in for the embedded serve...
SpringBoot Document that when using Lombok it must be configured to run before spring-boot-configuration-processor
2025-01-07 03:17:20
285
Added note to use lombok dependency before spring-boot-configuration-processor dependency.Closes #30986Comment From: sni...
SpringBoot Enable Links for the Javadoc of the Gradle Plugin
2025-01-07 03:17:11
274
The main "api" Javadoc has its links configured here: https://github.com/spring-projects/spring-boot/blob/4c23d2c45b429f...
SpringBoot Use Lambda-based API in Spring Security examples
2025-01-07 03:17:08
450
This PR is intended to resolve #30432.I've formatted the Spring Security examples consistently such that- the last word ...
上一页
下一页
1
…
1927
1928
1929
1930
1931
…
2246
.