SpringBoot OpenTelemetryMetricsContainerConnectionDetailsFactoryIntegrationTests is flaky when running locally

I seem to often have this test fail locally. See https://ge.spring.io/scans/tests?search.tags=Mac%20OS%20X&search.ti...

SpringBoot Disable TestContext framework's cache in spring-boot-testcontainers

The cache isn't useful in this module as every test class has a different context configuration. We should disable it so...

SpringBoot Document more precisely how a Container's Docker image name is used to find the matching service connection

I was working on https://github.com/Azure/azure-sdk-for-java/pull/40388 when I noticed the following, azurite full image...

SpringBoot Cross-link to the CDS how-to guide

This allows to improve the discoverability of the CDS how-to guide.Comment From: wilkinsonaThank you, @sdeleuze.

SpringBoot Project1 have a POST service, and Project2 use restTemplate.exchange call it, have exception: Request method 'GET' is not supported

Project1 have a POST service, and Project2 use restTemplate.exchange call it, have exception: Request method 'GET' is n...

SpringBoot Unable to start Redis with Spring Actuator

Version of Spring Boot: 3.2.5Redis Client: JedisDetails:When I configured Jedis connection factory along with Spring Act...

SpringBoot Remove buildSrc/.idea/workspace.xml

This PR removes the buildSrc/.idea/workspace.xml that seems to have been committed accidentally in 70a4bc80239c1c0a2eac7...

SpringBoot spring-boot-starter-quartz throwing exception org.quartz.SchedulerException: DB URL not specified for DataSource: myDS

Environment :Project is having org.quartz-scheduler.quartz:2.3.2 library which comes from org.springframework.boot:sprin...

SpringBoot Spring Boot remote restart with devtools causes 'factory already defined' Tomcat error when running with 'java -jar'

DescriptionStarting on v2.7.12 (last working version was v2.7.11) and up to any 3.x.x version Spring Boot Remote has sto...

SpringBoot Tests in DelegatingFilterProxyRegistrationBeanTests are non idempotent

IssueThe test org.springframework.boot.web.servlet.DelegatingFilterProxyRegistrationBeanTests.initShouldNotCauseEarlyIni...

SpringBoot Allow JSON keys containing non-canonical characters from CF environment to be handled as a single path segment

We need to have another go at #18915 without causing the problems described in #20343 again.Comment From: wilkinsonaThis...

SpringBoot Revisit Reactive context hierarchy

The context hierarchy for reactive support contains a number of classes that do not seem very useful:ConfigurableReactiv...

SpringBoot Find a better way to detect when to start embedded servers

See https://jira.spring.io/browse/SPR-16760 and https://github.com/rabbitmq/hop/issues/122 for some of the issues we cur...

SpringBoot Add include/exclude filters to @EntityScan

Using @EntityScan lets Spring Boot scan all entities within one or more base packages to supply the discovered types to ...

SpringBoot System.exit(SpringApplication.exit(ctx, () -> 42)); does not reliable exit with status 42

...if executed from within a controller - in that case also 0 is returned as exit status sometimes.I wrote a very small ...

SpringBoot Upgrade from 3.2.5 to 3.2.6 or 3.3.0 throws AoP Exception on startup

Application run failedorg.springframework.beans.factory.BeanCreationException: Error creating bean with name 'healthEndp...

SpringBoot Support Mongo's Stable API in MongoHealthIndicator

Hi, We are using Mongo 5.0 and have implemented their stable-api. We now find the Mongo health-check no longer works an...

SpringBoot Prometheus Exemplars are missing from _count

It seems that 3.3.0 introduced a regression during the migration of Prometheus 1.x: exemplars are missing from _count ti...

SpringBoot spring-boot-starter-parent:3.3.0 java 22 threads.virtual NOT WORKING

spring-boot-starter-parent:3.3.0java 22spring.threads.virtual.enabled=trueerror:Error creating bean with name 'dataSourc...

SpringBoot : characters are removed from application.yaml keys in mapped values when using @ConfigurationProperties

With a configuration properties class like this:@ConfigurationProperties(prefix = "something")data class MyCon...
上一页 下一页
.