SpringBoot Upgrade gradle to 8.1.1

Adapt gradle API changes:1. Gradle 8 does no longer allow classifier inside Jar task. archiveClassifier must be used ins...

SpringBoot EntityModel instantiation problem with Spring reactive, native and Hateoas

Hi,Here is my configuration:Version 3.1.1 of Springboot (reactive), native generation, MacOS ARM-M1, OpenJDK Runtime Env...

SpringBoot The contentLength of ClasspathResource behaves differently in different systems

My repository: https://github.com/zdu-strong/temp_classpath_resourceEnvironmental requirements: java v17Run tests: ./m...

SpringBoot wildcard pattern in spring matches websocket url path

I have a wildcard Spring MVC mapping that goes something like this:@RequestMapping(value="**", method={Request...

SpringBoot Unable to Set Different Timeout for Different HTTP Interface methods

Unable to set different timeouts for different requests using HTTP Interface.Comment From: wilkinsonaI assume you are re...

SpringBoot Using @EnableGlobalAuthentication or @EnableAutoConfiguration on Classes Using Method Security causes Bean Cycle

Hi,I created a new Spring Starter Project in STS (3.6.3.SR1 for Mac), with all defaults + Dependencies (Web, Security).p...

SpringBoot Spring @Value doesn't work in nested configuration

I have a application.properties:app.cert.identity.subject.organizationalUnit=testapp.cert.identity.subject.O=Pacific Col...

SpringBoot The columnDefinition is always exectuted in Spring boot 3.1.x

It seems the columnDefinition has been always executed in the app's every running.This behavior only happened in Spring ...

SpringBoot Fix typo in docker compose service connections note

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

SpringBoot JobLauncherApplicationRunner returns a success exit code even when no jobs have been run

JobLauncherApplicationRunner returns a success exit code even when no jobs have been run.fix: Rethrowing JobExecutionExc...

SpringBoot Remove redundant Files.delete() calls in tests

This PR adds missing Files.delete() calls in the PrivateKeyParserTests.Comment From: scottfrederick@izeye The cleanup ca...

SpringBoot Slice test annotations do not include SslAutoConfiguration

SslAutoConfiguration has been added to cassandra, couchbase,elasticsearch, mongo and redis slice test annotations.See gh...

SpringBoot Allow key password to be set for a PemSslStoreBundle

BackgroundWe have a custom component for watching for changes on PEM files and reloading some components such as tomcat....

SpringBoot Spring Boot app is not reading application.properties when actuator dependency is present

Spring Boot application is not a reading application.properties during docker run. This issue/error only happens when th...

SpringBoot Replace calls to verifyComplete() with expectComplete().verify(Duration) to avoid blocking indefinitely

This pull request addresses the issue #35791, where it was required to replace verifyComplete() with expectComplete().ve...

SpringBoot Add SslAutoConfiguration to slice test annotations

Existing examples such as SampleMongoApplicationReactiveSslTests uses @SpringBootTest which will use SslAutoConfiguratio...

SpringBoot Could not resolve resources from spring.io

Hello,has anyone faced an issue where gradle build cannot fetch artficats from repo spring io?Sharing a stracktrace for ...

SpringBoot Dispatcher Servlet is not running when the spring boot app is run

Hello team, We use a mockserver to run our UI Integration Tests and the purpose of this mockserver is to run the spring ...

SpringBoot memory leak with reactiveMongotemplate

Hi,I have a memory leak on reactive-stream with Spring boot 2.7.12. All versions (reactor, reactive-stream, mongo driver...

SpringBoot IllegalStateException on bean using constructor injection and setter-based @ConfigurationProperties

The code below fails at startup with spring boot 3.1.1 (and works prefectly well in 3.1.0 or 2.7.12):Caused by: java.lan...
上一页 下一页
.