Nineya
Home
Blog
SpringBoot Support Gradle 7 and raise minimum supported version of Gradle 6.x to 6.8
2025-01-06 22:46:06
287
We're already testing against Gradle 7.0 so this is largely a documentation update. We should also raise the supported v...
SpringBoot Document more prominently that DataJpaTest sets spring.jpa.show-sql=true by default
2025-01-06 22:46:00
244
See #25841 for some background. We could do with making it clearer that, by default, @DataJpaTest sets spring.jpa.show-s...
SpringBoot Provide auto-configuration for using Apache HttpClient 5 with WebClient
2025-01-06 22:45:53
586
Framework 5.3 added support for Apache HttpClient 5 to WebClient. We should add corresponding support in Spring Boot. I ...
SpringBoot Docs contribution section
2025-01-06 22:45:38
664
Comment From: cdalexndrContribution section needs a guide to editing docs (https://github.com/spring-projects/spring-boo...
SpringBoot Remove unused method parameters
2025-01-06 22:45:31
542
Hi,this PR removes a couple unused method parameters.Cheers,ChristophComment From: dreis2211Test failure seems unrelated...
SpringBoot Polish
2025-01-06 22:45:25
52
This PR fixes some typos and polishes trivial stuff.
SpringBoot Wildfly deployment tests are failing due to micrometer-metrics/micrometer#2557
2025-01-06 22:45:19
136
We can work around It for now with some Wildfly deployment metadata to open up com/sun/management.See micrometer-metrics...
SpringBoot logging.pattern.console Special phenomenon
2025-01-06 22:45:13
1093
SpringBootVersion: 2.3.9.RELEASEI found that if I define logging.pattern.console in the properties file(application.prop...
SpringBoot Upgrading to Spring Boot 2.4.4 results in "Failed to bind properties"
2025-01-06 22:44:41
1713
I've update Spring Boot from 2.4.3 to 2.4.4 and got***************************APPLICATION FAILED TO START***************...
SpringBoot ServerHttpSecurity.authorizeExchange().pathMatchers(...) doesn't accept reactive EndpointRequest
2025-01-06 22:44:34
1294
Originally Reported via spring-projects/spring-security#5002HttpSecurity.authorizeRequests().requestMatchers(EndpointReq...
SpringBoot Provide health for an AbstractRoutingDataSource's resolved targets
2025-01-06 22:44:27
2124
Fixes gh-22824Comment From: onobc@wilkinsona not sure if this is what you had in mind - let me know where we need to adj...
SpringBoot Expose Spring Data Repository metrics
2025-01-06 22:43:56
10033
Spring Data repository invocations are not metered yet and it would make sense to expose invocation metrics to improve o...
SpringBoot spring-boot-server-tests is no longer testing the embedded servlet containers' static resource support
2025-01-06 22:43:48
623
https://github.com/spring-projects/spring-boot/commit/1342e4970a85a24eb07d955741f884392b79bb7e added spring-webmvc to th...
SpringBoot Javadoc link for non-public autoconfiguration classes does not exist
2025-01-06 22:43:40
1800
Hi,while going through the docs, I noticed that we have a broken link in https://docs.spring.io/spring-boot/docs/current...
SpringBoot CodecConfigurationException: Can't find a codec for class com.mongodb.DBRef
2025-01-06 22:43:32
14167
Hello, Spring Boot 2.0.0.M4mongodb-driver-reactivestreams 1.6.0I'm facing a bug that appear when I save an entity with @...
SpringBoot Add reference to Bitcoin starter
2025-01-06 22:43:25
781
I would like to include Bitcoin related starter modules in the list of Spring Boot Starters.The project contains Spring ...
SpringBoot Remove last mention of Gradle 5.6.x support from docs
2025-01-06 22:43:17
295
Hi,the getting started section still mentions Gradle 5.6 support, but that was dropped a short while ago.Cheers,Christop...
SpringBoot FileSystemWatcherTests are flaky
2025-01-06 22:43:08
768
A number of tests assume that there will only be a single change set. This assumption only holds true if everything betw...
SpringBoot Fix MongoMetricsAutoConfigurationTests
2025-01-06 22:43:02
131
This PR fixes the following:nested ContextConsumermissing .with(MetricsRun.simple())They could make the tests pass unint...
SpringBoot Fix typos in docs
2025-01-06 22:42:41
109
Hi,I just noticed a couple of typos in the docs.Cheers,ChristophComment From: snicollThanks again @dreis2211
上一页
下一页
1
…
2021
2022
2023
2024
2025
…
2215
.