springboot Add config property for CodecConfigurer.maxInMemorySize in WebFlux

As of spring-projects/spring-framework#23884, Spring Framework supports configuring buffering limits on the webflux code...

springboot Upgrade to spring-javaformat 0.0.19

Forward port of issue #19710 to 2.3.0.M1.

springboot Upgrade to spring-javaformat 0.0.19

Forward port of issue #19710 to 2.2.4.

springboot Upgrade to Spring HATEOAS 1.1.0.M1

Comment From: wilkinsonaThere appears to be a breaking API change (due to removal of a deprecated API) so this will have...

springboot Revise documentation that mentions Gradle "compile" configuration

Hi,afaik compile has been deprecated in favor of using api or implementation. In some places in the documentation the ol...

springboot RabbitProperties always uses the first address, even if multiple nodes are configured

We have a three-node RabbitMQ cluster.We configure a RabbitProperties bean with (among other necessary config) calling ....

springboot springboot deploy error

org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'springSecurityFilterChain' defi...

springboot confusion points of org.springframework.boot.context.event.EventPublishingRunListener

The name of the method org.springframework.boot.context.event.EventPublishingRunListener # contextLoaded and the name of...

springboot Summarize test failures on a failed build

When unit tests fail with a Gradle build in CI, you don't get enough information about the test cases that failed. FAILU...

springboot sessionId is different between sessionRegistry and authentication.getDetails

I use a function to get all logged session below:List<Object> allPrincipals = sessionRegistry.getAllPrincipals();L...

springboot Upgrade to Spring Data Neumann-M2

This will also require #18621.Comment From: wilkinsonaLet's keep this open until we've moved off snapshots.Comment From:...

springboot Since version 2.2.0, hibernate_sequence' doesn't exist Error

There was no problem with Spring Boot 2.1.9 version. Since version 2.2.0, the problem occurs. I am currently using maria...

springboot Gradle build is not compiling with parameters option

The maven build had it as an option, but I think we're missing it from the Gradle build.

springboot ConditionalOnBean.parameterizedContainer on overloading @bean method, it will expression ambiguous behavior

when i test the parameterizedContainer annotation parameter on overloading @Bean method.found that the first bean method...

springboot Actuator endpoint /refresh not working with boot 1.5.8

I am building a spring boot client using refresh scope on my bean to load property file changes on the fly from config s...

springboot Upgrade to Maven Resolver 1.4.1

Comment From: snicollLooks like that upgrading means we need to add a SLF4J binding to the CLI. It might be a bit late t...

springboot Pass CI branch parameter to build scan

Hi,this is an attempt to fix #19614 by passing the Concourse branch parameter to the build scan directly and only fallba...

springboot Remove deprecated 2.2 code

See #19597 This PR includes all deprecations that were explicitly marked since 2.2. There are other deprecations that ar...

springboot Make Tomcat javadoc link version dependent

Hi,the move to Gradle allows us to have a bit more flexible Javadoc links. Tomcat is only using the MAJOR.MINOR part of ...

springboot Test the Gradle Plugin against Gradle 6.1

Hi,Gradle 6.1 was released earlier this night, so I guess we can test against it.Cheers,ChristophComment From: wilkinson...
上一页 下一页
.