Nineya
Home
Blog
软著申请
SpringBoot Consider virtual threads support for ThreadPoolTaskExecutor/ThreadPoolTaskScheduler
2025-01-07 23:52:57
2714
As seen in https://github.com/spring-projects/spring-framework/issues/33780#issuecomment-2442241269, Spring Framework re...
SpringBoot Configuration property for Cassandra's control queries timeout not working - PT2S error on Startup.
2025-01-07 23:52:54
23051
Caused by: com.datastax.oss.driver.api.core.DriverTimeoutException: query 'SELECT * FROM system_schema.columns' timed ou...
SpringBoot Refactor writeString to reduce duplication and improve readability
2025-01-07 23:52:52
1277
Description:I refactored the writeString method in the JsonValueWriter class to make it more readable and easier to main...
SpringBoot add Local zipkin url to application.yml
2025-01-07 23:52:49
612
I followed the tutorial page, and while it mentions running Zipkin, it doesn't explain how to connect to it using the lo...
SpringBoot Remove deprecated method call to getFiles() in CheckBom
2025-01-07 23:52:46
1428
There's this code:Set<File> files = this.configurations.detachedConfiguration(this.dependencies.create(coordinates...
SpringBoot Classes are accidentally named "structure logging" instead of "structured logging"
2025-01-07 23:52:44
179
This PR replaces "structure logging" with "structured logging" as it seems to be a typo of "structured logging".Comment ...
SpringBoot Add TaskDecorator support for scheduled tasks
2025-01-07 23:52:40
390
Spring Framework has added TaskDecorator support in https://github.com/spring-projects/spring-framework/issues/23755.Rig...
SpringBoot Add a hint for logging.structured.json.customizer property
2025-01-07 23:52:37
697
Comment From: philwebbI wonder why I didn't make customizer a Class in StructuredLoggingJsonPropertiesComment From: nosa...
SpringBoot StructuredLoggingJsonProperties customizer should be a Class reference rather than a String
2025-01-07 23:52:35
174
The StructuredLoggingJsonProperties contains a customizer type that should really be a Class reference rather than a Str...
SpringBoot TestRestTemplate fails with "Unexpected end of file from server" when using DirtiesContext
2025-01-07 23:52:33
7522
I have (simplified) two unit test cases for one @RestController class:1. A simple GET request test2. A simple DELETE req...
SpringBoot Documentation for 'spring.datasource.type' is misleading
2025-01-07 23:52:29
173
Fully qualified name of the connection pool implementation to use. By default, it is auto-detected from the classpath.It...
SpringBoot buildSrc tests are not run automatically
2025-01-07 23:52:25
273
Currently the full buildSrc project does not appear to run when there are changes. Test failures are not reported unless...
SpringBoot Wrong response Content-Type in ExceptionHandler after adding dependency "spring-boot-starter-data-rest"
2025-01-07 23:52:11
10611
Spring Boot Version: 3.3.5.Response content type changed from application/json to application/xml after adding new depen...
SpringBoot additionalProfiles overwrites spring.profiles.default
2025-01-07 23:52:08
2526
I would like to be able to do something like this: public static void main(String[] args) { System.setProperty...
SpringBoot Consider where to adopt records
2025-01-07 23:52:05
407
We could use records for many of our configuration property classes. A number of classes that are used as DTOs by the ac...
SpringBoot Cannot package OCI image when 'docker.io/paketobuildpacks/new-relic' is provided as a buildpack
2025-01-07 23:52:03
2808
Spring Boot version: 3.2.6.Docker Engine version: 27.3.1.When running Spring Boot Gradle Plugin's bootBuildImage task wh...
SpringBoot Upgrade to Undertow 2.3.18.Final
2025-01-07 23:51:59
219
Although we prevented the upgrade to this release (#42769) Spring Framework 6.2.0 has changed something that fixes the p...
SpringBoot Downgrade to HSQLDB 2.7.3 and block upgrade
2025-01-07 23:51:56
189
We need to downgrade due to https://sourceforge.net/p/hsqldb/bugs/1725/Comment From: philwebbWould superseded https://gi...
SpringBoot spring property not getting populated on refreshing logback file programtically
2025-01-07 23:51:50
2588
spring.boot.version: 3.1.12logback.version:1.4.14Issue: We are trying to update the logback config at runtime programati...
SpringBoot Consider if we want a property to add an AnnotationTemplateExpressionDefaults bean
2025-01-07 23:51:48
593
Watching https://youtu.be/9eoi1TViceM?t=2188 it might be useful if we offered a quick way to register a PrePostTemplateD...
上一页
下一页
1
…
1623
1624
1625
1626
1627
…
2246
.