Nineya
Home
Blog
软著申请
SpringBoot Spring-boot 3.0.6 Maven Debug issue
2025-01-07 07:44:29
890
Project migrated to spring boot 3.0.6. Now it is not able to debug by -Dspring-boot.run.fork=false in spring boot maven ...
SpringBoot Add manifest entry to indicate an AOT-processed jar
2025-01-07 07:44:27
955
When a Spring Boot jar has been built with AOT processing enabled, an entry named Spring-Boot-Aot-Processed with a value...
SpringBoot PropertiesKafkaConnectionDetails#asNode fails to parse bootstrap servers
2025-01-07 07:44:23
3127
Problem: Setting spring.kafka.bootstrap-servers to PLAINTEXT://127.0.0.1:60643 leads to NumberFormatException due to inp...
SpringBoot ImportsContextCustomizer does not support AliasFor
2025-01-07 07:44:21
879
I've created some test cases to demonstrate the problem : the test that use a custom with @AliasFor on @Import fails (cu...
SpringBoot Prometheus metrics missing after update to Spring Boot 3.0.6 for apps running on webflux stack
2025-01-07 07:44:17
869
Hi,we have a set of Microservices, which are using the prometheus actuator for monitoring. All of them worked fine with ...
SpringBoot Provide configuration properties for configuring an ActiveMQ connection factory that uses SSL
2025-01-07 07:44:15
1507
Springboot has no place to configure SSL related parameters and certificates for Activemq,Springboot activemq supports S...
SpringBoot Missing AUTHENTICATION_FAILURE events when configured oauth2ResourceServer on SecurityFilterChain
2025-01-07 07:44:10
936
When a rest resource is protected by a SecurityFilterChain as a oauth2ResourceServer with jwt enabled and there is no se...
SpringBoot Spring Boot Overview Diagram
2025-01-07 07:44:07
520
:label: Documentation:label: DiagramHello !Are there any UML diagrams for Spring Framework, in this case for Spring Boot...
SpringBoot Spring Boot Mirgration 2.7 -> 3.1.0-RC1 - GroovyBeanDefinitionReader Bean Initiation can't be done
2025-01-07 07:44:05
5181
Hi there, We use for our microservices Spring Boot and we are migrating from 2.7.10 to 3.1.0-RC1. Unfortunately, we are ...
SpringBoot Remove service connection support for InfluxDB
2025-01-07 07:44:02
632
With hindsight, adding service connection support for InfluxDB was a mistake. Our auto-configuration for InfluxDB only s...
SpringBoot Allow maven to filter spring-boot-docker-compose module
2025-01-07 07:43:59
201
Much like devtools, the spring-boot-docker-compose module should be excluded in production.Comment From: philwebbRelated...
SpringBoot @SpyBean on RedisConnectionFactory will cause LettucePoolingConnectionProvider contains unreleased connections
2025-01-07 07:43:57
3722
import org.junit.jupiter.api.Test;import org.springframework.beans.factory.annotation.Autowired;import org.springframewo...
SpringBoot Rename SQL Server related classes for consistency with existing Framework classes
2025-01-07 07:43:51
469
We have some SQL Server-related classes with names that begin with MsSqlServer or MsSql. We also have a value in the Dat...
SpringBoot Use of reflection in AbstractCompositeHealthContributorConfiguration can cause an app using actuator to fail to start in a native image
2025-01-07 07:43:48
5781
Hi, given a new project generated on the Initializr with this url using spring boot 3.0.0.m5 with R2DBC + Webflux + Actu...
SpringBoot Native compilation fails when upgrading from 3.0.5 to 3.0.6
2025-01-07 07:43:45
3447
After the upgrade from Spring Boot 3.0.5 to 3.0.6 the native compilation fails withFatal error: com.oracle.svm.core.util...
SpringBoot JtaPlatform native-image regression between 3.0.5 and 3.0.6
2025-01-07 07:43:42
6042
There is a regression causing No available JtaPlatform candidates between boot 3.0.5 and 3.0.6, probably due to removed ...
SpringBoot Add Docker Compose service connection support for Couchbase
2025-01-07 07:43:40
367
Comment From: scottfrederickThe official Couchbase Docker image is not well suited for use with automated tooling like S...
SpringBoot Memory Leak introduced in WebFlux 3.0.6 + enableAutomaticContextPropagation
2025-01-07 07:43:37
11767
Hi,After upgrading from Spring Boot 3.0.5 to 3.0.6 I've been running out of heap in production in a matter of seconds. ...
SpringBoot Document how to use @ServiceConnection for @DataJpaTest
2025-01-07 07:43:31
4039
Test passed with @SpringBootTest and failed with @DataJpaTestpackage com.example.demo;import static org.assertj.core.api...
SpringBoot Add an architecture check that verifies that any @Bean method that returns a BeanPostProcessor or BeanFactoryPostProcessor will not cause eager initialization
2025-01-07 07:43:26
349
@Bean methods that return a BeanPostProcessor should:Be staticOnly have parameters that areAnnotated with @LazyEnvironme...
上一页
下一页
1
…
1824
1825
1826
1827
1828
…
2246
.