Commit Graph
11 Commits
Author SHA1 Message Date
Brian Clozel 7ea72e72d9 Update Projects API URL for fetching Spring Boot metadata
This commit updates (again) the URL used by Initializr clients to fetch
metadata for the Spring Boot project.
Since the Sagan application is being retired, this API has now migrated
to https://api.spring.io

See gh-1369
2023-01-26 18:27:59 +01:00
Brian Clozel c1e222901d Update spring.io metadata strategy to use the new API
Prior to this commit, the Spring Boot metadata reader would use a legacy
API endpoint on spring.io to fetch the Spring Boot versions.
The current website is about to be retired for a different
infrastructure and we should take this opportunity to update the
endpoint we're using.

This commit updates the metadata reader strategy to now use the
`https://spring.io/api/projects/spring-boot/releases` endpoint to fetch
the relevant information. The JSON format itself changed slightly and
this commit adapts to the new format as well.

Closes gh-1369
2023-01-18 15:02:42 +01:00
Stephane Nicoll 6aa621f952 Add missing package info 2022-05-25 18:13:34 +02:00
Stephane Nicoll 8f97ee08f7 Make sure that Spring Boot versions are available
Closes gh-1214
2021-06-02 10:27:34 +02:00
Stephane Nicoll aceba1c86a Polish structure 2021-06-02 10:09:36 +02:00
Stephane Nicoll e0f3e42094 Polish 2019-10-16 11:37:21 +02:00
Stephane Nicoll d812ca8c38 Harmonize SCM information 2019-10-05 18:32:42 +01:00
Stephane Nicoll dee5467bd1 http -> https 2019-08-18 14:07:02 +02:00
Stephane Nicoll ff6e26463b Add Bill Of Materials
Closes gh-981
2019-08-15 07:53:46 +02:00
Stephane Nicoll 2c0abc8e54 Fix mvnw reference in examples 2019-04-02 17:40:07 +02:00
Stephane Nicoll 3b40cd824e Add service sample
Closes gh-844
2019-03-27 09:29:09 +01:00