Nineya
Home
Blog
SpringBoot MockBean does not resolve the right type for abstract test class
2025-01-06 18:41:49
2923
Please forgive me if this kind of issue is not appropriate. I already SO-ed.Just in cases of issue titles, this issue mi...
SpringBoot Remove duplicate com.fasterxml.jackson.datatype:jackson-datatype-jsr310 dependency from spring-boot-actuator-autoconfigure
2025-01-06 18:41:43
224
22624 added a compile-scope dependency on com.fasterxml.jackson.datatype:jackson-datatype-jsr310 to spring-boot-actuator...
SpringBoot DataMongoTestIntegrationTests is flaky as Embedded Mongo fails to start with "Could not start process: <EOF>"
2025-01-06 18:41:36
465
Tests using Embedded Mongo fail intermittently with "Caused by: java.io.IOException: Could not start process: ". It's no...
SpringBoot Mark bootArchives as nonresolvable configuration in Gradle plugin to better convey its purpose
2025-01-06 18:41:29
112
PR for #22942.Comment From: wilkinsona@chali Thanks very much for making your first contribution to Spring Boot.
SpringBoot Allow default binder to work with multiple constructors
2025-01-06 18:41:22
188
Currently our DefaultBindConstructorProvider is hard to work with if you want multiple constructors. It would be nice if...
SpringBoot Improve origin of imported config
2025-01-06 18:41:16
147
The origin of a spring.config.import location isn't very clear at the moment. It would be nice if we could show a full c...
SpringBoot OpenEntityManagerInViewFilter + StreamingResponseBody: connection leak (HikariCP)
2025-01-06 18:41:10
30397
Hi,I faced a HikariCP leak that I thought was caused by my code but it appears that the use of StreamingResponseBody cau...
SpringBoot Provide a property for configuring Spring AMQP's address shuffle mode
2025-01-06 18:41:03
507
This support connecting to RabbitMQ clustered host addresses with shuffling.https://docs.spring.io/spring-amqp/reference...
SpringBoot Upgrade Java 15 version in CI image
2025-01-06 18:40:56
149
https://github.com/AdoptOpenJDK/openjdk15-binaries/releases/download/jdk15u-2020-08-26-04-45/OpenJDK15U-jdk_x64_linux_ho...
SpringBoot Spring Boot Actuator /health endpoint slow response
2025-01-06 18:40:48
825
Spring Boot 2.3.0.RELEASEI use spring boot 2.3.0.RELEASE to build the application. but having a problem in the actuator ...
SpringBoot Restore support for spring.profiles.include for non profile specific documents
2025-01-06 18:40:42
9880
Comment From: kedar-joshiOh yes, please. spring.profiles.include is (was 😢) an important aspect of how we organize commo...
SpringBoot Making optional the creation of health indicators for routing datasources
2025-01-06 18:40:35
5080
https://github.com/spring-projects/spring-boot/blob/8436fa9159abcc0355f40fe42370caf4cb47f3d1/spring-boot-project/spring-...
SpringBoot Allow to do some initialization before validation of ConfigurationProperties
2025-01-06 18:40:28
2700
The fact: @ConfigurationProperties class can be @Validated.Another fact: You can set default values to some fields of @C...
SpringBoot Nested constructor-binding configuration properties don't seem to work with validation
2025-01-06 18:40:22
1658
The following nested constructor-binding configuration properties don't seem to work with validation:@ConfigurationPrope...
SpringBoot java.lang.VerifyError: class reactor.ipc.netty.http.client.MonoHttpClientResponse overrides final method subscribe.(Lorg/reactivestreams/Subscriber;)V
2025-01-06 18:40:15
1210
failed with following dependency org.springframework.boot spring-boot-starter-webflux ...
SpringBoot Review support and documentation for preventing compile-only dependencies from being packaged in fat jars
2025-01-06 18:40:09
584
This pull request update the spring-boot-autoconfigure-processor documentation, and resolve the issue number #21109, in ...
SpringBoot Relax ConfigFileApplicationListener.onApplicationEvent() to log a warning rather than throw an exception
2025-01-06 18:40:02
305
Spring Cloud is deprecating its usage of ConfigFileApplicationListener, but it still needs to work./cc @philwebb Comment...
SpringBoot 2.3.x @Nested tests @Transactional boundary changed
2025-01-06 18:39:55
4625
After updating from 2.2.9 to 3.3.2, @Transactional nested tests do not roll backThe below two test methods create entiti...
SpringBoot Spring boot is not registering system metrics
2025-01-06 18:39:49
47167
Using prometheus, ehcache.. with spring boot 2.3.2The MeterRegistryPostProcessor seems to be instantiated after promethe...
SpringBoot CompositeReactiveHealthIndicatorTests.timeoutReachedUsesFallback is flaky on Windows
2025-01-06 18:39:41
409
This relates to https://github.com/reactor/reactor-core/issues/2297. With thanks to @sbasle and @bsideup for the analysi...
上一页
下一页
1
…
2123
2124
2125
2126
2127
…
2246
.