SpringBoot java.lang.VerifyError: (class: HealthIndicatorAutoConfiguration$DataSourcesHealthIndicatorConfiguration$$EnhancerBySpringCGLIB$$d74fec9a, method: createHealthIndicator) Must call initializers using invokespecial

Not sure if I should report it here. We use a dynamic tracing tool to track the fine-grained data flow in SpringBoot app...

SpringBoot @ConfigurationProperties with multiple property sources problem

Bug faced in Spring Boot 2.2.10. ConfigurationProperties fails to map data to List of objects if data is divided between...

SpringBoot Remove MongoDBContainer version override

Our integration tests override the MongoDB version to 4.0.10 but this is now the default value of Testcontainers so the ...

SpringBoot Migrate SessionAutoConfigurationMongoTests from Embedded Mongo to Testcontainers

The tests are occasionally flaky due to failures specific to Embedded Mongo. Testcontainers' Mongo support seems to be m...

SpringBoot Configure ApplicationContext's ResourceLoader on RabbitConnectionFactory

If custom protocol resolvers are set, they are not used by RabbitConnectionFactory. A recent change made it configurable...

SpringBoot Grails 4 command not executed, because of spring-boot-devtools

grail4command.zipInstall Grails 4.0.4Unpack the example attachedRun "grails run-command test --stacktrace"The expected r...

SpringBoot NullPointerException when there is an exception in a ConfigDataLoader implementation

In 2.4.0-SNAPSHOTS this is all that gets printed to the console. Looks like the deferred logging never makes an appearan...

SpringBoot Dependency management for Netty tcNative does not include its netty-tcnative module

Add netty-tcnative in spring-boot-dependencies.Comment From: snicoll@chenrujun good catch and thank you for making your ...

SpringBoot After migrating to Spring Boot 2.3.4 receiving No Such Method Error Exception for snakeYaml Method

After migrating from Spring Boot 2.3.3 to 2.3.4 (only version change in POM) I am receiving the following upon Applicati...

SpringBoot The '$' character in the application.properties parameter name is forcibly deleted

ProblemI'll do it again application.properties Is configured in spring.datasource.hikari.data-source-properties.v$sessio...

SpringBoot Consider docker generation again

Based on feedback we need to:Update the blog post about layered jarsCheck the documentation include the tools layerConsi...

SpringBoot Dependency Management with import bom does not work in Spring Boot 2.3 with multi module Gradle project

I have a multi-module Gradle project, where I use Spring Boot and Spring Cloud. In the root build.gradle I have the foll...

SpringBoot Upgrade to github-changelog-generator 0.0.3

Comment From: snicollThe task has not been renamed properly.

SpringBoot Configure the bootBuildInfo task lazily

This is a follow up to https://github.com/spring-projects/spring-boot/issues/18881Prior to this commit, the bootBuildInf...

SpringBoot Revisit DispatcherServletsMappingDescriptionProvider Spring Data Rest's support

With the upgrade to Spring Data 2020.0.0 snapshots, org.springframework.data.rest.webmvc.support.DelegatingHandlerMappin...

SpringBoot Add reference to desensitization spring boot starter

a data desensitization library based on java reflection api and zero dependencyComment From: pivotal-issuemaster@Allurx ...

SpringBoot DeclareParents with plus + cause auto config error

@DeclareParents(value = "com.totemtec.start.Performance+", defaultImpl = JumpImpl.class)In Spring boot applica...

SpringBoot Spring Boot transaction rollback not working in weblogic

Spring Boot transaction rollback not working in weblogic(version 12.2.1.3.0 and 14.1.1.0.0),but it works in tomcat。Spri...

SpringBoot How to set the configuration through bean instead of the default configuration file?

example configure application name :spring: application: name: examplebut How do you do this with @bean?Comment ...

SpringBoot PropertiesLauncher requires spring-core on the classpath

Uber jar created by spring-boot-maven-plugin sometimes requires that the application depends on spring-framework. Proper...
上一页 下一页
.