Nineya
Home
Blog
SpringBoot mappings endpoint fails due to an NPE when spring.mvc.pathmatch.matching-strategy is set to path-pattern-parser
2025-01-06 20:39:45
8900
java.lang.NullPointerException at org.springframework.boot.actuate.web.mappings.servlet.RequestMappingConditionsDescr...
SpringBoot Use WebFlux Chinese response encoding problem
2025-01-06 20:39:38
5485
Handler Methodpublic Mono<ServerResponse> query(ServerRequest request){ Flux<User> share = Flux.inter...
SpringBoot @SpringBootTest with CommonsPool2TargetSource hangs indefinitely after update to 2.4.x
2025-01-06 20:39:32
6374
Some of our tests started to hang after we updated to 2.4.0. We narrowed down error to SpringBootMockResolverIt looks li...
SpringBoot Migrating OAuth2 from Spring Boot 1.5 to 2.0 Broken
2025-01-06 20:39:25
4473
I am migrating from Spring Boot 1.5 to 2.0. When providing a success handler to HttpSecurity, a ClassNotFoundException ...
SpringBoot Failures when recording metrics in MetricsClientHttpRequestInterceptor may interfere with RestTemplate's main behaviour
2025-01-06 20:39:18
199
This PR changes to make MetricsClientHttpRequestInterceptor defensive against metrics recording failures as with the cur...
SpringBoot Add possibility to disable event propagation
2025-01-06 20:39:12
525
Add possibility to disable event propagation,this is required to fix the broken "readiness" event propagation of SpringC...
SpringBoot Disable mappings endpoint related infrastructure when endpoint isn't available
2025-01-06 20:39:04
784
From some analysis by @aclement, when the mappings endpoint is unavailable we still auto-configure some beans that, gene...
SpringBoot Restore persistOfNullThrowsIllegalArgumentExceptionWithoutExceptionTranslation()
2025-01-06 20:38:57
488
PersistenceExceptionTranslationAutoConfigurationTests.persistOfNullThrowsIllegalArgumentExceptionWithoutExceptionTransla...
SpringBoot Enable "Signal overriding or implementing deprecated method" by default in Eclipse
2025-01-06 20:38:50
1087
The JLS says the following:A Java compiler must produce a deprecation warning when a type, method, field, or constructor...
SpringBoot Exceptions are still translated by JdbcTransactionManager when spring.dao.exceptiontranslation.enabled is false
2025-01-06 20:38:43
1025
We ran into an issue with the 2.4.0 release because it replaced DataSourceTransactionManager with JdbcTransactionManager...
SpringBoot CONTRIBUTING.adoc contains broken link to spring-javaformat-intellij-idea-plugin
2025-01-06 20:38:35
432
CONTRIBUTING.adoc contains in section Install the Spring Formatter plugin a link to Maven Central Repository which only ...
SpringBoot spring-boot-starter-undertow throwing class not found org.jboss.logging.Logger
2025-01-06 20:38:29
1022
Spring Boot: 2.4.2JDK: AdoptOpenJdk 1.8.0_275Expected behavior:Excluding tomcat from starter web and including undertow,...
SpringBoot Polish
2025-01-06 20:38:22
1173
This PR changes to configure jOOQ ConnectionProvider via customizer as it seems to be the original intention based on #2...
SpringBoot ERROR [io.netty.util.ResourceLeakDetector] - LEAK:
2025-01-06 20:38:15
14852
When I run redisson,there are some error logs:LEAK: ByteBuf.release() was not called before it's garbage-collected. See ...
SpringBoot spring-boot:build-image hangs on WSL - Docker 20.10.2
2025-01-06 20:38:08
13761
Spring Boot Version: 2.4.1OS: Ubuntu 20.04.1 on WSL (Linux under Windows)DockerVersion: 20.10.2 on WSLGreetings.I am try...
SpringBoot Configuration metadata for logging.charset.* has invalid reference for java.nio.charset.Charset
2025-01-06 20:38:01
487
Hi,this PR fixes the configuration metadata for logging.charset.console and logging.charset.file by adjusting the wrong ...
SpringBoot ERROR in ch.qos.logback.core.joran.action.PropertyAction - Could not find resource [/META-INF/build-info.properties]
2025-01-06 20:37:30
8069
Greetings Spring gurus,GoalI set out to achieve a simple task; include build.version in the log after enabling Spring bu...
SpringBoot JPARepositories and ElasticSearchRepositories should be able to be used on the same folder tree
2025-01-06 20:36:18
616
cf this issue https://stackoverflow.com/questions/32878813/how-do-you-use-both-spring-data-jpa-and-spring-data-elasticse...
SpringBoot Add version to reference docs index
2025-01-06 20:36:12
145
https://docs.spring.io/spring-boot/docs/current/reference/html/index.html should really have a version number on it. It'...
SpringBoot Polish
2025-01-06 20:36:04
52
This PR fixes some typos and polishes trivial stuff.
上一页
下一页
1
…
2078
2079
2080
2081
2082
…
2246
.