SpringBoot After binder parses environment into map, the output becomes much different from expectations

hey, I came across a strange situationThe test code is as follows@SpringBootTest({ "acc.data.cast[1]=int&quo...

SpringBoot MappingJackson2XmlHttpMessageConverterConfiguration and spring.xml.ignore property

I'm upgrading an application from SpringBoot2.6 to SprintBoot2.7 (2.7.4). It relies on Azure SDK for Java, which has a d...

SpringBoot Gradle task bootBuildInfo doesn't work with Gradle's configuration cache

For any new Spring Boot project gradle's task bootBuildInfo won't work with gradle's configuration cache.Spring Boot 2.6...

SpringBoot the buildArg <buildArg>-H:+AddAllCharsets</buildArg> is not work!

my project config:spring-boot 3.1.1;maven3.8pom.xml:...&lt;plugin&gt; &lt;groupId&gt;org.graalvm.buildtools&lt;/group...

SpringBoot Cleanup all resources in RedisHealthIndicator

This block of code in the Spring Boot Actuator, RedisHealthIndicator should be restructured as:try (RedisConnection conn...

SpringBoot EndpointRequest.toLinks() does not match when management.endpoints.web.base-path is '/'

Fix for bug fix #34834. The code now allows for no cleanup of the "/" path to "". The rest of the test cases stay as is....

SpringBoot Try to stabilize DataCouchbaseTestIntegrationTests

DataCouchbaseTestIntegrationTests is really flaky. testRepository fails about 10% of the time due to a timeout when upse...

SpringBoot @ServiceConnection on a @Bean method does not work in sliced tests

Currently, in order to use @ServiceConnection in beans along withslice test annotations @ImportAutoConfiguration(Service...

SpringBoot Springboot 3.1.3 artifacts not in mvncentral

Maybe I am looking wrong, but I can't find the artifacts in maven central.The release was a few days ago. Shouldn't the ...

SpringBoot Spring boot: Pagination from page 1 (one-indexed-parameters) not runs well

Good morning from spain.My scope is Spring boot 3.1 I'm implemeting REST service and I have pagination for return large ...

SpringBoot RandomServerPort and GraalVM don't cooperate (bug)

Bug Report:Using the GraalVM plugin breaks things when using Kotlin and the graal plugin (org.graalvm.buildtools.native)...

SpringBoot Whitelabel Error Page This application has no explicit mapping for /error, so you are seeing this as a fallback. Wed May 31 23:17:56 IST 2017 There was an unexpected error (type=Not Found, status=404).

Comment From: wilkinsonaGiven the lack of description, I'm guessing this was opened in error. Whitelabel Error Page This...

SpringBoot Clarify description of "logging.file.max-history"

Earlier in issue #17566 you were pointed out that the description of the logging.file.max-history setting was incorrect....

SpringBoot NoopObservation in DefaultContextSnapshot after migration from spring-boot 3.0.8 to spring-boot 3.0.9

I'm using the spring-cloud-stream-binder-kafka library to handle messages exchanged in the microservices environment and...

SpringBoot Spied jpa *Repository interfaces with @SpyBean cannot callRealMethod() during @SpringBootTest

Wanting to test some lock enforcement in my services I tried to "decorate" existing jpa repository methods to add gate k...

SpringBoot Document how to use Docker Compose integration when running tests

Added note to indicate how to enable spring-boot-docker-compose module in @SpringBootTest testsComment From: pivotal-cla...

SpringBoot Cannot build the native image in a muilti-modules project by using springboot3.x

i am using springboot3.x to build the native image in a muilti-modules projectbut when i try to execute the command like...

SpringBoot Add ThreadPoolTaskExecutorBuilder as a replacement for TaskExecutorBuilder

ThreadPoolTaskExecutorBuilder will be a replacement for the to-deprecate TaskExecutorBuilder.With #35711 we think about ...

SpringBoot Spring Boot 3 logback smtp appender incompatibility

Dear All, I experienced a strange behavior of Spring using Logback and SMTP appender. It seems, there is an incompatibil...

SpringBoot bootBuildImage /workspace files may be world writeable

Using Spring Boot's cloud native buildpack functionality to create a docker image., the /workspace directory in the imag...
上一页 下一页
.