SpringBoot springboottest use last resources

At present, we use @springboottest and @ContextConfiguration. However, every time a unit test is started, it will have ...

SpringBoot integrate spring actuator in a non spring boot application

Hello,i have a GWT application which is not a spring boot application and i managed to integrate actuator v1.5.9 with sp...

SpringBoot spring-boot-maven-plugin includes "provided" scope dependency in JAR

With JAR packaging & spring-boot-maven-plugin, dependency with scope "provided" ends up in repackaged JAR.I'm under ...

SpringBoot Fix Gradle Plugin custom image name example and documentation

There is no artifactId property in a gradle Project, and the default value uses the project name.Comment From: snicollTh...

SpringBoot Disable RabbitTemplate bean creation via configuration

Related to #3587 and possibly to spring.rabbitmq.dynamic=false.I'd like to run tests that must not use the local RabbitM...

SpringBoot Auto-configure ConcurrentKafkaListenerContainerFactory with a user-provided RecordFilterStrategy bean if available

Version: 2.3.0.RELEASEI want to implement a RecordFilterStrategy, But did not take effect@Componentpublic class RecordFi...

SpringBoot Fix typos in docs

Hi,this PR fixes a couple of typos in the docs.Cheers,ChristophComment From: snicollThanks Christoph. I've backported th...

SpringBoot Cassandra integration tests fail intermittently

This failure is from hasRecreateSchemaActionSet:Could not reach any contact point, make sure you've provided valid addre...

SpringBoot @ConfigurationProperties and @EnableConfigurationProperties cannot bind any properties in .yml or .properties

issues in : https://stackoverflow.com/questions/63448844/configurationproperties-and-enableconfigurationproperties-canno...

SpringBoot ServiceLoader do not work in packaged Spring Boot apps

(StackOverflow post: https://stackoverflow.com/questions/63414862/serviceloader-do-not-work-in-packaged-spring-boot-apps...

SpringBoot Kotlin ConfigurationProperties Issues

@ConstructorBinding@ConfigurationProperties("auth")data class AuthProperties( val client: Client, ...)da...

SpringBoot The @TypeExcludeFilters annotation is not @Inherited

@TypeExcludeFilters isn't declared as @Inherited, so I can't use the annotation on test superclasses.There is a workarou...

SpringBoot Javadoc inaccuracy in SpringApplicationBuilder.properties(Properties)

The method Javadocs for SpringApplicationBuilder.properties(Properties) are a bit inaccurate, due to an apparent copy/pa...

SpringBoot Fix typo Assert4J -> AssertJ

The mentioned library is called AssertJ (https://joel-costigliola.github.io/assertj/)Comment From: philwebbGood spot. Th...

SpringBoot Disable default security configuration when SecurityFilterChain bean is present

Spring Security is adding an enhancement that allows configuring HTTP security by exposing a SecurityFilterChain bean.In...

SpringBoot 2.4.0.M2: server.servlet.encoding.force-response causing content-type to include charset.

In v2.4.0-M2, behavior of server.servlet.encoding.force-response property has changed. Setting following properties resu...

SpringBoot Offer a good way to load single YAML file

Now that we have the new Binder, it might be nice if people could quickly load a single YAML file easily. Currently the ...

SpringBoot Mark bootArchives as nonresolvable configuration in Gradle plugin to better convey its purpose.

If my understanding is correct bootArchives configuration in spring-boot gradle plugin is supposed to be used as a place...

SpringBoot io.netty.handler.codec.DecoderException

My spring boot application uses spring-boot-starter-webflux. The application is mainly a background application invoking...

SpringBoot PushGateway documentation does not document enabled flag properly

Hi, this is a first-timers-only issue. This means we've worked to make it more legible to folks who either haven't contr...
上一页 下一页
.