Spring-boot: Spring Boot configuration metadata no longer deployed to repository

Created on 6 Feb 2020  路  4Comments  路  Source: spring-projects/spring-boot

The spring-boot-configuration-metadata module is no longer deployed to the repository. This looks like a regression introduced by the move to a Gradle-based build.

superseded regression

Most helpful comment

There we go:

curl -sI https://repo.spring.io/libs-snapshot/org/springframework/boot/spring-boot-configuration-metadata/2.3.0.BUILD-SNAPSHOT/maven-metadata.xml | grep "last-modified"

last-modified: Thu, 06 Feb 2020 16:04:01 GMT

curl -sI https://repo.spring.io/libs-snapshot/org/springframework/boot/spring-boot-properties-migrator/2.3.0.BUILD-SNAPSHOT/maven-metadata.xml | grep "last-modified"

last-modified: Thu, 06 Feb 2020 16:04:03 GMT

All 4 comments

spring-boot-properties-migrator seems to be missing, too.

I've opened #20051 as an attempt to fix this

Sweet, thanks much Christoph. Closing in favor of PR #20051

There we go:

curl -sI https://repo.spring.io/libs-snapshot/org/springframework/boot/spring-boot-configuration-metadata/2.3.0.BUILD-SNAPSHOT/maven-metadata.xml | grep "last-modified"

last-modified: Thu, 06 Feb 2020 16:04:01 GMT

curl -sI https://repo.spring.io/libs-snapshot/org/springframework/boot/spring-boot-properties-migrator/2.3.0.BUILD-SNAPSHOT/maven-metadata.xml | grep "last-modified"

last-modified: Thu, 06 Feb 2020 16:04:03 GMT
Was this page helpful?
0 / 5 - 0 ratings