Nineya
Home
Blog
软著申请
SpringBoot Register user-provided SdkLoggerProvider and SdkMeterProvider on the OpenTelemetry bean
2025-01-07 16:36:42
637
We currently have auto-configuration for tracing via OpenTelemetry, by providing a SdkTracerProvider and ContextPropagat...
SpringBoot Spring boot embedded tomcat can not start up
2025-01-07 16:36:39
7168
Hi there, faced with the following issue. Migration from spring boot 2.7 to spring 3.1. Used jetty before, but found out...
SpringBoot Spring Cloud Config property spring.config.import is ignored if configuration is imported from dependency
2025-01-07 16:36:36
2485
I have many services they should use Spring Cloud Config. To avoid adding same part of config to properties to all servi...
SpringBoot Spring-boot-devtools causes message conversion failure within @RabbitHandler
2025-01-07 16:36:34
1397
Having an @RabbitHandler annotated method with an abstract payload doesn't work when spring-boot-devtools it's on the cl...
SpringBoot Add Kotlin Symbol Processor for auto configuration
2025-01-07 16:36:31
2419
KSP issue - https://github.com/spring-projects/spring-boot/issues/28046I made a draft in which I added support for ksp.I...
SpringBoot Expose configuration properties to configure the WebsocketServerSpec to use
2025-01-07 16:36:28
1051
For issue 29550.Preliminary submission.Comment From: philwebbThanks for the pull-request @polarbear567. When raising #29...
SpringBoot Allow custom RSocket WebsocketServerSpecs to be defined
2025-01-07 16:36:24
330
See https://github.com/spring-projects/spring-framework/issues/27973 for background.The RSocketWebSocketNettyRouteProvid...
SpringBoot Fail fast if a Kafka property is configured in spring.kafka.properties when a spring.kafka property could have been used instead
2025-01-07 16:36:22
1608
After upgraded to spring boot 3.1.0 configuration of kafka server via configuration property spring.kafka.properties.boo...
SpringBoot Add validation to fail-fast when a kafka property is configured in spring.kafka.properties when a spring.kafka property could have been used instead
2025-01-07 16:36:19
242
Closes gh-35694Comment From: snicoll@stillya thanks very much for the PR but I am not keen to add so much code for this....
SpringBoot Allow auto-configured HikariDataSource to participate in checkpoint-restore
2025-01-07 16:36:17
821
This PR allows to suspend and gracefully shut down the connection pool of a HikariDataSource within the container lifecy...
SpringBoot Harmonize Stream.collect() usage
2025-01-07 16:36:14
2645
use Stream.toList() or collect(Collectors.toUnmodifiable*()) if returned Collection should be immutable.Comment From: ph...
SpringBoot The isOpen() method of WebSocketSession in version 3.1.2 always returns true
2025-01-07 16:36:11
1280
I use TextWebSocketHandler to manage WebSocket sessions, but when the connection is obviously closed, the session.isOpen...
SpringBoot Why does the value of request.getServletPath() change when I register the S1Servlet?
2025-01-07 16:36:07
1741
I have the following code snippet. @Bean public ServletRegistrationBean<S1Servlet> s1Servlet() { Ser...
SpringBoot Tomcat warns about a missing +/- prefix when enabling multiple protocols through server.ssl.enabled-protocols
2025-01-07 16:36:05
964
When configuring SSL with Tomcat, the following message is being logged in warning level by SSLHostConfig:"The protocol ...
SpringBoot Document that server.forward-headers-strategy property defaults to native when running on Kubernetes
2025-01-07 16:35:59
313
I found that my app on k8s has server.forward-headers-strategy NATIVE but the docs do not state so.Hence I propose this ...
SpringBoot Consider simplifying OpenTelemetryAutoConfiguration
2025-01-07 16:35:56
2736
OpenTelemetryAutoConfiguration in its current shape contributes quite a few beans to the application context. In reality...
SpringBoot SpringBoot3.1.2 REST Endpoint 400 Bad request if param in URL PathVariable contains %2F
2025-01-07 16:35:54
1188
Version: Spring Boot 3.1.2@GetMapping("/projects/{project}/repositories/{repository}/artifacts") public Str...
SpringBoot Upgrade Spring AMQP to 3.0.7
2025-01-07 16:35:51
398
Comment From: snicoll@garyrussell thanks but we don't need PR for dependency upgrades.Comment From: garyrussellI underst...
SpringBoot Improve project setup for IntelliJ IDEA
2025-01-07 16:35:48
771
This commit improves project setup for IntelliJ IDEA by adding code style and inspection profile project files to versio...
SpringBoot Provide a condition for checkpoint-restore
2025-01-07 16:35:46
393
We have a need for only defining beans when an application is using checkpoint-restore. We'd like to encapsulate this in...
上一页
下一页
1
…
1793
1794
1795
1796
1797
…
2246
.