Nineya
Home
Blog
软著申请
SpringBoot @SpyBean does not work when used to spy on a Spring Data Repository
2025-01-07 22:05:25
60065
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
2025-01-07 22:05:19
156
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
2025-01-07 22:05:16
527
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
2025-01-07 22:05:13
9468
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
2025-01-07 22:05:10
395
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()
2025-01-07 22:05:07
703
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(...)
2025-01-07 22:05:05
746
See https://github.com/spring-projects/spring-boot/pull/40181Comment From: bclozelList.of(...) does not allow null eleme...
SpringBoot Support generating CDS-Based image
2025-01-07 22:05:02
1016
see https://docs.spring.io/spring-framework/reference/integration/cds.htmlClass Data Sharing (CDS) is a JVM feature that...
SpringBoot Readd Jolokia dependency management
2025-01-07 22:04:59
911
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
2025-01-07 22:04:56
367
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
2025-01-07 22:04:53
661
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+
2025-01-07 22:04:51
1103
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?
2025-01-07 22:04:48
2657
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
2025-01-07 22:04:45
939
spring-kafka documentation calls out the compatibility between Spring and Kafka Clients. Is it possible to update spring...
SpringBoot Create oauth2ResourceServer authenticationManager using OAuth2ResourceServerProperties
2025-01-07 22:04:43
10338
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
2025-01-07 22:04:40
916
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
2025-01-07 22:04:37
4813
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
2025-01-07 22:04:34
1727
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
2025-01-07 22:04:32
1175
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
2025-01-07 22:04:29
29497
Deprecates the support for Prometheus simpleclient but ensures that it can work in conjunction with support for the late...
上一页
下一页
1
…
1705
1706
1707
1708
1709
…
2246
.