SpringBoot @SpyBean does not work when used to spy on a Spring Data Repository

Version: Spring Boot 1.4.1Subject: @SpyBean on Data Jpa Repository bean isn't workingException thrown: UnsatisfiedDepend...

SpringBoot The simultaneous use of undertow and virtual threads in Spring Boot 3.2 can cause memory overflow

The simultaneous use of undertow and virtual threads in Spring Boot 3.2 version can cause memory overflow, using JDK21Co...

SpringBoot Why did the spring data project in springboot 2.7.18 abandon support for the Influxdb database

In the Internet of Things industry, we often use InfluxDB and MongoDB databases. Why did the official Spring Boot data p...

SpringBoot Unable to ignore /actuator from OpenTelemetry tracing

Hi,I'm trying to ignore calls to the /actuator endpoint from OpenTelemetry tracing in my project that uses spring-boot-s...

SpringBoot [actuator/metrics/export/otlp] Support configuring export step

I would like to configure "step" property of io.micrometer.core.instrument.push.PushRegistryConfig using org.springframe...

SpringBoot Use List.of() for immutable field azureEnvVariables instead of Arrays.asList()

The Arrays.asList method creates a List based on variable arguments, which can lead to heap pollution.azureEnvVariables ...

SpringBoot Enforce using List.of(...) instead of Arrays.asList(...)

See https://github.com/spring-projects/spring-boot/pull/40181Comment From: bclozelList.of(...) does not allow null eleme...

SpringBoot Support generating CDS-Based image

see https://docs.spring.io/spring-framework/reference/integration/cds.htmlClass Data Sharing (CDS) is a JVM feature that...

SpringBoot Readd Jolokia dependency management

Since Jolokia is already working with Jakarta for some time now, it would be good to have Spring managing its version ba...

SpringBoot Upgrade to commons-compress 1.26.1

Comment From: wilkinsonaFrom the issue template:Managed Dependency UpgradeYou DO NOT need to raise an issue for a manage...

SpringBoot JDK 22 & Gradle 8.7

I have issue with these versions jdk 22 & gradle 8.7 it's not working and give me this issue (Unsupported Java. Your...

SpringBoot Restore Jolokia support now that it is compatible with Jakarta EE 9+

The Jolokia endpoint was dropped from Spring Boot 3 because it didn't yet support Servlet API 5+ #28704.Now the Jolokia ...

SpringBoot How to run spring boot web app with http2?

I read this and accordingly have set:server.http2.enabled=truein src/main/resources/application.properties. But when I r...

SpringBoot Update JOOQ documentation to explain the compatibility between Spring and JOOQ

spring-kafka documentation calls out the compatibility between Spring and Kafka Clients. Is it possible to update spring...

SpringBoot Create oauth2ResourceServer authenticationManager using OAuth2ResourceServerProperties

I need different authentication managers based on url matcher for different tenants on resource server. I would like use...

SpringBoot @ConfigurationProperties doesn't properly support Yaml null values

ProblemWhen processing configuration properties from a yaml file it appears there is not proper support of nulls even th...

SpringBoot Random NoSuchBeanDefinitionException during ResetMocksTestExecutionListener.resetMocks() execution

Spring Boot version: 3.2.3JUnit version: 5.10.2Kotlin version: 1.9.22The project is based on Spring Integration and uses...

SpringBoot Make it harder to misconfigure logging.threshold.console in yaml

This was found using Spring Boot 3.2.4 and Java 21. Seems related to #36741. Steps to reproduceBuild jar for any Sprin...

SpringBoot Enhance Readability: Add Comments to H2ConsoleAutoConfiguration Class

I've been reviewing the H2ConsoleAutoConfiguration class within the Spring Boot project and noticed that it could benefi...

SpringBoot Add support for Prometheus Client 1.x and simpleclient

Deprecates the support for Prometheus simpleclient but ensures that it can work in conjunction with support for the late...
上一页 下一页
.