Nineya
Home
Blog
SpringBoot Update conditional inclusion of milestone repository
2025-01-06 18:04:33
222
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
2025-01-06 18:04:27
20447
Comment From: snicollThe upgrade breaks a test, SampleIntegrationTests#uiSample:groovy.lang.MissingPropertyException: No...
SpringBoot Unpacked Spring Boot applications don't show version on startup
2025-01-06 18:04:18
921
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
2025-01-06 18:04:12
128
https://github.com/AdoptOpenJDK/openjdk8-binaries/releases/download/jdk8u262-b10/OpenJDK8U-jdk_x64_linux_hotspot_8u262b1...
SpringBoot Upgrade Java 15 version in CI image
2025-01-06 18:04:06
147
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
2025-01-06 18:04:00
134
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
2025-01-06 18:03:54
134
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
2025-01-06 18:03:48
128
https://github.com/AdoptOpenJDK/openjdk8-binaries/releases/download/jdk8u262-b10/OpenJDK8U-jdk_x64_linux_hotspot_8u262b1...
SpringBoot Upgrade Java 8 version in CI image
2025-01-06 18:03:42
128
https://github.com/AdoptOpenJDK/openjdk8-binaries/releases/download/jdk8u262-b10/OpenJDK8U-jdk_x64_linux_hotspot_8u262b1...
SpringBoot Upgrade Java 8 version in CI image
2025-01-06 18:03:36
128
https://github.com/AdoptOpenJDK/openjdk8-binaries/releases/download/jdk8u262-b10/OpenJDK8U-jdk_x64_linux_hotspot_8u262b1...
SpringBoot Add support for profile groups
2025-01-06 18:03:30
182
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
2025-01-06 18:03:24
219
Currently the concept of a "default properties" PropertySource is embedded inSpringApplication`. We should extract that ...
SpringBoot Add CloudPlatform.isEnforced that uses a Binder
2025-01-06 18:03:18
152
In order to support updated application property processing, we need a variant of CloudPlatform.isEnforced that uses a B...
SpringBoot Add DeferredLogFactory support
2025-01-06 18:03:12
397
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
2025-01-06 18:03:06
257
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
2025-01-06 18:03:00
123
Currently we offer a ConfigurationPropertySources.from method, but no equivalent that can be used for just a single sour...
SpringBoot Filter empty YAML documents
2025-01-06 18:02:54
280
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
2025-01-06 18:02:47
525
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
2025-01-06 18:02:41
9996
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
2025-01-06 18:02:28
5624
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...
上一页
下一页
1
…
2138
2139
2140
2141
2142
…
2246
.