Nineya
Home
Blog
SpringBoot ClassNotFoundException (Log4j2CloudConfigLoggingSystem) on war deployment on Tomcat 9 standalone
2025-01-07 02:33:27
14501
The following simple war archive fails to deploy to a Apache Tomcat/9.0.58 as war file.@SpringBootApplicationpublic clas...
SpringBoot Actuator @ReadOperation on Flux cancels request after first element emitted
2025-01-07 02:33:24
4111
Problem: @ReadOperation on a custom actuator endpoint returning Flux cancels the request after first element, the same c...
SpringBoot Set ExtractingRoot as context ressources to avoid first load slow
2025-01-07 02:33:19
3533
At fisrt load into browser response is very slow. Set ExtractingRoot as context ressources fix this issue by pre-extract...
SpringBoot java.lang.IllegalArgumentException: name org.springframework.boot.loader.LaunchedURLClassLoader.findResource
2025-01-07 02:33:12
4622
please see below exception:2019-11-22 14:34:52.829 - - [ERROR] main XXXXXXFactory failed to load properties file: class...
SpringBoot Document the WebSocket-related exclusions that are required to use Jetty 10
2025-01-07 02:33:08
7196
I tried to create a sample project using https://start.spring.io, and followed the documentation in https://docs.spring....
SpringBoot Files in META-INF are not found when deploying a Gradle-built executable war to a servlet container
2025-01-07 02:33:02
3853
Java Version - 11Spring Boot Version - 2.6.4Tomcat Version - 9.0.59Starting with Spring Boot version 2.6.4 environment p...
SpringBoot Alternatives to WebInvocationPrivilegeEvaluator in ErrorPageSecurityFilter
2025-01-07 02:32:49
7678
I'm creating this issue to group together alternatives to ErrorPageSecurityFilter instead of relying on the WebInvocatio...
SpringBoot Fix redirect for Spring HATEOAS
2025-01-07 02:32:44
1072
Change the redirect location to point to the Spring HATEOAS part of the documentation.Comment From: snicollThanks for th...
SpringBoot Remove redundant EnabledOnJre, DisabledOnJre, DisabledForJreRange, and EnabledForJreRange annotations
2025-01-07 02:32:40
623
We have some tests that are only enabled on certain JREs. As part of raising the Java baseline to 17, many (if not all) ...
SpringBoot Remove values from JavaVersion enum for Java versions less than 17
2025-01-07 02:32:37
873
With the JDK 17 baseline, having constants for Java 16 and below is pointless as our JavaVersion class can only be loade...
SpringBoot Add EIGHTEEN to JavaVersion enum
2025-01-07 02:32:31
1001
It might be a bit early for this as Java 18 is still subject to change. As things stand, we could use the new getAttribu...
SpringBoot Set up CI with JDK 18
2025-01-07 02:32:27
913
JDK 18 has reached its release candidate phase and will GA on 22 March. We should add CI for it to verify compatibility....
SpringBoot init - 初始化项目
2025-01-07 02:32:22
321
Comment From: pivotal-cla@837078046 Please sign the Contributor License Agreement!Click here to manually synchronize the...
SpringBoot Reinstate CI image generation mirrors
2025-01-07 02:32:18
8376
With REGISTRY_MIRRORS configured we see:#1 [internal] load build definition from Dockerfile#1 sha256:d0812f6ccffdc9c6488...
SpringBoot CI images aren't building on 2.5.x
2025-01-07 02:32:13
195
Comment From: wilkinsonaThis may be addressed by fixing #25135.Comment From: wilkinsonaApplying the changes that had alr...
SpringBoot Unnecessary allocations in Prometheus scraping endpoint
2025-01-07 02:32:10
2813
Reduce the number of times capacity growth is needed inside the StringWriter. A typical default SpringBoot Prometheus pa...
SpringBoot Anchor tag for Spring HATEOAS does not redirect properly
2025-01-07 02:31:59
505
In the reference documentation from 2.6.4 and later versions, the anchor #boot-features-spring-hateoas points to a locat...
SpringBoot Add documentation for spring.profiles.include
2025-01-07 02:31:55
1199
Spring Profiles documentation.At this link , where docs for latest 2.5.6 version are, there is no mention of spring.prof...
SpringBoot Document when config data properties are invalid
2025-01-07 02:31:51
1845
See https://github.com/spring-projects/spring-boot/issues/25848 for some background. As far as I can see, the reference ...
SpringBoot Document the scalar types supported by MapBinder
2025-01-07 02:31:44
5991
When the value of the map is of type java.time.Duration(According to the source code, it seems that this problem exists ...
上一页
下一页
1
…
1957
1958
1959
1960
1961
…
2246
.