Nineya
Home
Blog
SpringBoot springboottest use last resources
2025-01-06 18:31:36
1145
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
2025-01-06 18:31:29
3076
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
2025-01-06 18:31:23
11735
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
2025-01-06 18:31:16
139
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
2025-01-06 18:31:09
5584
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
2025-01-06 18:31:02
1499
Version: 2.3.0.RELEASEI want to implement a RecordFilterStrategy, But did not take effect@Componentpublic class RecordFi...
SpringBoot Fix typos in docs
2025-01-06 18:30:56
180
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
2025-01-06 18:30:49
1834
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
2025-01-06 18:30:43
289
issues in : https://stackoverflow.com/questions/63448844/configurationproperties-and-enableconfigurationproperties-canno...
SpringBoot ServiceLoader do not work in packaged Spring Boot apps
2025-01-06 18:30:36
1779
(StackOverflow post: https://stackoverflow.com/questions/63414862/serviceloader-do-not-work-in-packaged-spring-boot-apps...
SpringBoot Kotlin ConfigurationProperties Issues
2025-01-06 18:30:29
4153
@ConstructorBinding@ConfigurationProperties("auth")data class AuthProperties( val client: Client, ...)da...
SpringBoot The @TypeExcludeFilters annotation is not @Inherited
2025-01-06 18:30:23
441
@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)
2025-01-06 18:30:16
1305
The method Javadocs for SpringApplicationBuilder.properties(Properties) are a bit inaccurate, due to an apparent copy/pa...
SpringBoot Fix typo Assert4J -> AssertJ
2025-01-06 18:30:07
125
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
2025-01-06 18:30:00
1240
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.
2025-01-06 18:29:54
1983
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
2025-01-06 18:29:47
590
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.
2025-01-06 18:29:40
606
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
2025-01-06 18:29:34
2340
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
2025-01-06 18:29:27
2809
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...
上一页
下一页
1
…
2127
2128
2129
2130
2131
…
2246
.