Commit Graph

30153 Commits (1e8d5c37ed6cc53576fa36132b4e928142f3d2bb)
 

Author SHA1 Message Date
Madhura Bhave 822ae0daf7 Fix detection of latest GA for SDKMAN
Fixes gh-24475
4 years ago
Stephane Nicoll f9e44cd774 Merge branch '2.4.x'
Closes gh-24496
4 years ago
Stephane Nicoll 96510156ae Merge branch '2.3.x' into 2.4.x
Closes gh-24495
4 years ago
Stephane Nicoll 26e7e61919 Merge branch '2.2.x' into 2.3.x
Closes gh-24494
4 years ago
Stephane Nicoll 60f526add0 Remove links to Jetty API and documentation
This commit removes links to Jetty API and documentation as those links
are breaking every time the Jetty team releases a new version

See https://github.com/eclipse/jetty.project/issues/4546

Closes gh-24493
4 years ago
Stephane Nicoll 85d0f95f7a Start work on Spring Boot 2.5
Closes gh-24491
4 years ago
Stephane Nicoll 4bb99b46ab Merge branch '2.4.x' 4 years ago
Stephane Nicoll 8478e86ac2 Merge branch '2.3.x' into 2.4.x 4 years ago
Stephane Nicoll 4f3c7f9e56 Merge branch '2.2.x' into 2.3.x 4 years ago
Stephane Nicoll 40fd71bc05 Switch master branch to 2.5.x 4 years ago
Stephane Nicoll 08b692581a Prepare 2.4.x branch 4 years ago
Stephane Nicoll 8bab47dacb Upgrade Java 11 version in CI image
Closes gh-24468
4 years ago
Stephane Nicoll 45ddf53d96 Upgrade Java 8 version in CI image
Closes gh-24467
4 years ago
Stephane Nicoll 9e6449761c Upgrade Ubuntu version in CI images
Closes gh-24469
4 years ago
Stephane Nicoll 9911bc4420 Upgrade CI to Docker 19.03.14
Closes gh-24466
4 years ago
Stephane Nicoll 9a17e6d3bb Merge branch '2.3.x' 4 years ago
Stephane Nicoll 492df2259b Upgrade Java 11 version in CI image
Closes gh-24463
4 years ago
Stephane Nicoll c416a40469 Upgrade Java 8 version in CI image
Closes gh-24464
4 years ago
Stephane Nicoll d0b11bdcf4 Upgrade Ubuntu version in CI images
Closes gh-24465
4 years ago
Stephane Nicoll d6f15c3924 Upgrade CI to Docker 19.03.14
Close gh-24462
4 years ago
Stephane Nicoll 1b1cdea660 Merge branch '2.2.x' into 2.3.x 4 years ago
Stephane Nicoll d24bb94c62 Upgrade Java 11 version in CI image
Closes gh-24457
4 years ago
Stephane Nicoll 588090994d Upgrade Java 8 version in CI image
Closes gh-24456
4 years ago
Spring Buildmaster e49962664b Next development version (v2.4.2-SNAPSHOT) 4 years ago
Stephane Nicoll 0db6891808 Upgrade Ubuntu version in CI images
Closes gh-24460
4 years ago
Stephane Nicoll 37e601f128 Upgrade CI to Docker 19.03.14
Closes gh-24459
4 years ago
Spring Buildmaster b638962d36 Next development version (v2.3.8.BUILD-SNAPSHOT) 4 years ago
Phillip Webb ab0bfa2a76 Merge branch '2.3.x' 4 years ago
Phillip Webb 235f4a7415 Merge branch '2.2.x' into 2.3.x 4 years ago
Phillip Webb 1f8a6ddaaf Write docker/config.json for CI Image generation
See gh-24461
4 years ago
Phillip Webb f012bd1562 Merge branch '2.3.x' 4 years ago
Phillip Webb 743fedc0ea Merge branch '2.2.x' into 2.3.x 4 years ago
Phillip Webb ff124c0902 Use GitHub token rather than password
See gh-24458
4 years ago
Phillip Webb c45600e289 Merge branch '2.3.x' 4 years ago
Phillip Webb 305694e162 Merge branch '2.2.x' into 2.3.x 4 years ago
Phillip Webb babae118fc Attempt to fix oci-build-task config
See gh-24197
4 years ago
Phillip Webb b953c41a5f Attempt to fix oci-build-task config
See gh-24197
4 years ago
Phillip Webb 398c6b3603 Attempt to fix oci-build-task config
See gh-24197
4 years ago
Phillip Webb 615d054dec Attempt to fix oci-build-task config
See gh-24197
4 years ago
Phillip Webb 6990fff27a Attempt to fix oci-build-task config
See gh-24197
4 years ago
Phillip Webb cae5ed81cd Fix README 4 years ago
Phillip Webb c14be4e84b Generate CI images with oci-build-task
Update CI to generate images using an `oci-build-task` since
the `registry-image` resource cannot perform actual image builds.

See gh-24197
4 years ago
Phillip Webb fa44a1d0c5 Migrate to registry-image in task yaml
See gh-24197
4 years ago
Madhura Bhave f20c3e17f1 Merge branch '2.3.x' 4 years ago
Madhura Bhave aa24d623fe Merge branch '2.2.x' into 2.3.x 4 years ago
Madhura Bhave 5cab547fe4 Fix SDKMAN automation 4 years ago
Phillip Webb 72d36e0c07 Update copyright year of changed files 4 years ago
Phillip Webb 14816a6b6c Support @Name meta-annotations with Kotlin binding
Update `ValueObjectBinder` Kotlin support to meta-annotations of
`@Named`.

See gh-24379
4 years ago
Andy Wilkinson 32e1289bbc Use unique names for wildcard property sources
Update `StandardConfigDataLoader` to use unique names for property
sources imported from a wildcard location.

Prior to this commit, all the property sources created from the same
wildcard location would have the same name. Each time a property source
that is equal to an existing property source is added, it replaces the
existing property source. Property source equality is name-based so this
resulted in the last property sources from the wildcard location
winning.

This commit updates `StandardConfigDataLoader` to use the resolved
Resource rather than the wildcard location in which it was discovered
in the name of the property source that it creates, ensuring that each
is property source from a wildcard location is uniquely named.

Fixes gh-24428
4 years ago
Madhura Bhave 5da22b5bff Fix syntax in bash script 4 years ago