SpringBoot Update conditional inclusion of milestone repository

The new Spring version schema does not include a "RELEASE" version. Thiscommit modifies the Gradle conditional to includ...

SpringBoot Upgrade to Groovy 2.5.13

Comment From: snicollThe upgrade breaks a test, SampleIntegrationTests#uiSample:groovy.lang.MissingPropertyException: No...

SpringBoot Unpacked Spring Boot applications don't show version on startup

When running a fatjar spring boot app packaged with maven by the spring boot plugin the application version is shown on ...

SpringBoot Upgrade Java 8 version in CI image

https://github.com/AdoptOpenJDK/openjdk8-binaries/releases/download/jdk8u262-b10/OpenJDK8U-jdk_x64_linux_hotspot_8u262b1...

SpringBoot Upgrade Java 15 version in CI image

https://github.com/AdoptOpenJDK/openjdk15-binaries/releases/download/jdk15-2020-07-22-05-15/OpenJDK15-jdk_x64_linux_hots...

SpringBoot Upgrade Java 14 version in CI image

https://github.com/AdoptOpenJDK/openjdk14-binaries/releases/download/jdk-14.0.2%2B12/OpenJDK14U-jdk_x64_linux_hotspot_14...

SpringBoot Upgrade Java 14 version in CI image

https://github.com/AdoptOpenJDK/openjdk14-binaries/releases/download/jdk-14.0.2%2B12/OpenJDK14U-jdk_x64_linux_hotspot_14...

SpringBoot Upgrade Java 8 version in CI image

https://github.com/AdoptOpenJDK/openjdk8-binaries/releases/download/jdk8u262-b10/OpenJDK8U-jdk_x64_linux_hotspot_8u262b1...

SpringBoot Upgrade Java 8 version in CI image

https://github.com/AdoptOpenJDK/openjdk8-binaries/releases/download/jdk8u262-b10/OpenJDK8U-jdk_x64_linux_hotspot_8u262b1...

SpringBoot Upgrade Java 8 version in CI image

https://github.com/AdoptOpenJDK/openjdk8-binaries/releases/download/jdk8u262-b10/OpenJDK8U-jdk_x64_linux_hotspot_8u262b1...

SpringBoot Add support for profile groups

Our replacement config data processing logic will no longer allow profiles to be activated on an ad-hoc basis. We should...

SpringBoot Extract DefaultPropertiesPropertySource class

Currently the concept of a "default properties" PropertySource is embedded inSpringApplication`. We should extract that ...

SpringBoot Add CloudPlatform.isEnforced that uses a Binder

In order to support updated application property processing, we need a variant of CloudPlatform.isEnforced that uses a B...

SpringBoot Add DeferredLogFactory support

Our DeferredLog class currently requires that the switchTo method is called as soon as the real log is available. This m...

SpringBoot Add multi-document properties file support

Multi-document application.yml files have proven to be very useful, we should see if we can support the same idea with a...

SpringBoot Add ConfigurationPropertySource.from factory method

Currently we offer a ConfigurationPropertySources.from method, but no equivalent that can be used for just a single sour...

SpringBoot Filter empty YAML documents

Empty YAML documents should be filtered from the Environment, however our OriginTrackedYamlLoader can cause them to rema...

SpringBoot webflux base path does not work with router functions

WebFlux is not able to find a route defined as a router function when spring.webflux.base-path is set. Server response i...

SpringBoot Make base path configurable for WebFlux applications

So far (Spring Boot 1.5.4-RELEASE) I were using the configuration key server.contextPath of application.properties to c...

SpringBoot Fail to loading ApplicationContext in Web MVC Test with java 14

I am using spring boot 2.3.1.RELEASE along with java version 14.When I run test cases I face below exception and if I ch...
上一页 下一页
.