Nineya
Home
Blog
软著申请
SpringBoot SmartLifecycle beans are not closed in @SpringBootTest
2025-01-07 22:43:58
6725
Hey, I'd really like to get some help.TL;DR : MessageListenerContainers which were created in the previous contexts are ...
SpringBoot Excluding status code from DefaultErrorAttributes throws NPE
2025-01-07 22:43:56
34488
I'd like to strip the reactive DefaultErrorAttributes to only expose timestamp and message fields in the json response:@...
SpringBoot ConnectionDetails for external providers in Spring Security modules
2025-01-07 22:43:52
11375
Part of my dev workflow involves using Testcontainers with Keycloak for integration testing against a local, preconfigur...
SpringBoot Long Method Update
2025-01-07 22:43:50
1147
The JsonObjectDeserializer class was refactored to address the identified code smells, specifically Long Method.This pul...
SpringBoot Refactor TomcatServletWebServerFactory - Code smell
2025-01-07 22:43:47
1953
The Refactor Miner tool detected a code smell ("LongMethod") in the prepareContext method, indicating that it is excessi...
SpringBoot Refactor UndertowServletWebServerFactory - Code smell
2025-01-07 22:43:44
2074
The UndertowServletWebServerFactory class was refactored to address the identified code smells, specifically Long Method...
SpringBoot Using Counter from io.micrometer:micrometer-registry-prometheus causes error in the application
2025-01-07 22:43:42
10745
ContextAfter the upgrade to Spring 3.3.+, when starting a project that contains the library io.micrometer:micrometer-reg...
SpringBoot Investigate convention based application.properties specifically for tests
2025-01-07 22:43:39
616
Currently it can can be quite awkward to add an application.properties for tests that overrides only specific values of ...
SpringBoot WIP: ReactorKafka auto-configuration (approach 1)
2025-01-07 22:43:36
2203
This is a WIP proposal for ReactorKafka auto-configuration. It is a modification of the original proposal in that it lev...
SpringBoot Add auto-configuration for Reactor Kafka
2025-01-07 22:43:34
15028
Some notes:This PR resolves https://github.com/spring-projects/spring-boot/issues/29080 and https://github.com/spring-pr...
SpringBoot KafkaProperties.buildProperties() calls validate before kafkaProducerFactory uses customizers that can still change the validated properties.
2025-01-07 22:43:31
4083
The default kafka producer factory bean gets kafka properties by calling KafkaProperties.buildProducerProperties method....
SpringBoot Edit documentation for consistency
2025-01-07 22:43:28
3780
With #27759 @Buzzardo applied an editing pass to the actuator documentation. There are quite a few patterns that emerged...
SpringBoot Investigate jcmd's json thread dump format
2025-01-07 22:43:25
2073
As part of JEP 444, jcmd has gained the ability to generate a json-formatted thread dump:$ jcmd <pid> Thread.dump_...
SpringBoot Servlet Filters not applied to management context
2025-01-07 22:43:22
5954
Spring boot webmvc service and spring boot webflux service have inconsistent behavior for http server requests metrics(p...
SpringBoot Investigate service binding automation
2025-01-07 22:43:19
337
https://github.com/buildpacks/spec/blob/master/extensions/bindings.mdhttps://application-stacks.github.io/service-bindin...
SpringBoot Externalize configuration property section configuration
2025-01-07 22:43:17
445
The configuration of the configuration property sections in the appendix is currently hardcoded in the DocumentConfigura...
SpringBoot Simplify JPA DDL properties and auto-configuration
2025-01-07 22:43:15
14999
In Spring Boot 2, having thespring.jpa.generate-ddl property set to true did not perform any updates as long as the corr...
SpringBoot Review and split up large documentation pages
2025-01-07 22:43:06
151
We didn't apply automatic splitting of pages during the Antora migration so we should manually review any large pages. T...
SpringBoot Make use of NoOpTaskScheduler to disable task scheduling in tests
2025-01-07 22:43:04
1809
A NoOpTaskScheduler has been added to Spring Framework. We should look at how we can use it to disable scheduled tasks i...
SpringBoot Provide MvcRequestMatcher.Builder that correctly configures the servlet path
2025-01-07 22:43:01
2456
If there is only one dispatcher servlet in the servlet context, then it would be nice to have a simpler way to construct...
上一页
下一页
1
…
1678
1679
1680
1681
1682
…
2246
.