Commit Graph

1900 Commits

Author SHA1 Message Date
Stephane Nicoll
712d6d2713 Merge branch '0.10.x' 2021-04-22 11:53:20 +02:00
Stephane Nicoll
6d125d2e7a Upgrade Java 11 version in CI image 2021-04-22 11:52:09 +02:00
Stephane Nicoll
1dac56310b Upgrade Java 8 version in CI image 2021-04-22 11:51:36 +02:00
Stephane Nicoll
016e1649a3 Polish 2021-04-21 09:14:56 +02:00
Stephane Nicoll
17df3b9b5d Handle both snapshots and releases enabled flags in Maven Pom
This commit improves the handling of repositories with Maven.
Previously, the writer wrongly assumed that the default for releases
and snapshots are true and false respectively. However, both defaults
are true which means that snapshots repository are considered for
releases, and releases repositories are considered for snapshots.

MavenRepository has now separate flags for those and the writer makes
sure to only update the `enabled` flag if the chosen value is not
true. This doesn't increase the content for repository definitions
while offering better performance for dependencies resolution.

Closes gh-1226
2021-04-20 20:20:41 +02:00
Stephane Nicoll
88d6e79fca Merge branch '0.10.x'
Closes gh-1225
2021-04-16 10:36:39 +02:00
Stephane Nicoll
59ffca1f4d Upgrade to Spring Boot 2.4.5
Closes gh-1224
2021-04-16 10:33:29 +02:00
Stephane Nicoll
e1bbe4055f Merge branch '0.10.x'
Closes gh-1222
2021-04-16 10:06:18 +02:00
Stephane Nicoll
7a273034ff Upgrade Ubuntu version in CI images
Closes gh-1221
2021-04-16 10:02:26 +02:00
Stephane Nicoll
10d7e857c7 Remove Gradle 4 and 5 support
Closes gh-1218
2021-04-14 10:28:12 +02:00
Stephane Nicoll
b3c0f16422 Remove JUnit 4 support
This commit also upgrades the test suite to use a more recent version as
removing support for JUnit4 effectively removes support for those as
well.

Closes gh-1219
2021-04-13 17:45:59 +02:00
Stephane Nicoll
6377ac717f Add support for Gradle 7
Closes gh-1217
2021-04-13 17:43:40 +02:00
Stephane Nicoll
470eaa7945 Merge branch '0.10.x' into main
Closes gh-1216
2021-04-05 09:37:19 +02:00
Stephane Nicoll
0d69976f5c Upgrade to Maven 3.8.1
Closes gh-1215
2021-04-05 09:34:10 +02:00
Stephane Nicoll
3882de4036 Rename master branch to main
Closes gh-1213
2021-04-02 16:13:08 +02:00
Stephane Nicoll
2b242fb94d Merge branch '0.10.x' 2021-03-24 16:01:03 +01:00
Stephane Nicoll
73d780e1cd Fix typo 2021-03-24 16:00:28 +01:00
Stephane Nicoll
16370b166d Merge branch '0.10.x' 2021-03-23 14:33:16 +01:00
Stephane Nicoll
1701f714ba Upgrade to Concourse Release Scripts 0.3.2 2021-03-23 14:32:47 +01:00
Stephane Nicoll
3e820d50ee Merge branch '0.10.x' 2021-03-23 10:35:30 +01:00
Stephane Nicoll
f9ed8f7be0 Fix image type for changelog generator 2021-03-23 10:35:13 +01:00
Stephane Nicoll
8eed9868e2 Merge branch '0.10.x' 2021-03-23 10:34:29 +01:00
Spring Buildmaster
3abb43c003 Next development version (v0.10.2-SNAPSHOT) 2021-03-23 08:09:16 +00:00
Stephane Nicoll
9e12b34ac0 Harmonize CI pipeline name
Closes gh-1208
2021-03-23 08:45:48 +01:00
Stephane Nicoll
433d48cc10 Allow to remove dependency from MutableProjectDescription
Closes gh-1207
2021-03-22 16:18:05 +01:00
Stephane Nicoll
bfc2b7566f Merge branch '0.10.x'
Closes gh-1206
2021-03-19 10:47:46 +01:00
Stephane Nicoll
421a0830c1 Upgrade to Spring Boot 2.4.4
Closes gh-1205
2021-03-19 10:45:18 +01:00
Stephane Nicoll
e0257dfa23 Merge branch '0.10.x' 2021-03-18 14:22:01 +01:00
Stephane Nicoll
d8ca8c74a5 Polish 2021-03-18 14:21:41 +01:00
Stephane Nicoll
efd636a4b6 Merge branch '0.10.x'
Closes gh-1204
2021-03-18 08:57:55 +01:00
Stephane Nicoll
9028076cb7 Switch CI build from Java 15 to Java 16
Closes gh-1203
2021-03-18 08:45:20 +01:00
Stephane Nicoll
277178c640 Merge branch '0.10.x'
Closes gh-1202
2021-03-18 08:37:31 +01:00
Stephane Nicoll
83f48e3d10 Upgrade to Artifactory Resource 0.0.14
Closes gh-1201
2021-03-18 08:36:40 +01:00
Stephane Nicoll
7f687b2bcb Merge branch '0.10.x'
See gh-1200
2021-03-16 14:55:16 +01:00
Stephane Nicoll
6b0e2830a0 Polish
See gh-1199
2021-03-16 14:55:01 +01:00
Stephane Nicoll
1270a37dce Merge branch '0.10.x'
See gh-1200
2021-03-16 14:52:58 +01:00
Brian Clozel
ef5b587f90 Fix release pipeline for Maven Central publication
This commit fixes the missing pieces in our Maven Central publication
pipeline. Our first attempt at releasing with it showed a few problems:

* The promote task did not have the artifacts downloaded with the
  artifactory repository.
* We applied the wrong Sonatype credentials to the task.
* The github changelog task would fail because of docker rate limiting
  since we were not using the right type of resource, which is
  configured with the proper caching mechanism.

See gh-1199
2021-03-16 14:51:13 +01:00
Stephane Nicoll
3e91aff3d8 Merge branch '0.10.x'
Closes gh-1200
2021-03-14 07:20:28 +01:00
Stephane Nicoll
da5932b19b Upgrade CI to publish to Maven Central directly
Closes gh-1199
2021-03-14 07:19:21 +01:00
Stephane Nicoll
f54acc7472 Merge branch '0.10.x'
Closes gh-1197
2021-03-12 12:28:15 +01:00
Stephane Nicoll
c08dc945cb Upgrade CI images to ubuntu:focal-20210217
Closes gh-1196
2021-03-12 12:27:51 +01:00
Stephane Nicoll
32a0f84510 Merge branch '0.10.x'
Closes gh-1195
2021-03-05 14:11:32 +01:00
Stephane Nicoll
62def3f646 Fix assertion for GroovyDslGradleBuildAssert#hasProperty
Closes gh-1188
2021-03-05 14:06:25 +01:00
Stephane Nicoll
73dbbdbf08 Merge branch '0.10.x' 2021-03-05 13:47:06 +01:00
Stephane Nicoll
0f104ccb9a Fix issue matcher to handle multi-digit versions 2021-03-05 13:46:50 +01:00
Stephane Nicoll
db0adbbb38 Merge branch '0.10.x'
Closes gh-1194
2021-03-05 10:58:47 +01:00
Stephane Nicoll
e02633c862 Fix curl examples to use GET with -d
Closes gh-1190
2021-03-05 10:50:17 +01:00
Stephane Nicoll
a9e647c69f Merge branch '0.10.x' 2021-03-05 10:42:24 +01:00
Stephane Nicoll
3844fb313f Polish 2021-03-05 10:42:01 +01:00
Stephane Nicoll
28cecdc6b4 Merge branch '0.10.x'
Closes gh-1193
2021-03-05 10:40:12 +01:00