SpringBoot cosmetic change, remove 2 imports

Hi, some cosmetic changes, by that I was able to cut some lines :)Comment From: pivotal-cla@muybien3433 Please sign the ...

SpringBoot Document that configuration property binding to a Kotlin value class with a default is not supported

Affects: Spring Boot 3.3.2, Spring 6.1.11When using a value class property in @ConfigurationProperties with a default va...

SpringBoot Add tip to correlation IDs documentation referencing spring.reactor.context-propagation=auto

Comment From: mhalbritterIn a servlet application, the logs look like this:{"@timestamp":"2024-08-29T06:4...

SpringBoot Add transport selection to OtlpLoggingConnectionDetails

Since https://github.com/spring-projects/spring-boot/pull/41333, OtlpTracingConnectionDetails has a String getUrl(Transp...

SpringBoot Support Otlp Tracing's GRPC port from service connections

Otlp Tracing's exporter is configured using Transport. Current support for service connections read the mapped port for ...

SpringBoot FileNotFoundException from unused mis-configured SSL bundles

I configured an application with an ssl-bundle. For local testing I do not want to enable ssl. So I disabled it for stag...

SpringBoot Add service connection from Opentelemetry Collector for Logging

Otlp Logging auto-configuration has been added to Spring Boot. This commit adds ConnectionDetails from Docker Compose an...

SpringBoot Polish configuration property reference

@sbrannen found a bug in our documentation: There's a configprop:spring.aop.proxy-target-class in https://docs.spring.io...

SpringBoot Add a configuration property for Spring Data Web's serialization mode

see https://github.com/spring-projects/spring-data-commons/commit/5dd7b322b65652f90717c4f8cb930c5e471ad483Comment From: ...

SpringBoot Add auto-configuration for OTLP gRPC format when using tracing

This pull request introduces opt-in auto-configuration for OtlpGrpcSpanExporter (fixes #35863).The implementation remain...

SpringBoot ZipkinHttpClientSender fails with "Failed to introspect Class" when spring-web is not on the classpath

From @jonatan-ivanov:I'm upgrading some of our (Micrometer) sample projects from Boot 3.2 to 3.3 and quite a few of out ...

SpringBoot Reinstate support for auto-configuring an embedded ActiveMQ broker

38404Comment From: wilkinsonaHow's it going, @mattrpav? Do you still have plans to finish this off?Comment From: mattrpa...

SpringBoot Retain default group membership when configuring other properties on probe health groups

When configuring additional paths for Spring Boot actuator health groups ('readiness', 'liveness', etc.), unrelated heal...

SpringBoot Liveness Probe gets All Health Groups when Using Additional Path

Replicator project: https://github.com/matthenry87/additional-liveness-path-bug❯ curl localhost:8080/actuator/health/liv...

SpringBoot Regarding the default configuration of log4j2

I tried to use itapplication.yml logging: pattern: console: %clr(%d{${LOG_DATEFORMAT_PATTERN:-yyyy-MM-dd HH:mm:ss. ...

SpringBoot Add documentation for configuring OpenTelemetry SDK logs

Added documentation for configuring OpenTelemetry SDK logs.Included YAML configuration example.Noted that Logback and Lo...

SpringBoot Support testcontainers-redis

Our support for Testcontainers and Redis currently relies on the container being named redis. We could add support for h...

SpringBoot Improve Pulsar listener container concurrency configuration

This is a follow-up to https://github.com/spring-projects/spring-boot/pull/42062 that utilizes newly introduced concurre...

SpringBoot LinkageError: loader org.springframework.boot.loader.launch.LaunchedClassLoader @3941a79c attempted duplicate class definition for jakarta.mail.Message$RecipientType

affected Spring Boot version: 3.3.3working Spring Boot version: 3.3.2We traced the issue to the changes made by https://...

SpringBoot Apply spring.pulsar.consumer.subscription.name to auto-configured Pulsar listener container

The subscription name config prop was not being set on the Pulsar listener container properties. This commit adds the su...
上一页 下一页
.