SpringBoot 3.2 RestClient response body caching

I want to automate the request/response logging, including response body., for evrey RestClient call. RestClient ...

SpringBoot Missing server observations for Actuator endpoints on separate management port

I noticed that no observation spans will be created for HTTP calls to Actuator endpoints only if you are running managem...

SpringBoot Add auto-configuration for OTLP gRPC format

Implement auto-configuration for OpenTelemetry's OtlpGrpcSpanExporter. Well, since the endpoint URL has to be p...

SpringBoot @NestedConfigurationProperty doesn't work on records

Add ElementType.RECORD_COMPONENT to NestedConfigurationProperty and implement isMarkedAsNested for RecordParameterProper...

SpringBoot SystemProperties ignored in spring-boot-maven-plugin if -Dspring.context.exit=onRefresh is specified

When using properties through CDS_TRAINING_JAVA_TOOL_OPTIONS in spring-boot-maven-plugin (pom.xml), but also when provid...

SpringBoot Expose the functional bean registration API via SpringApplication

SpringApplication makes it hard to get hold of the application context before it's refreshed. @michael-simons came up wi...

SpringBoot Add memory info to ProcessInfo

These changes are closing the gap for ProcessInfoContributor that were left out of https://github.com/spring-projects/sp...

SpringBoot Spring Boot Webflux, cannot get PreAuthorize to work on Spring Security (in Kotlin)

Please see here >>https://stackoverflow.com/questions/78698990/spring-webflux-preauthorize-not-working-work-using-...

SpringBoot Add test auto-configuration for MockMvcTester

Spring Framework 6.2 introduces an AssertJ support for MockMvc that also provides a fluent API to compose the request. G...

SpringBoot Publish an AuditEvent on logout

Comment From: pivotal-cla@Chu3laMan Please sign the Contributor License Agreement!Click here to manually synchronize the...

SpringBoot Prevent bootBuildImage to be run concurrently

When in the context of a Gradle multi-project with several images to be built with bootBuildImage task and with parallel...

SpringBoot Add standardized property to distinguish a group of applications

Change SummaryAdd a standardized property to provide some indicator that a set of applications are part of a larger "bus...

SpringBoot @NewSpan/@SpanTag not working on interface methods

The combination @NewSpan/@SpanTag seems not fully working on interface methods - like JPA repo methods.Instead of creati...

SpringBoot Springboot connection database password acquisition error

The password obtained by Springboot when connecting to the database is not the password in my configuration file, which ...

SpringBoot Provide auto-configurations for OpenTelemetry Logs

This pull request introduces auto-configuration for SdkLoggerProvider and OtlpHttpLogRecordExporter (closes https://gith...

SpringBoot Update filter method

Update filter method for adding isTraceEnabled condition to reduce calls to nanoTime methodComment From: pivotal-cla@Jav...

SpringBoot [Feature Request]: Introduce a property to set the server time

Hi Team,I have a use case where I need to test my application with future dates.Is there a Spring property that allows m...

SpringBoot Review spring.jpa.database and spring.jpa.database-platform and their standard JPA equivalents

Different versions of same database platform behave differently, database-platform is not enough to choose the most prec...

SpringBoot Not able to use actuator WriteOperation annotation with parameters

Spring boot version 3.3.0Java version - 21Sample code -@Component@Endpoint(id = "customEndpoint")public class ...

SpringBoot Springboot connection database password acquisition error

When using springboot to connect to a database, use application.properties and application.yml to connect to the databas...
上一页 下一页
.