Nineya
Home
Blog
软著申请
SpringBoot Make distinction between Testcontainers for integration tests and development more clear in documentation
2025-01-07 17:23:41
984
The documentation has a section on using Testcontainers for testing. Sub-sections have information specific to integrati...
SpringBoot When using Testcontainers at development time with @ServiceConnection on a @Bean method, describe when to use the name attribute and why
2025-01-07 17:23:38
527
See https://github.com/spring-projects/spring-boot/pull/36064 and in particular https://github.com/spring-projects/sprin...
SpringBoot Improve and Update BatchAutoConfiguration
2025-01-07 17:23:35
1533
Improve and Update BatchAutoConfigurationThis PR will update and improve BatchAutoConfigurationAdd possibility to config...
SpringBoot Fix link to Elasticsearch health indicator
2025-01-07 17:23:33
125
Hi,I just noticed a broken doc link to the Elasticsearch health indicator.Cheers,ChristophComment From: mhalbritterThank...
SpringBoot Fix typos
2025-01-07 17:23:28
497
Describe your changesThis PR corrected typos. If it does not meet the PR conditions, please revise it separately.Commen...
SpringBoot Rename method, field name of getInitializeSchema
2025-01-07 17:23:25
677
While learning Spring batch, I noticed some variable names and functions are strange.The function name getInitializeSche...
SpringBoot IPv6 IP addresses cannot be used with RabbitMQ
2025-01-07 17:23:23
2523
Failed to parse ipv6 addresses due to assumption of ipv4 addresses.I think the regression was introduced in https://gith...
SpringBoot Remove deprecated support for FailureAnalyzer setter injection
2025-01-07 17:23:20
609
Remove deprecated support for FailureAnalyzer setter injectionRemove deprecated support for FailureAnalyzer setter injec...
SpringBoot Trace propagation over Kafka
2025-01-07 17:23:17
1202
We're currently using Spring Kafka to send events between our Spring Boot based services. We're interested in propagatin...
SpringBoot Reduce bean create at RabbitAnnotationDrivenConfiguration
2025-01-07 17:23:14
382
add ConditionalOnProperty in RabbitAnnotationDrivenConfigurationadd ContainerFactoryConfigurers available testCloses #38...
SpringBoot Error with SPRING_PROFILES_ACTIVE == json-logging
2025-01-07 17:23:11
7949
I encountered an issue after updating to Spring Boot version 3.1.3. The problem is related to the Spring profile configu...
SpringBoot Upgrade to OkHttp 4.12.0
2025-01-07 17:23:09
563
Comment From: lexekHi @wilkinsona, I'm not entirely sure what the process is here, but can this also be ported to the ne...
SpringBoot Missing configuration processing for PartEvent support
2025-01-07 17:23:06
1174
Neither the Javadoc of ReactiveMultipartProperties (spring.webflux.multipart configuration namespace) nor the reference ...
SpringBoot wrong writing of a method name.
2025-01-07 17:23:04
813
Comment From: wilkinsonaWhy do you think it's wrong? The enableShutdownHookAddition method sets the shutdownHookAddition...
SpringBoot Add new properties for Liquibase 4.24.0
2025-01-07 17:22:57
558
Hi, there are a couple of changes in liquibase 4.24.0 that are relevant to Spring Boot: - https://github.com/liquibase/l...
SpringBoot Work around Logback's LoggerContext listener support not being thread-safe
2025-01-07 17:22:54
7076
springboot version: 'org.springframework.boot:spring-boot-dependencies:2.1.6.RELEASE'Junit5: testImplement...
SpringBoot App that depends on Tomcat and on Jetty's websocket-server module fails to start with IllegalStateException: WebSocketComponents has not been created
2025-01-07 17:22:51
4353
Spring boot 3.1.5Seems there is still some issues with websocket autoconfiguration similar to #37660 .Suggested workarou...
SpringBoot java.lang.ClassCastException related to java.lang.invoke.SerializedLambda occurs - Compatibility Issue with Apache Spark Cluster Mode
2025-01-07 17:22:49
10312
Issue DescriptionWhen running a Spring Boot application with Apache Spark in cluster mode, a java.lang.ClassCastExceptio...
SpringBoot Use @DirtiesContext with our own integration tests
2025-01-07 17:22:46
939
Our own integration tests are not likely to benefit from context caching so we could apply @DirtiesContext more liberall...
SpringBoot ExcludeFilterApplicationContextInitializer added in 3.1.0 breaks Test oriented production services
2025-01-07 17:22:43
3701
I have a production service that utilizes spring-boot-starter-test and JUnit annotations to execute test scenarios on my...
上一页
下一页
1
…
1756
1757
1758
1759
1760
…
2246
.