springboot Upgrade to Jetty 9.4.26.v20200117

The current version 9.4.25.v20191220 in 2.2.4 has the following bug: https://github.com/eclipse/jetty.project/issues/446...

springboot Gradle plugin: dependencies with duplicated artifact name

I am not sure whether this is a bug, but I noticed an inconsistency between the output of the bootJar task in gradle and...

springboot Skip lazy initialization of beans that explicitly set the lazy attribute to false

Hi,The suspected issue described below is related to the version 2.2.0.M1 of Spring Boot.It appears that the management ...

springboot Document new Docker-related features

Comment From: wilkinsonaWe need to describe:layered jarsjar mode and layertools and using them in a Dockerfilebuildpack ...

springboot spring boot cli - rabbit.groovy fails with error

When attempting to run rabbit.groovy with spring cli, it fails with this error$ spring run rabbit.groovystartup failed:f...

springboot Reinstate running of OutputCaptureRuleTests

Hi,I just noticed that OutputCaptureRuleTests were not running due to the fact that they need to be run with JUnit4. Thi...

springboot Spring Boot 2.2.0: ClassPathScanningCandidateComponentProvider findCandidateComponents method

After upgrading to version 2.2.0 the method findCandidateComponents of class ClassPathScanningCandidateComponentProvider...

springboot Requests are auto-timed when autotime.enabled is set to false

BackgroundAccording to this doc, it says Alternatively, when set to false, you can enable instrumentation by adding @Tim...

springboot Requests are auto-timed when autotime.enabled is set to false

Forward port of issue #19981 to 2.3.0.M2.

springboot Spring Webflux ignores message of custom exception when annotated with @ResponseStatus

see gh-19846Comment From: snicollThanks again @nosan

springboot Spring Boot 2 MongoDB @TypeAlias does not work

Hi,In SpringBoot 1 TypeAlias("name") does work as expected but if I migrate to SpringBoot 2 it doesn't instantiate the c...

springboot Spring Webflux ignores message of custom exception when annotated with @ResponseStatus

Forward port of issue #19901 to 2.3.0.M2.

springboot Right value of LocalDate isn't saved to data base when JST Server and uses JDBC

When system running JVM uses JST (or perhaps happen in not UTC system), LocalDate column is not saved right value to dat...

springboot OAuth2 request parameter binding not available in @WebMvcTest

Here's a @Controller mapping, like one in the Spring Security samples:@Controllerclass OAuth2LoginController { @GetMa...

springboot Add support for wildcard locations for properties and YAML files

Comment From: spencergibbI assume reading from the filesystem not using k8s api, correct?Comment From: scottfrederickI a...

springboot RabbitProperties addresses field is not sanitized by default and may contain sensitive information

Problem:The actuator configprops and env endpoints show RabbitProperties#addresses in un-sanitized form. Workaround:Thes...

springboot Upgrade CI images to Ubuntu Bionic 20200112

Forward port of issue #19913 to 2.2.5.

springboot Creating kotlin channel bean cause spring boot tests to fail

Spring boot version:"2.2.4.RELEASE"kotlinCoroutineVersion = "1.3.3"The following config results in a kotlin reflection e...

springboot Polish

This PR polishes a bit by removing String literal concatenation where possible.
上一页 下一页
.