Nineya
Home
Blog
软著申请
SpringBoot Cannot reference an implicit property in a property file
2025-01-07 18:03:31
1055
This works:server.port=8080myapp.server=http://localhost:${server.port}but this doesn't#server.port=8080myapp.server=htt...
SpringBoot Customize default resource handler
2025-01-07 18:03:29
4238
I want to use the default resource handler that is configured in spring.web.resources properties, but add my customizati...
SpringBoot Inconsistency in the documentation of Spring DevTools setup
2025-01-07 18:03:26
1436
The Spring DevTools doc says in its most ranked page that the package should be included this way:dependencies { comp...
SpringBoot Add support for Bitnami container images with Docker Compose
2025-01-07 18:03:24
2552
We want to investigate how compatible our Docker Compose support is with Bitnami container images. The first part of thi...
SpringBoot Switch to Jersey's jersey-micrometer module for Jersey metrics
2025-01-07 18:03:21
534
This is a prerequisite for https://github.com/spring-projects/spring-boot/issues/38984 as Micrometer's Jersey support ha...
SpringBoot Bug : CSS Related issue in Documentation
2025-01-07 18:03:19
3027
IssueIn the documentation the content section is always scrollable. I think this is annoying to the readers.SolutionHowe...
SpringBoot Describe quirks of JUL and Log4j2 in the javadoc of OutputCaptureExtension
2025-01-07 18:03:08
4462
Hi, I ran into this problem below:For each test, it passes. But if I run the test class, it always failed on the 2nd. A...
SpringBoot Introduce a mechanism to disable existing filters/servlets beans
2025-01-07 18:03:05
15028
It is quite possible to include a library which is exposing a Filter/Servlet bean. Please introduce a mechanism for exc...
SpringBoot Auto-configure testing support for tracing
2025-01-07 18:03:02
2514
Currently there's no out of the box way to set up a test with tracing turned on that would collect spans in a queue for ...
SpringBoot Add customizer callback for WebHttpHandlerBuilder
2025-01-07 18:02:59
497
Add a new interface for customizing the WebHttpHandlerBuilder before the HttpHandler is built from it.For the test, ther...
SpringBoot Suppress "Circular view path [error]" error message
2025-01-07 18:02:56
12104
1) clone simple project: https://github.com/stepancheg/spring-boot-whitelabelproject contains controller with function@R...
SpringBoot LoggerFactory is not a Logback LoggerContext but Logback is on the classpath. Either remove Logback or the competing implementation (class org.slf4j.helpers.NOPLoggerFactory loaded from file:/.m2/org/slf4j/slf4j-api/2.0.11/slf4j-api-2.0.11.jar).
2025-01-07 18:02:54
869
Upgrading from Spring Boot 2.5.14 to 3.2.2 and running into this issue. A number of suggestions are out there to exclude...
SpringBoot Use HikariConfig as a builder for creating the auto-configured HikariDataSource
2025-01-07 18:02:51
6592
See https://github.com/brettwooldridge/HikariCP/issues/1096 for some background. We'll get a small performance boost in ...
SpringBoot Provide a customizer callback for the WebHttpHandlerBuilder that creates the auto-configured HttpHandler
2025-01-07 18:02:48
3131
According to the documentation all WebFilter Beans are added to each exchange.When using multiple SecurityWebFilterChain...
SpringBoot Session scoped object is registered with PersistenceAnnotationBeanPostProcessor
2025-01-07 18:02:46
11722
After upgrading to spring boot 1.4.1 from 1.3.5, I noticed that my session scoped bean is registered with a PersistenceA...
SpringBoot Raise the minimum supported version of Gradle to 7.5
2025-01-07 18:02:43
664
This is blocked until 7.5 has been released.Comment From: mhalbritterI think we missed to adapt org.springframework.boot...
SpringBoot Update ExtractCommandTests to tolerate OS and Java version differences
2025-01-07 18:02:40
527
ExtractCommandTests asserts that extracted files have their creation, last modified, and last access times set correctly...
SpringBoot M1 chip's MacOS startup project error “Initialization of bean failed; nested exception is java.lang.IllegalArgumentException: error at ::0 can't find referenced pointcut rlAop”
2025-01-07 18:02:38
3224
java version "1.8.0_381"Java(TM) SE Runtime Environment (build 1.8.0_381-b09)Java HotSpot(TM) 64-Bit Server VM (build 25...
SpringBoot Application bootstrapping failed after upgrading from SB2.7 to 3.2
2025-01-07 18:02:36
266
Comment From: bclozelYou should use a version of the camel Spring support that is compatible with Spring Framework 6.0+....
SpringBoot Webflux actuator endpoints respond with 500 when a parameter is missing
2025-01-07 18:02:33
628
Closes gh-39236Comment From: scottfrederick@kse-music After writing a test to reproduce the original problem, it looked ...
上一页
下一页
1
…
1723
1724
1725
1726
1727
…
2246
.