Commit Graph

2092 Commits

Author SHA1 Message Date
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
Brian Clozel
d9fb4b05b4 Upgrade to Gradle 7.6
Closes gh-1361
2022-12-20 10:17:14 +01:00
Stephane Nicoll
89e59ddca7 Upgrade to Spring Boot 3.0.0
Closes gh-1342
2022-11-24 20:28:05 +01:00
Stephane Nicoll
9546fb4b8f Upgrade to maven resources plugin 3.3.0 2022-11-24 16:59:59 +01:00
Stephane Nicoll
1c4f6cda6e Upgrade to maven javadoc plugin 3.4.1 2022-11-24 16:59:26 +01:00
Stephane Nicoll
5e7de82dab Upgrade to maven jar plugin 3.3.0 2022-11-24 16:59:08 +01:00
Stephane Nicoll
f85d1ac68c Upgrade to maven assembly plugin 3.4.2 2022-11-24 16:58:46 +01:00
Stephane Nicoll
eb5acd8edd Upgrade to maven antrun plugin 3.1.0 2022-11-24 16:58:27 +01:00
Stephane Nicoll
2438251457 Upgrade to maven compiler plugin 3.10.1 2022-11-24 16:58:00 +01:00
Stephane Nicoll
b3fdd35f00 Configure maven-compiler-plugin to use -parameters
Closes gh-1349
2022-11-24 16:55:32 +01:00
Stephane Nicoll
6fcd60d9ae Merge pull request #1345 from nirbhay24
* pr/1345:
  Polish "Handle Unicode in Project Generation"
  Handle Unicode in Project Generation

Closes gh-1345
2022-11-24 11:27:41 +01:00
Stephane Nicoll
ade3b0af9e Polish "Handle Unicode in Project Generation"
See gh-1345
2022-11-24 11:24:40 +01:00
nirbhay mishra
7b204b1704 Handle Unicode in Project Generation
This commit replaces characters with accents with their US-ascii
counterpart.

See gh-1345
2022-11-24 11:03:28 +01:00
Stephane Nicoll
39208e3cb0 Merge pull request #1346 from DominiqueComte
* pr/1346:
  Polish reference guide

Closes gh-1346
2022-11-23 10:17:55 +01:00
Dom
d680509651 Polish reference guide
See gh-1346
2022-11-23 10:17:01 +01:00
Stephane Nicoll
6b843967b2 Add dialect support to Type metadata
Closes gh-1344
2022-11-15 15:15:16 +01:00
Stephane Nicoll
3ccc2011cd Polish 2022-11-15 13:40:19 +01:00
Stephane Nicoll
301cf2224f Polish 2022-11-12 16:33:02 +01:00
Stephane Nicoll
59935b8175 Make sure that core Gradle plugins are applied first
Closes gh-1343
2022-11-12 16:33:02 +01:00
Stephane Nicoll
186fdeaa2f Allow arbitrary code snippets to be added in a Gradle build
This commit provides an escape hatch for the DSL that we currently don't
support in a gradle build. Snippets can be added with a callback to an
IndentingWriter. For convenience, imports can be added as well.

Snippets are rendered at the end of the file.

Closes gh-1079
2022-11-12 16:33:01 +01:00
Stephane Nicoll
dd7a704d3b Fix build on Windows 2022-11-12 16:33:01 +01:00
Stephane Nicoll
371a02622c Use test blocks in assertions 2022-11-10 16:37:40 +01:00
Stephane Nicoll
997857c775 Fix Windows build to use Java 17 2022-11-10 13:27:54 +01:00
Stephane Nicoll
ec48337dac Use Java 17 constructs 2022-11-10 13:25:33 +01:00
Stephane Nicoll
d88285934c Build against Java 17
See gh-1342
2022-11-10 13:25:32 +01:00
Stephane Nicoll
ac16ddc8f5 Initiate Spring Initializr 0.20.0 shapshots 2022-11-10 13:23:33 +01:00
Stephane Nicoll
1d95f268bc Merge branch '0.13.x' 2022-11-10 13:20:42 +01:00
Stephane Nicoll
97d9b13257 Initiate 0.13.x branch 2022-11-10 13:18:52 +01:00
Stephane Nicoll
2cc5f8bcef Fix YAML snippets indentation 2022-11-09 14:59:54 +01:00
Spring Builds
69faa5e61d Next development version (v0.13.1-SNAPSHOT) 2022-10-21 07:37:55 +00:00
Stephane Nicoll
abe6296412 Upgrade to Spring Boot 2.7.5
Closes gh-1337
2022-10-20 20:02:43 +02:00
Stephane Nicoll
6b709519a2 Upgrade to Spring Cloud Contract 3.1.4
Closes gh-1336
2022-10-19 08:36:16 +02:00
Stephane Nicoll
8b8492be4b Upgrade to Commons Text 1.10.0
Closes gh-1335
2022-10-19 08:36:15 +02:00
Stephane Nicoll
9059f6f2fb Upgrade to Gradle 6.9.3
Closes gh-1334
2022-10-19 08:26:52 +02:00
Stephane Nicoll
6c2a4b1fe4 Upgrade to Gradle 7.5.1
Closes gh-1333
2022-10-19 08:24:04 +02:00
Stephane Nicoll
33576ddaed Upgrade Ubuntu version in CI images 2022-10-13 11:30:37 +02:00
Stephane Nicoll
d8c3a13ad5 Upgrade to spring javaformat 0.0.35 2022-10-06 07:55:02 +02:00
Stephane Nicoll
c8da0769d1 Upgrade to Spring Boot 2.7.4 2022-09-22 13:55:55 +02:00
Stephane Nicoll
a269aad627 Upgrade Ubuntu version in CI images 2022-09-08 10:58:40 +02:00
Stephane Nicoll
1bae1989fa Upgrade Java 17 version in CI image 2022-09-05 09:31:56 +02:00
Stephane Nicoll
8081446ef0 Upgrade Java 11 version in CI image 2022-09-05 09:31:15 +02:00
Stephane Nicoll
d264d8ac69 Upgrade to Spring Boot 2.7.3 2022-08-18 14:34:23 +02:00
Stephane Nicoll
413ffa27bb Upgrade Java 8 version in CI image 2022-08-11 13:34:45 +02:00
Stephane Nicoll
c4133077c1 Upgrade Java 17 version in CI image 2022-08-04 09:56:55 +02:00
Stephane Nicoll
764ea01c30 Upgrade Java 11 version in CI image 2022-08-04 09:56:23 +02:00
Stephane Nicoll
c152a3689c Upgrade Java 8 version in CI image 2022-08-04 09:55:23 +02:00
Stephane Nicoll
40d6947fa8 Upgrade Ubuntu version in CI images 2022-08-04 09:54:20 +02:00
Stephane Nicoll
a23c53d996 Upgrade to Spring Boot 2.7.2 2022-07-21 19:04:37 +02:00
Stephane Nicoll
e629d661eb Upgrade to Maven 3.8.6
Closes gh-1323
2022-07-20 15:42:34 +02:00
Stephane Nicoll
b7f4bc3d8d Upgrade the build to Maven 3.8.6
See gh-1323
2022-07-20 15:40:45 +02:00