SpringBoot Tracing breaks when request B3 header(s) does not contain the sampling flag

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'

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

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

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

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

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

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

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

This chapter https://docs.spring.io/spring-boot/docs/current/reference/html/features.html#features.external-config.types...

SpringBoot Wrong return http

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

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

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

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

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

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>

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

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

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

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

Currently TestcontainersLifecycleBeanPostProcessor starts beans sequentially, it would be nice to offer an option to sta...
上一页 下一页
.