Nineya
Home
Blog
软著申请
SpringBoot Add requestFactorySettings method to RestTemplateBuilder
2025-01-07 23:43:23
153
RestTemplateBuilder has method to configure timeouts and ssl bundles, but not an easy way to apply an existing ClientHtt...
SpringBoot Rename RestTemplateBuilder 'set' methods
2025-01-07 23:43:21
170
RestTemplateBuilder has setConnectTimeout, setReadTimeout and setSslBundle methods which are oddly named compared to the...
SpringBoot Support Reactor Netty in ClientHttpRequestFactories
2025-01-07 23:43:19
1029
RestClient support in #36213 was followed by JDK HttpClient and Jetty client support in ClientHttpRequestFactories, #361...
SpringBoot MultipartFile is Null in @ModelAttribute with Spring Boot 3.3.4 but Works in 3.2.4
2025-01-07 23:43:16
1822
Title:MultipartFile is Null in @ModelAttribute with Spring Boot 3.3.4 but Works in 3.2.4Description:When upgrading from ...
SpringBoot MeterRegistry: same meter name with different tags is not reflected in /actuator/prometheus
2025-01-07 23:43:14
5911
SetupLet's setup a simple spring-boot app:build.gradle.ktsplugins { java id("org.springframework.boot") ...
SpringBoot Move default value descriptions to "description" in logging property metadata
2025-01-07 23:43:11
1228
This PR moves default value descriptions to "description" properties in logging property metadata as it doesn't seem to ...
SpringBoot Improve document to elaborate why the slash in the map key will be removed
2025-01-07 23:43:07
2617
https://github.com/spring-projects/spring-boot/blob/50d05192c828a299002ccf71020dbe0f7ea0499b/spring-boot-project/spring-...
SpringBoot java.lang.IllegalStateException: Error processing condition on org.springframework.boot.autoconfigure.context.PropertyPlaceholderAutoConfiguration.propertySourcesPlaceholderConfigurer
2025-01-07 23:43:04
15078
I was working on my project to implement security for a WebSocket Connection, so, I have simply created the WebSocketSec...
SpringBoot @ConfigurationProperties used with @Bean doesn't work when config is loaded through @SpringBootTest's classes property.
2025-01-07 23:43:01
6097
When @ConfigurationProperties(prefix="..") is used with @Bean on an @Configuration class, it doesn't populate the fields...
SpringBoot Align the time at which AOT-based context initialization is performed more closely with the standard case
2025-01-07 23:42:59
2693
We currently add a custom initialiser for AOT and place it first in the application's list of initializers:https://githu...
SpringBoot Integration testing issues with spring boot 3.3.3 hibernate 6.5.2.Final
2025-01-07 23:42:56
22877
Here are my configuration : Spring boot 3.3.3Mockito core 5.14.2I used spring boot 3.2.2 and I. Updated to 3.3.3.Since t...
SpringBoot management.health.db.ignore-routing-datasources=true has no effect when an AbstractRoutingDataSource has been wrapped
2025-01-07 23:42:54
10212
Forward port of issue #42322 to 3.4.x.Comment From: corneliusroemerNote that this commit lead to CI breaking for us when...
SpringBoot No transactionId anymore in implementation classes of ErrorWebExceptionHandler
2025-01-07 23:42:50
2565
Spring boot version: 3.3.2Spring cloud dependencies version: 2023.0.3sample issue spring cloud gateway repository: https...
SpringBoot spring-boot-testcontainers when used on abstract class creates multiple contexts
2025-01-07 23:42:48
4822
Creating integration tests with a shared abstract class to avoid initializing multiple contexts does not work as expecte...
SpringBoot Backport Gradle 8 Upgrade to all 3.x branches
2025-01-07 23:42:44
363
In order to help with #42333 we should align on a single Gradle versionComment From: philwebbMostly a cherry-pick of d75...
SpringBoot changelog-generator.yml shouldn't use ${{ !vars.COMMERCIAL }} as it isn't processed by GitHub Actions
2025-01-07 23:42:41
302
We might be able to set it in the env before running the spring-io/github-changelog-generator action. If that's not an o...
SpringBoot Fix references to COMMERCIAL in release workflow
2025-01-07 23:42:38
140
Some are just COMMERCIAL. They need to be vars.COMMERCIAL.Comment From: wilkinsonaAlready fixed in 9858b4b367dee816c736d...
SpringBoot Add Docker Compose @ServiceConnection support for ClickHouse
2025-01-07 23:42:35
340
Similar to https://github.com/spring-projects/spring-boot/pull/42837 but for Docker Compose Comment From: snicollThanks ...
SpringBoot Document that embedded Tomcat must be at least 10.1.25
2025-01-07 23:42:32
2213
The System Requirements documentation specifies which versions are supported. However, not all patch versions of Tomcat ...
SpringBoot Update build name when deploying snapshots
2025-01-07 23:42:26
508
When we branch main to 3.4.x, remember to change build-and-deploy-snapshot.yml:build-name: ${{ vars.COMMERCIAL &&am...
上一页
下一页
1
…
1631
1632
1633
1634
1635
…
2246
.