Nineya
Home
Blog
软著申请
SpringBoot After binder parses environment into map, the output becomes much different from expectations
2025-01-07 16:38:53
2480
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
2025-01-07 16:38:50
16634
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
2025-01-07 16:38:47
9851
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!
2025-01-07 16:38:44
1989
my project config:spring-boot 3.1.1;maven3.8pom.xml:...<plugin> <groupId>org.graalvm.buildtools</group...
SpringBoot Cleanup all resources in RedisHealthIndicator
2025-01-07 16:38:42
4738
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 '/'
2025-01-07 16:38:39
1641
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
2025-01-07 16:38:35
326
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
2025-01-07 16:38:31
1512
Currently, in order to use @ServiceConnection in beans along withslice test annotations @ImportAutoConfiguration(Service...
SpringBoot Springboot 3.1.3 artifacts not in mvncentral
2025-01-07 16:38:27
733
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
2025-01-07 16:38:24
2314
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)
2025-01-07 16:38:22
1302
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).
2025-01-07 16:38:19
4254
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"
2025-01-07 16:38:16
2228
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
2025-01-07 16:38:14
2861
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
2025-01-07 16:38:11
4883
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
2025-01-07 16:38:07
1076
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
2025-01-07 16:38:05
934
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
2025-01-07 16:38:02
719
ThreadPoolTaskExecutorBuilder will be a replacement for the to-deprecate TaskExecutorBuilder.With #35711 we think about ...
SpringBoot Spring Boot 3 logback smtp appender incompatibility
2025-01-07 16:37:59
47977
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
2025-01-07 16:37:47
2117
Using Spring Boot's cloud native buildpack functionality to create a docker image., the /workspace directory in the imag...
上一页
下一页
1
…
1791
1792
1793
1794
1795
…
2246
.