SpringBoot The issue of springboot not being able to refresh configuration properly

Describe the bugWhen I tried to get the app configuration in the bean, I found that it was not the latest value. Even if...

SpringBoot Polishing KotlinConfigurationPropertiesTests to use the same naming style

Comment From: wilkinsonaI don't think we should make this change as it's the use of @Import that's being tested so the …...

SpringBoot methodSignature.getParameterNames() is null in Spring Boot 3.2 when Running Junit Tests together but tests pass individually

Hello Community,Please I'm facing an issue when running JUnit test after migrating to spring boot 3.2. When Running Test...

SpringBoot @ServiceConnection not working as expected

In the process of creating a stream application to test it as a native container I discovered the @ServiceConnection is ...

SpringBoot @Async annotation breaks Trace continuity

Spring Boot: 3.0.3Using method with @Async annotation causes that Trace context is broken and spans within Async method ...

SpringBoot LoggerContext.getConfigurationLock() causes NoSuchMethodError

Hello,When trying to use the getConfigurationLock() method of LogbackConfigurator, the following error is thrown (spring...

SpringBoot A completely custom JPA repository, without BaseJpaRepository or JpaRepositoryImplementation

Sorry, wrong project, moved to https://github.com/spring-projects/spring-data-jpa/issues/3621 Comment From: wilkinsonaSp...

SpringBoot ActiveMQ Artemis Connection Factory creation fails in native image

See reproducer: https://github.com/krezovic/artemis-native-demo./mvnw clean package -P native./mvnw native:compile-no-fo...

SpringBoot Allow auto-configured org.jooq.Configuration to be used to create a custom DSLContext

Hello 👋 I face a case where I want to "enhance" the DSLContext provided by JOOQ, to leverage MetricsDSLContext features ...

SpringBoot Downgraded Maven Javadoc Plugin to v3.8.0 from v3.10.0

Downgraded Maven Javadoc Plugin to v3.8.0 from v3.10.0 as per - issue reported #42401- MJAVADOC-812 https://issues.apach...

SpringBoot Looking for spring-boot version that includes the fix for CVE-2024-38816

Hi,We are using spring-boot version 3.2.5 and we're facing the issue described here: https://spring.io/security/cve-2024...

SpringBoot Consider how to provide SSL from ConnectionDetails

We would like to extend our ConnectionDetails abstraction to allow SSL based connections. The following two issues are b...

SpringBoot Refactor: Extract constant for Paketo integration image prefix

ChangesAdded PAKETO_IMAGE_PREFIX constant to the PaketoBuilderTests class.Replaced the "paketo-integration/" string with...

SpringBoot @Bean proxying breaks verify() in @SpringBootTest

Hello,The issuescenario we have:There are several @SpringBootTest tests that test various classes and scenarios.There is...

SpringBoot Refactor DevToolsIntegrationTests to use constants for repeated strings

This PR refactors the DevToolsIntegrationTests class to use constants for frequently repeated strings. The changes aim t...

SpringBoot Add default value for spring.data.web.pageable.serialization-mode to configuration metadata

See gh-39797Comment From: wilkinsonaThis isn’t needed:https://docs.spring.io/spring-boot/3.4/appendix/application-proper...

SpringBoot remove duplicated file name access and use StringBuilder to insert in WebServerPortFileWriter

The File.getName() method always slice the path to get the name. so, it's not cachedIt doesn't have a huge impact, but i...

SpringBoot Spring Boot 3.2.7 -> Spring Boot 3.3.3 upgrade has not impacted startup time much

Comment From: atulgupta7@bclozel CDS Support for improved startup times and reduced memory consumption - I am talking ab...

SpringBoot Add Javadoc since for PrometheusScrapeEndpoint(PrometheusRegistry, Properties)

This PR adds a Javadoc @since tag for the PrometheusScrapeEndpoint(PrometheusRegistry, Properties).See gh-40904Comment F...

SpringBoot Provide service connection support for Hazelcast

Suggested by @eddumelendez in https://github.com/spring-projects/spring-boot/issues/34760, it would be interesting to ha...
上一页 下一页
.