Commit Graph
2185 Commits
Author SHA1 Message Date
Stephane Nicoll cece5479a0 Merge branch '0.10.x'
Closes gh-1257
2021-08-22 09:05:15 +02:00
Stephane Nicoll 082eabecf0 Upgrade to Maven 3.8.2
Closes gh-1256
2021-08-22 09:03:25 +02:00
Stephane Nicoll 23f4084dc3 Merge branch '0.10.x' 2021-08-22 08:59:40 +02:00
Stephane Nicoll bb4a2aa10f Fix GitHub authentication using token 2021-08-22 08:53:11 +02:00
Stephane Nicoll 745adfb6f5 Upgrade Ubuntu version in CI images 2021-08-22 08:51:26 +02:00
Stephane Nicoll fc46dc89b0 Upgrade Java 16 version in CI image 2021-08-22 08:50:47 +02:00
Stephane Nicoll 4e50dbfe2b Upgrade Java 11 version in CI image 2021-08-22 08:50:28 +02:00
Stephane Nicoll d77d1ae276 Upgrade Java 8 version in CI image 2021-08-22 08:50:08 +02:00
Stephane Nicoll 9bfeabbdc4 Switch from vito/oci-build-task to concourse/oci-build-task 2021-08-22 08:49:21 +02:00
Stephane Nicoll d2372e4679 Configure a mirror for registry-image image_resources 2021-08-22 08:48:44 +02:00
Stephane Nicoll eeb3a9d9d2 Merge branch '0.10.x' 2021-08-22 08:44:30 +02:00
Stephane Nicoll 439ccaa8e0 Upgrade to commons compress 1.21
Closes gh-1255
2021-08-22 08:41:20 +02:00
Stephane Nicoll c70e6e4ed4 Upgrade to Spring Boot 2.4.10
Closes gh-1254
2021-08-22 08:40:41 +02:00
Stephane Nicoll a8166b2ba8 Upgrade to commons compress 1.21
Closes gh-1253
2021-08-21 07:22:24 +02:00
Stephane Nicoll 90ddf94272 Upgrade to Spring Boot 2.5.4
Closes gh-1252
2021-08-21 07:17:53 +02:00
Stephane Nicoll 6c07fdcfac Upgrade to Spring Boot 2.5.3
Closes gh-1251
2021-08-01 12:25:08 +02:00
Stephane Nicoll 5e2e8637af Upgrade to Gradle 7.1.1
Closes gh-1249
2021-07-08 08:29:21 +02:00
Stephane Nicoll fec12ef75b Upgrade to Spring Boot 2.5.2
Closes gh-1247
2021-06-25 08:46:02 +02:00
Stephane Nicoll b8d40ac7a8 Upgrade to Spring Boot 2.5.1
Closes gh-1245
2021-06-11 09:27:34 +02:00
Stephane Nicoll ffbe0e496a Use self-closed tag for empty attributes in Maven pom
Closes gh-1244
2021-06-10 17:06:40 +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 564a9ba95c Upgrade to Spring Boot 2.5.0
Closes gh-1237
2021-05-21 08:41:41 +02:00
Stephane Nicoll c8fa3bfb43 Merge branch '0.10.x' 2021-05-21 08:41:25 +02:00
Stephane Nicoll d35f13ab29 Upgrade to Spring Boot 2.4.6
Closes gh-1236
2021-05-21 08:36:47 +02:00
Stephane Nicoll 003542e0fa Upgrade to Gradle 7.0.2
Closes gh-1240
2021-05-20 18:36:03 +02:00
Stephane Nicoll 4f2f5a20c6 Upgrade to Gradle 6.9
Closes gh-1239
2021-05-20 18:30:30 +02:00
Stephane Nicoll 0e142bbe17 Upgrade Java 16 version in CI image
Closes gh-1235
2021-05-20 18:26:28 +02:00
Stephane Nicoll 0605ab6cc6 Upgrade Ubuntu version in CI images
Closes gh-1232
2021-05-20 18:26:09 +02:00
Stephane Nicoll b085d5d114 Merge branch '0.10.x' 2021-05-20 18:24:39 +02:00
Stephane Nicoll f893653398 Upgrade to Gradle 6.9
Closes gh-1238
2021-05-20 18:24:22 +02:00
Stephane Nicoll 5a976ac492 Upgrade Java 16 version in CI image
Closes gh-1234
2021-05-20 18:19:05 +02:00
Stephane Nicoll ae2e02c273 Upgrade Ubuntu version in CI images
Closes gh-1233
2021-05-20 18:18:23 +02:00
Stephane Nicoll b11b0d02bd Merge branch '0.10.x' 2021-04-22 15:34:28 +02:00
Spring Buildmaster af05b241f6 Next development version (v0.10.3-SNAPSHOT) 2021-04-22 12:33:25 +00:00
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