SpringBoot [Question] could event system ensure events are publish synchronously

From #30489It's not expected that users inject the bean and call onApplicationEvent directly. If you want to change the ...

SpringBoot ApplicationAvailabilityBean is not thread-safe

ApplicationAvailabilityBean#onApplicationEvent could be invoked concurrently, we should replace HashMap(event map) with ...

SpringBoot Remove remaining code that was deprecated in 2.5

While looking at #30435, I noticed that the DB initialization related properties on DataSourceProperties that were depre...

SpringBoot Deprecate DatabaseDriver.GAE

Comment From: snicollIt looks like the driver is gone in 2.x so we need to revisit this and whether we want to keep GAE ...

SpringBoot Fix language in Wavefront properties

https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#application-properties.actuator.management.metrics...

SpringBoot Allow users to specify protocol for lettuce

Since v6.0 of lettuce-core, Lettuce supports different Protocol versions (RESP2 and the newer RESP3). This PR aims to br...

SpringBoot @SpyBean and @Transactional and SelfInjection regression in 2.6.4

Hi, when using @SpyBean on a transactional (proxied) bean that uses self injection (to have transaction semantics for in...

SpringBoot Deprecate Elasticsearch RestHighLevelClient

As discussed in #28496, we're going to refactor our current support of Elasticsearch clients.The new ElasticsearchClient...

SpringBoot Project build error: Non-resolvable parent POM for spring-boot-starter-parent:pom:2.0.6.RELEASE

I've created a demo project in Spring Tool Suite 3.9.6.RELEASE.In POM.xml, I'm getting the below error:Project build err...

SpringBoot Use auto-configured JSON codecs in GraphQlTesterAutoConfiguration

As seen in spring-projects/spring-graphql#345, our current auto-configuration for the ExecutionGraphQlServiceTester is n...

SpringBoot Add Single Logout to SAML 2.0 configuration properties

SAML 2.0 Single Logout support was added in Spring Security 5.6.In order to activate the feature, each configured Relyin...

SpringBoot Upgrading to Spring Boot 2.5 and running into Spring Data Solr deprecation. What are the alternatives?

We are using Spring Data Solr and are on Spring Boot 2.4.8 right now. Once we upgrade to Spring Boot 2.5.12 (to patch a ...

SpringBoot 2.1.3.RELEASE to 2.6.5 static resources cannot be accessed

Hello!, I upgraded the springboot version from 2.1.3.RELEASE to 2.6.5, and I found that my static resources could not be...

SpringBoot 405 when POST to change logging level using actuator in spring boot 2.4.4

We have a spring boot app using spring boot 2.4.4. According to spring boot's documentation that the logging level of lo...

SpringBoot Spring boot 2.6.6 defect with Kafka appender

I want to upgrade my app in order to use the updated version of spring boot. Also, i am using log4j2 with a Kafka append...

SpringBoot Review Kotlin samples

We should do another round of reviews on the Kotlin samples to make sure they are as concise as possible. We should also...

SpringBoot Align tag and metric names with Micrometer’s recommendations

Micrometer recommends that metric and tag names are lower-case and dot-separated. We should review our default metrics a...

SpringBoot Remove unnecessary quotes from examples

include: "readinessState,customCheck" > include: readinessState,customCheckI did not find Spring Boot recommendations...

SpringBoot Expose InfoContributor information via the metrics endpoint

This is a request for an enhancement to the Spring Boot 2.0 actuator metrics endpoint.It is common within prometheus to ...

SpringBoot Missing documentation on how to expose cache micrometer metrics for RedisTemplate

I've spent good number of hours reading the official documentation, googling StackOverflow, searching through old GitHub...
上一页 下一页
.