Nineya
Home
Blog
springboot Upgrade to Reactor Dysprosium-SR2
2025-01-06 07:26:14
98
Comment From: wilkinsonaSuperseded by https://github.com/spring-projects/spring-boot/issues/19809.
springboot Upgrade to Spring Cloud Connectors 2.0.7.RELEASE
2025-01-06 07:26:08
154
Comment From: wilkinsonaDependency management for Spring Cloud Connectors has been removed in https://github.com/spring-...
springboot Upgrade to Spring Integration 5.2.2
2025-01-06 07:26:01
98
Comment From: wilkinsonaSuperseded by https://github.com/spring-projects/spring-boot/issues/19650.
springboot Fix TestFailuresPlugin.TestFailure.compareTo()
2025-01-06 07:25:54
192
This PR fixes TestFailuresPlugin.TestFailure.compareTo() as it seems that getName() was meant to be used.This PR also po...
springboot Stop using `ClassLoader.loadClass`
2025-01-06 07:25:47
207
For consistency with #19342, we should rename the few other cases we use ClassLoader.loadClass to Class.forName(classNam...
springboot Enforce no snapshots during a release
2025-01-06 07:25:41
399
I think our older branches have enforcer rules to make sure that we don't accidentally ship with SNAPSHOT dependencies. ...
springboot Add layertools jarmode support to Gradle
2025-01-06 07:25:34
60
We need to do the equivalent of #19865 in the Gradle plugin.
springboot Update the Gradle plugin with an option to generate layered jars
2025-01-06 07:25:27
93
Comment From: wilkinsonaLibraries in the layered jar are being compressed rather than stored.
springboot Add buildImage support to the gradle plugin
2025-01-06 07:25:21
97
We need to update the gradle plugin to allow images to be created via the cloud native buildpack.
springboot Use the same classpath ordering for an exploded jar and an archive
2025-01-06 07:25:15
20250
demo.zipPrint classloader urls in main method: public static void main(String[] args) { URLClassLoader classLo...
springboot Write classpath index file from Gradle plugin
2025-01-06 07:25:08
366
See #9128 for details. We need an update to the Gradle plugin to support this.Comment From: wilkinsonaWe need to do this...
springboot Update documentation on excluding an auto-configuration to recommend exclude on SpringBootApplication
2025-01-06 07:25:01
41
Forward port of issue #19855 to 2.3.0.M1.
springboot Update documentation on excluding an auto-configuration to recommend exclude on SpringBootApplication
2025-01-06 07:24:55
38
Forward port of issue #19855 to 2.2.5.
springboot Upgrade Java 13 version in CI image
2025-01-06 07:24:49
41
Forward port of issue #19856 to 2.3.0.M1.
springboot Upgrade Java 13 version in CI image
2025-01-06 07:24:43
132
https://github.com/AdoptOpenJDK/openjdk13-binaries/releases/download/jdk-13.0.2%2B8/OpenJDK13U-jdk_x64_linux_hotspot_13....
springboot Upgrade Java 8 version in CI image
2025-01-06 07:24:37
41
Forward port of issue #19857 to 2.3.0.M1.
springboot Upgrade Java 8 version in CI image
2025-01-06 07:24:31
38
Forward port of issue #19857 to 2.2.5.
springboot Upgrade Java 8 version in CI image
2025-01-06 07:24:25
128
https://github.com/AdoptOpenJDK/openjdk8-binaries/releases/download/jdk8u242-b08/OpenJDK8U-jdk_x64_linux_hotspot_8u242b0...
springboot Rename spring-boot-layertools
2025-01-06 07:24:19
74
We should rename spring-boot-layertools to spring-boot-jarmode-layertools.
springboot Update the Maven plugin with an option to generate layered jars
2025-01-06 07:24:13
160
Comment From: philwebbI've pushed a small update that just adds the new option. We still need an integration test ideall...
上一页
下一页
1
…
2231
2232
2233
2234
2235
…
2246
.