Nineya
Home
Blog
软著申请
SpringBoot 3.2 RestClient response body caching
2025-01-07 22:50:58
1413
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
2025-01-07 22:50:56
1794
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
2025-01-07 22:50:50
2459
Implement auto-configuration for OpenTelemetry's OtlpGrpcSpanExporter. Well, since the endpoint URL has to be p...
SpringBoot @NestedConfigurationProperty doesn't work on records
2025-01-07 22:50:48
962
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
2025-01-07 22:50:43
7189
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
2025-01-07 22:50:41
18320
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
2025-01-07 22:50:38
1206
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)
2025-01-07 22:50:35
1709
Please see here >>https://stackoverflow.com/questions/78698990/spring-webflux-preauthorize-not-working-work-using-...
SpringBoot Add test auto-configuration for MockMvcTester
2025-01-07 22:50:33
386
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
2025-01-07 22:50:29
1604
Comment From: pivotal-cla@Chu3laMan Please sign the Contributor License Agreement!Click here to manually synchronize the...
SpringBoot Prevent bootBuildImage to be run concurrently
2025-01-07 22:50:26
7088
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
2025-01-07 22:50:23
1058
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
2025-01-07 22:50:20
1484
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
2025-01-07 22:50:18
1354
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
2025-01-07 22:50:15
2408
This pull request introduces auto-configuration for SdkLoggerProvider and OtlpHttpLogRecordExporter (closes https://gith...
SpringBoot Update filter method
2025-01-07 22:50:12
1118
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
2025-01-07 22:50:07
707
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
2025-01-07 22:50:04
1087
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
2025-01-07 22:50:02
5929
Spring boot version 3.3.0Java version - 21Sample code -@Component@Endpoint(id = "customEndpoint")public class ...
SpringBoot Springboot connection database password acquisition error
2025-01-07 22:49:59
486
When using springboot to connect to a database, use application.properties and application.yml to connect to the databas...
上一页
下一页
1
…
1672
1673
1674
1675
1676
…
2246
.