SpringBoot Fix shouldStopKeepAliveThreadIfContextIsClosed()

.isEmpty() seems to have been dropped accidentally in 9897576562b65f93c8ab4523ded7b1aa9785fd45.Comment From: mhalbritter...

SpringBoot Document that properties that change an application's beans are fixed at build time

When running a native-built Spring Boot application on Kubernetes the liveness and readiness probes are not active (they...

SpringBoot Provide OpenTelemetry Resource as a bean

Our current OpenTelemetryAutoConfiguration uses the io.opentelemetry.sdk.resources.Resource inside the SdkTracerProvider...

SpringBoot Refactor: Extract "hibernate.physical_naming_strategy"

In this way, other elements were extracted and used as constants, but hibernate.physical_naming_strategy was hardcoded a...

SpringBoot Remove unecessary setCanBeResolved

According to Gradle 8.4, the setCanBeResolved(true) method call is unecessary (and deprecated).> Configure project :p...

SpringBoot CVE-2023-4586: Does Spring Boot enable host name verification with Netty in all cases?

CVE-2023-4586: Improper Certificate Validation applies to netty 4.x (there is no netty 5 [yet?]) upon which Spring Boot ...

SpringBoot Disable DevTools' environment post-processors and auto-configuration when running tests

Currently, when spring-boot-devtools is being used, it's on the classpath when a project's tests are being run using Mav...

SpringBoot Add section on AspectJ support

Spring boot : v2.7.4Hi,I observe that if I did not add @EnableAspectJAutoProxy, my aspect can still work. So may i conf...

SpringBoot Polish unit tests from buildSrc

remove redundant "public" access modifiersremove a never thrown defined Exceptionassert the emptiness instead of length ...

SpringBoot InputStreams cannot be created from nested directory entry URLs which results in Tomcat TldScanner issues

Spring Boot Version3.2.0-RC1Description of Bug/IssueWe use an embedded tomcat to bring up a server that still uses Java ...

SpringBoot Document that SerializationFeature.WRITE_DURATIONS_AS_TIMESTAMPS is disabled by default

In the documentationhttps://docs.spring.io/spring-boot/docs/current/reference/html/howto.html#howto.spring-mvcSection: 4...

SpringBoot Add support for micrometer metrics with reactor schedulers

In Reactor 3.2.3 there is possibility to enable metrics. There could be property introduced eg. reactor.schedulers.metri...

SpringBoot ReactiveMongoTemplate.changeStream ignores FullDocumentBeforeChange option passed with argument ChangeStreamOptions

Hello Team,Recently working on the SpringBoot Reactive change stream API, I found that the ReactiveMongoTemplate.changeS...

SpringBoot AuthenticationManager bean is missing when upgraded to Spring Boot 2.0.0.M6

Today I have upgraded one of my sample from Spring Boot 2.0.0.M4 to 2.0.0.M6.https://github.com/hantsy/spring-microserv...

SpringBoot Fix Jetty as webserver documentation

In https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#howto.webserver.use-another we document how to ...

SpringBoot Document that testing with ApplicationContextRunner in a native image is not supported

Hello,I am using Spring Boot 3.0.2. I have tried to compile natively with mvn -PnativeTest clean test a test that uses t...

SpringBoot Spring Boot Actuator documentation misses management.endpoint.env.show-values property

HiAccording to Spring Boot 3 release notes(https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.0.0-M5-Rele...

SpringBoot Outdated spring-boot-maven-plugin build-info documentation causing project builds to fail

With this PR the maven.compiler.source and maven.compiler.target properties were removed.However, they are still used in...

SpringBoot ApplicationContextInitializer and Ordered is not honored during AutoConfiguration

While migrating from from a 2.x to a 3.x setup we have detected a pretty severe change/bug in the configuration handling...

SpringBoot Improve health group membership validation error message to provide hint for property to disable validation

Hi,I have this actuator config in my application:management: endpoint: health: group: readiness: ...
上一页 下一页
.