SpringBoot mappings endpoint fails due to an NPE when spring.mvc.pathmatch.matching-strategy is set to path-pattern-parser

java.lang.NullPointerException at org.springframework.boot.actuate.web.mappings.servlet.RequestMappingConditionsDescr...

SpringBoot Use WebFlux Chinese response encoding problem

Handler Methodpublic Mono<ServerResponse> query(ServerRequest request){ Flux<User> share = Flux.inter...

SpringBoot @SpringBootTest with CommonsPool2TargetSource hangs indefinitely after update to 2.4.x

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

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

This PR changes to make MetricsClientHttpRequestInterceptor defensive against metrics recording failures as with the cur...

SpringBoot Add possibility to disable event propagation

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

From some analysis by @aclement, when the mappings endpoint is unavailable we still auto-configure some beans that, gene...

SpringBoot Restore persistOfNullThrowsIllegalArgumentExceptionWithoutExceptionTranslation()

PersistenceExceptionTranslationAutoConfigurationTests.persistOfNullThrowsIllegalArgumentExceptionWithoutExceptionTransla...

SpringBoot Enable "Signal overriding or implementing deprecated method" by default in Eclipse

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

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

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

Spring Boot: 2.4.2JDK: AdoptOpenJdk 1.8.0_275Expected behavior:Excluding tomcat from starter web and including undertow,...

SpringBoot Polish

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:

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

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

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]

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

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

https://docs.spring.io/spring-boot/docs/current/reference/html/index.html should really have a version number on it. It'...

SpringBoot Polish

This PR fixes some typos and polishes trivial stuff.
上一页 下一页
.