SpringBoot ClassNotFoundException (Log4j2CloudConfigLoggingSystem) on war deployment on Tomcat 9 standalone

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

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

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

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

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

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

I'm creating this issue to group together alternatives to ErrorPageSecurityFilter instead of relying on the WebInvocatio...

SpringBoot Fix redirect for Spring HATEOAS

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

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

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

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

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 - 初始化项目

Comment From: pivotal-cla@837078046 Please sign the Contributor License Agreement!Click here to manually synchronize the...

SpringBoot Reinstate CI image generation mirrors

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

Comment From: wilkinsonaThis may be addressed by fixing #25135.Comment From: wilkinsonaApplying the changes that had alr...

SpringBoot Unnecessary allocations in Prometheus scraping endpoint

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

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

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

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

When the value of the map is of type java.time.Duration(According to the source code, it seems that this problem exists ...
上一页 下一页
.