spring-cloud-build icon indicating copy to clipboard operation
spring-cloud-build copied to clipboard

Common build concerns, shared plugin configuration, etc. for Spring Cloud modules

Results 26 spring-cloud-build issues
Sort by recently updated
recently updated
newest added

### Description Versions previously listed in Maven Central artifacts metadata (`maven-metadata.xml`) are no longer listed, breaking workflows that rely on automatically identifying available versions (with or without locking). Examples: *...

feedback-provided

``` [INFO] asciidoctor: DEBUG: spring-cloud.htmlsingleadoc: line 3: unknown name for block macro: include [INFO] asciidoctor: DEBUG: spring-cloud.htmlsingleadoc: line 51: unknown name for block macro: include [INFO] asciidoctor: DEBUG: spring-cloud.htmlsingleadoc: line...

documentation

Add `Spring-Boot-Jar-Type: dependencies-starter` to manifest. https://github.com/spring-projects/spring-boot/issues/22036 https://github.com/spring-projects/spring-boot/commit/fa1d4a4d1d75ae4a58e0aed3366ef6560cafe094 /cc @wilkinsona I'm hoping we can configure things here so starter poms have minimal if any changes.

enhancement

**Describe the bug** Since release 2.1.4, the sources jar is missing from mvncentral. This breaks earlier behaviour for example for any tool expecting to find the sources along with the...

bug

Our current configuration for Checkstyle does not validate that there are no `System.out.*` in use. We should update the rules to flag code that has it.

task

I frequently have to open pom.xml and find it again to tell someone about it.

documentation

related to: https://github.com/spring-cloud/spring-cloud-build#updating-the-guides cc @gregturn

documentation

see https://github.com/spring-projects/spring-framework/commit/68de9820dc9dc2070c62e326c3bd7ab85c6f0351

task

This nice little service http://javadoc.io/ could be used to render our javadocs, but there are multiple jars per project. So there are 2 choices: 1. Make a new page in...

task