springboot Scope of some dependencies has changed from compile to runtime

Forward port of issue #21507 to 2.4.0-M1.

springboot Scope of some dependencies has changed from compile to runtime

The scope of org.springframework.boot:spring-boot-test has been changed from compile to runtime from 2.2.x to 2.3. sprin...

springboot Use fileMode and dirMode to configure permissions in CLI's tar and zip distributions

Forward port of issue #21453 to 2.4.0-M1.

springboot Use fileMode and dirMode to configure permissions in CLI's tar and zip distributions

We currently set the permissions on each file and directory as they're added to the archives. We should use the dirMode ...

springboot CI builds are using US-ASCII as their default charset

Forward port of issue #21664 to 2.4.0-M1.

springboot CI builds are using US-ASCII as their default charset

https://ge.spring.io/s/ftfgxxj5jyyfy#infrastructureWe should ensure that UTF-8 is used everywhere. The recommended appro...

springboot spring-boot-maven-plugin-2.3.0.RELEASE.jar doesn't contain HelpMojo.class

When i run command mvn spring-boot:help, i got this error below: [ERROR] Failed to execute goal org.springframework.boot...

springboot Restrict use of custom YAML types

SnakeYaml allows for custom types to be loaded when they are specified inside the YAML. Whilst we only parse YAML from t...

springboot Mark new public API added to spring-boot-loader in 2.3 with @since tags

Forward port of issue #21576 to 2.4.0-M1.

springboot Mark new public API added to spring-boot-loader in 2.3 with @since tags

While looking at https://github.com/spring-projects/spring-boot/issues/21575, I noticed that the new isExploded() method...

springboot Spring Cloud's CachedRandomPropertySource is not adapted correctly

Spring Cloud recently added a CachedRandomPropertySource to add support for cached random values. Our current logic in S...

springboot Spring Cloud's CachedRandomPropertySource is not adapted correctly

Forward port of issue #21595 to 2.4.0-M1.

springboot Spring Cloud's CachedRandomPropertySource is not adapted correctly

Forward port of issue #21595 to 2.3.1.

springboot Change livenessPort to management port in liveness and readiness probe example

See https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#production-ready-kubernetes-probes.Comment Fro...

springboot SpringConfigurationPropertySource incorrectly returns ABSENT for sub properties

An adapted random property will currently incorrectly return ABSENT for containsDescendantOf("random.something")Comment ...

springboot SpringConfigurationPropertySource incorrectly returns ABSENT for sub properties

Forward port of issue #21654 to 2.4.0-M1.

springboot SpringConfigurationPropertySource incorrectly returns ABSENT for sub properties

Forward port of issue #21654 to 2.3.1.

springboot Improve binding performance when using a large number of property sources

Hey team ! We have an interesting issue where our propertySource use can be CPU taxing on our systems due to 1/ many pro...
上一页 下一页
.