SpringBoot After 2.2.0.release ,@CrossOrigin Access-Control-Allow-Origin responded twice

I used to use version 2.1.3 before. Today, after upgrading to 2.3.3, the browser CORS reported that it had responded to ...

SpringBoot Polish

This PR fixes some typos and polishes trivial stuff.

SpringBoot RSocketPortInfoApplicationContextInitializer can throw NPE

RSocket supports transports that do not require networking (rsocket-local-transport). As such, when I implementated RSoc...

SpringBoot Exclude hibernate-jpa-2.1-api from data-jpa

This dependency duplicates the classes from jakarta.persistence:jakarta.persistence-apiComment From: wilkinsonaThanks fo...

SpringBoot Support loading external configuration from files with no file extension

See https://github.com/microsoft/azure-spring-boot/issues/926 and https://github.com/spring-projects/spring-boot/issues/...

SpringBoot Fail if import locations are not found

It's very easy to mistype a spring.config.import and have it silently fail. It would probably be better to throw an exce...

SpringBoot HttpRequestConfigTokenProvider getToken() returns null when call to the Config Server is made using ReloadableResourceBundleMessageSource.

@Overridepublic String getToken() { HttpServletRequest request = httpRequest.getIfAvailable(); if (request == null...

SpringBoot Endpoints for liveness and readiness are changed in Spring Boot 2.3.3

Recently, there have been a lot of issues with the liveness and readiness probes in Spring Boot, see for instance https:...

SpringBoot Cassandra-related integration tests are flaky

DataCassandraTestWithIncludeFilterIntegrationTests.testService() failed recently as the init query timeout popped. Simil...

SpringBoot Provide a configuration property for Kafka listener container's idleBetweenPolls

In my experience people sometimes need to control their consumption rate.Spring kafka support this: https://github.com/s...

SpringBoot Update transaction auto-configuration to backoff if a TransactionManager is defined

Spring Framework 5.2 has introduced a parent for the PlatfromTransactionManager that's also a parent for the newly intro...

SpringBoot Add support for streaming responses from actuator web endpoints

https://github.com/spring-projects/spring-boot/pull/21296 describes a use case for streaming a response from an actuator...

SpringBoot Filter test resources

It would be usefull to filter application*.yml in test resources by adding to Spring Boot parent POM:<build> &l...

SpringBoot spring-boot-starter-validation should use jakarta.el:jakarta.el-api instead of org.glassfish:jakarta.el

The official artifact of Jakarta Expression Language is jakarta.el:jakarta.el-api as can be seen in their github project...

SpringBoot Checkstyle illegal package imports rule for Apache commons does not work

We have a rule to prevent imports on several Apache Commons project using the following regex ^org\.apache\.commons\.(?!...

SpringBoot configuration properties R2dbcProperties.pool are not bound

With this application.yaml ...spring: r2dbc: url: "..." pool: initial-size: 5 validation-quer...

SpringBoot Saml2RelyingPartyAutoConfiguration should use RelyingPartyRegistrations

Like ClientRegistrations in Spring Security's OAuth 2.0 support, Spring Security's SAML 2.0 support can now prepare a Re...

SpringBoot Dependency convergence error for nimbus-jose-jwt when depending on spring-boot-starter-oauth2-client

Fixes #22947Comment From: pivotal-issuemaster@ThomasKasene Please sign the Contributor License Agreement!Click here to m...

SpringBoot Freemarker is configured to prefer filesystem access by default

If I write a test that loads a template under src/main/resources/templates it works fine. If I then create a template un...

SpringBoot spring.profiles.active incorrect override

Spring Boot version: 2.1.7.RELEASE Java version: 11App server: WildFly Full 17.0.1.FinalI set spring.profiles.active via...
上一页 下一页
.