Nineya
Home
Blog
软著申请
SpringBoot Tracing breaks when request B3 header(s) does not contain the sampling flag
2025-01-07 17:12:50
1361
When input headers have b3 or b3_multi tracing headers without the sampling flag, the OTEL trace propagators sets it to ...
SpringBoot Revert 'Allow PemPrivateKeyParser to parse multiple keys'
2025-01-07 17:12:47
121
This was a misunderstanding on my part and we shouldn't offer the ability for a PEM file to return multiple private keys...
SpringBoot bootBuildImage not working with awt
2025-01-07 17:12:45
4247
The following application (created using https://start.spring.io with "GraalVM native support" added) fails when built u...
SpringBoot Fix links in Spring Pulsar section of ref guide
2025-01-07 17:12:42
167
Spring for Apache Pulsar recently moved to Antora docs which in turn modified the base url slightly. This commmit adjust...
SpringBoot Fix links in Spring Kafka section of ref guide
2025-01-07 17:12:40
183
Spring for Apache Kafka recently moved to Antora docs which in turn modified the base url slightly. This commmit adjusts...
SpringBoot Add JVM Checkpoint Restore documentation
2025-01-07 17:12:35
824
My proposal is to put CRaC documentation in the efficient deployment section, since we are providing an initial support ...
SpringBoot Bump upgrage gradle from 7.6.3 to 8.4
2025-01-07 17:12:32
499
Update Gradle from 7.6.3 to 8.4 and also:1. Added Gradle distribution checksum as an additional security measure2. Added...
SpringBoot Define/Enable BCrypt as default password encoder
2025-01-07 17:12:29
2621
According with Spring Security is recommended use BCrypt to encode a password. And to accomplish this approach is sugges...
SpringBoot Documentation of relaxed binding from environment variables is incorrect
2025-01-07 17:12:27
1011
This chapter https://docs.spring.io/spring-boot/docs/current/reference/html/features.html#features.external-config.types...
SpringBoot Wrong return http
2025-01-07 17:12:24
1960
I am woring with Spring boot and jpa to manage connection to postgresql database.This is what i use for general exceptio...
SpringBoot refresh endpoint causes CPU spikes
2025-01-07 17:12:18
1454
spring-boot version: 3.1.4spring-cloud version : 2022.0.3 ( same is observed since spring cloud HOXTON release)Samplewe ...
SpringBoot Remove tomcat-embed-el from spring-boot-starter-jetty
2025-01-07 17:12:15
497
I don't understand why the org.apache.tomcat.embed:tomcat-embed-el dependency is defined with the api scope in the sprin...
SpringBoot Allow PemPrivateKeyParser to parse multiple keys
2025-01-07 17:12:10
194
PemPrivateKeyParser currently parses a single key where as PemCertificateParser parses multiple certificates. We should ...
SpringBoot Refine Spring Boot startup message when restoring a Spring Boot application with CRaC
2025-01-07 17:12:08
3560
When using JVM Checkpoint/Restore with Spring Boot, I can see log messages like:2023-08-23T06:53:41.292Z INFO 405 --- [...
SpringBoot Logback autoreload feature (scan=true) not compatible with springProfile and springProperty
2025-01-07 17:12:05
3408
Spring Boot 1.3.2.RELEASEDuring initialization of Logback SpringBoot uses its own class SpringBootJoranConfigurator (tha...
SpringBoot Provide configuration property metadata for binding to Map<String, RichType> and List<RichType>
2025-01-07 17:12:03
5990
One example of such a Map is in Spring Cloud stream. As things stand, there's no metadata for any of the properties on ...
SpringBoot @ServiceConnection is not found when used in an interface implemented by a test class
2025-01-07 17:12:00
2703
Using the new @ServiceConnection does not work as I would expect when applied within an interface. It starts the contain...
SpringBoot Investigate hot-reloading of TLS certificates for embedded web servers
2025-01-07 17:11:56
1829
It would be cool to have a feature where the webserver could hot-reload the TLS certificates: all the existing connectio...
SpringBoot Document that 'spring.docker.compose.file' can be used to share Docker Compose configuration between applications
2025-01-07 17:11:52
3940
I was writing a sample application to show how tracing works with the new Micrometer support. For this I have 2 Spring B...
SpringBoot Support parallel initialization of Testcontainers
2025-01-07 17:11:48
1000
Currently TestcontainersLifecycleBeanPostProcessor starts beans sequentially, it would be nice to offer an option to sta...
上一页
下一页
1
…
1765
1766
1767
1768
1769
…
2246
.