Nineya
Home
Blog
SpringBoot AutoConfigurationImportSelector#getExcludes doesn't use asList consistently
2025-01-07 03:44:25
1446
Version: 2.7.2When reading the AutoConfigurationImportSelector class, the getExclusions method is a bit confusing, there...
SpringBoot MockMvc support for testing errors
2025-01-07 03:44:22
24228
Spring Boot currently registers an endpoint with the servlet container to process errors. This means that MockMvc cannot...
SpringBoot Top level @TestConfiguration picked up by @SpringBootTest without @Import when it referenced from another module
2025-01-07 03:44:19
24402
Main reason for @TestConfiguration is to allow having configuration without picking it up by auto scanning.But my test w...
SpringBoot Spring Boot 2.7.2 with Spring Kafka fails during initialisation with Exception: The 'ProducerFactory' must support transactions
2025-01-07 03:44:17
5318
I'm using Spring Boot v2.7.2 and the latest version of Spring Kafka provided by spring-boot-dependencies:<dependency&...
SpringBoot Copyright year and name missing in LICENSE file
2025-01-07 03:44:14
1033
Hey there!I noticed that the year and name of the copyright owner in your LICENSE.txt file is not filled out. I am no li...
SpringBoot Add native hints for default LDIF file
2025-01-07 03:44:12
862
Spring Boot supports importing an LDIF file into an embedded LDAP server via spring.ldap.embedded.ldif.When running the ...
SpringBoot Support caching for Actuator endpoint read operations with parameters
2025-01-07 03:44:09
5029
Hi.I'm using Spring Boot 2.6.6 and trying to use time-to-live property for health groups.The management.endpoint.health....
SpringBoot remove invalid exception
2025-01-07 03:44:07
432
The ReflectionUtils.rethrowRuntimeException(Throwable ex) method already handles all exceptions, and the exceptions add...
SpringBoot ClassNotFoundException can be thrown for classes in nested jars when under GC pressure
2025-01-07 03:44:03
14673
OverviewA very simple Spring Boot based application locks up on the very first HTTP request with java.lang.NoClassDefFou...
SpringBoot JarFile implementation calls close early which breaks verification of signed unpacked nested jars on Oracle JDK
2025-01-07 03:44:00
2477
See #28837. A work-around should be to set the unpack flag but this doesn't work since we still wrap things.Comment From...
SpringBoot Application cannot start for exception 'zip file closed'
2025-01-07 03:43:58
5046
Our application is split into two JARs (The first contains the spring boot launcher and our classes. The second file con...
SpringBoot Review Git contribution documentation
2025-01-07 03:43:53
350
Reviewing #31903, the documentation states that three properties are exposed by default but the actuator doc mentions a ...
SpringBoot Misleading error message when using JarMode Layertools and the source is not an archive
2025-01-07 03:43:50
680
If the source file given to the layertools is not an archive file, the error message says that the file cannot be found....
SpringBoot Remove use of reflection in MustacheViewResolver
2025-01-07 03:43:46
1699
Prior to this commit the MustacheViewResolver used reflectionto instantiate a MustacheView class, which fails when using...
SpringBoot Add native-image support for Mustache on WebFlux
2025-01-07 03:43:44
27975
The mustache-webflux sample fails because there is a constructor hint on MustacheView missing:ion: Failed to instantiate...
SpringBoot Add WebServerBeforeStartEvent before web server start
2025-01-07 03:43:41
2896
about https://github.com/spring-projects/spring-boot/pull/31958demo code: demo.zipI want to initialize a few things bef...
SpringBoot Allow to disable JacksonFeature in JerseyAutoConfiguration
2025-01-07 03:43:25
1498
The Spring Boot auto-configuration for Jersey registers the JacksonFeature by default if an ObjectMapper bean is present...
SpringBoot Update spring security documentation link
2025-01-07 03:43:22
258
When Spring Security 5.4 is out we should use the /html link rather than /html5.See https://github.com/spring-projects/s...
SpringBoot ContentType="application/x-www-form-urlencoded" is throwing Unsupported Media Type Error
2025-01-07 03:43:19
17489
I have tried below code to process the request with contentType as "application/x-www-form-urlencoded".@RequestMapping(v...
SpringBoot After Spring-Boot is upgraded from 2.2 to 2.7.1, the ResourceProperties class is missing. How to use WebProperties' Resource class instead?
2025-01-07 03:43:17
6746
My project uses the framework version as follows:spring-boot 2.7.1spring-cloud 2021.0.3spring-cloud-alibaba 2021.0.1.0Wh...
上一页
下一页
1
…
1910
1911
1912
1913
1914
…
2246
.