Commit Graph

89 Commits (55b5610dd9d5929b55c60442b92a2cc0f8fb83b2)

Author SHA1 Message Date
Phillip Webb a89057b7c7 Reintroduce spring-boot-loader modules
Restore the `spring-boot-loader` with the previous loader code so
that we can develop it further.

See gh-37669
1 year ago
Phillip Webb aeb6537f57 Rename spring-boot-loader to spring-boot-loader-classic
Rename the `spring-boot-loader` module to `spring-boot-loader-classic`
so that we can introduce an alternative loader implementation.

See gh-37669
1 year ago
Andy Wilkinson 32b7b312f0 Add config metadata changelog generator to main build
Closes gh-21486
1 year ago
Mortitz Halbritter 842e17eced Add Docker Compose support
Add `spring-boot-docker-compose` module with service connection
support.

Closes gh-34747

Co-authored-by: Phillip Webb <pwebb@vmware.com>
Co-authored-by: "Andy Wilkinson <wilkinsona@vmware.com>
2 years ago
Phillip Webb 11dac5b5b7 Create dedicated spring-boot-testcontainers module
Create a dedicated testcontainers module containing the service
connectors code.

Closes gh-34757
2 years ago
Andy Wilkinson 042c8e94a9 Merge branch '2.7.x' into 3.0.x
Closes gh-34750
2 years ago
Andy Wilkinson 0d82729a29 Upgrade to Gradle Enterprise Gradle plugin 3.12.5
Closes gh-34748
2 years ago
Andy Wilkinson 77932d92ea Merge branch '2.7.x' into 3.0.x
Closes gh-34464
2 years ago
Andy Wilkinson ac27c3cf7d Upgrade to Gradle Enterprise Gradle plugin 3.12.4
Closes gh-34459
2 years ago
Andy Wilkinson 24260cbd63 Merge branch '2.7.x' into 3.0.x
Closes gh-34187
2 years ago
Andy Wilkinson c11ff0dbb4 Upgrade to Gradle Enterprise Gradle Plugin 3.12.2
Closes gh-34186
2 years ago
Andy Wilkinson 8fa318453f Merge branch '2.7.x'
Closes gh-33714
2 years ago
Andy Wilkinson 44c201eeff Upgrade to Gradle Enterprise Conventions 0.0.13
Closes gh-33713
2 years ago
Andy Wilkinson 3bcc7ece55 Merge branch '2.7.x'
Closes gh-33676
2 years ago
Andy Wilkinson 84c021bc97 Upgrade to Gradle Enterprise Gradle Plugin 3.12.1
Closes gh-33672
2 years ago
Andy Wilkinson ce91415a27 Merge branch '2.7.x'
Closes gh-33675
2 years ago
Andy Wilkinson 68531bfba9 Upgrade to Gradle Enterprise Conventions 0.0.12
Closes gh-33674
2 years ago
Andy Wilkinson f8a2e68a5d Merge branch '2.7.x' 2 years ago
Andy Wilkinson 5dab9b0e9f Revert "Temporarily work around problems with Gradle's plugin portal"
This reverts commit fb954e8109.
2 years ago
Andy Wilkinson 7cbd90d87d Merge branch '2.7.x' 2 years ago
Andy Wilkinson fb954e8109 Temporarily work around problems with Gradle's plugin portal 2 years ago
Andy Wilkinson c380a64b8c Merge branch '2.7.x'
Closes gh-32689
2 years ago
Andy Wilkinson ee60ed6e78 Upgrade to Gradle Enterprise Gradle Plugin 3.11.2
Closes gh-32687
2 years ago
Andy Wilkinson f67db3d9ad Move spring-boot-cli into spring-boot-tools
Closes gh-32492
2 years ago
Andy Wilkinson 4a05230d5d Move spring-boot-properties-migrator into spring-boot-tools
Closes gh-32491
2 years ago
Stephane Nicoll 0916736629 Merge branch '2.7.x'
Closes gh-32418
2 years ago
Jerome Prinet 173b70c377 Upgrade to Gradle Enterprise plugin 3.11.1
See gh-32405
2 years ago
Andy Wilkinson 5d29057309 Enable stable configuration cache feature flag
Closes gh-32061
2 years ago
Andy Wilkinson 50aa92e60c Upgrade to Gradle Enterprise Conventions 0.0.11
Closes gh-31697
2 years ago
Andy Wilkinson b11776f07b Upgrade to Gradle Enterprise plugin 3.10.3
Closes gh-31684
2 years ago
Jerome Prinet c531bd33e2 Upgrade to Gradle Enterprise plugin 3.10.2
See gh-31462
2 years ago
Andy Wilkinson 2a01473ba9 Upgrade to Gradle Enterprise Conventions 0.0.10
Closes gh-31470
2 years ago
Stephane Nicoll a048e4ccb7 Merge branch '2.5.x' into 2.6.x
Closes gh-30736
3 years ago
Jerome Prinet 209e6fbe55 Upgrade to Gradle Enterprise plugin 3.9
See gh-30659
3 years ago
Andy Wilkinson d28942ea53 Merge branch '2.5.x' into 2.6.x
Closes gh-29449
3 years ago
Jerome Prinet 744d977480 Upgrade to Gradle Enterprise Plugin 3.8.1
See gh-29444
3 years ago
Andy Wilkinson e5a110215c Merge branch '2.5.x' into 2.6.x
Closes gh-29330
3 years ago
Andy Wilkinson 5744724af2 Merge branch '2.5.x' into 2.6.x
Closes gh-29329
3 years ago
Andy Wilkinson ba3842b7a6 Upgrade to Gradle Enterprise plugin 3.8
Closes gh-29254
3 years ago
Andy Wilkinson 63e2ccd489 Upgrade to Gradle Enterprise Conventions 0.0.9
Closes gh-29325
3 years ago
Andy Wilkinson b6135ce919 Merge branch '2.5.x' into 2.6.x
Closes gh-28880
3 years ago
Andy Wilkinson b2a1994f7d Make clean remove the root build folder
Closes gh-28857
3 years ago
Andy Wilkinson 70e42e09c6 Merge branch '2.5.x'
Closes gh-28750
3 years ago
Jerome Prinet 80e6bb2939 Upgrade Gradle Enterprise plugin to 3.7.2
See gh-28747
3 years ago
Scott Frederick 32bb6f6989 Move deployment tests to system tests pipeline
Closes gh-27499
3 years ago
Andy Wilkinson f34a2658b0 Merge branch '2.5.x'
Closes gh-27427
3 years ago
Andy Wilkinson dcced2561a Upgrade to Gradle Enterprise Conventions 0.0.8
Closes gh-26115
3 years ago
Scott Frederick a0b32251eb Split gradle test support into a separate module
See gh-25824
3 years ago
Scott Frederick 18c7c0af22 Add Paketo image building system tests
A new system test plugin is being made available for running test
suites that should be run less frequently than with every commit, such
as tests that verify Spring Boot compatibility with external
projects. CI pipeline configuration for running system tests is also
provided.

The first system tests verify the behavior of the Spring Boot image
building plugins when building images using Paketo buildpacks.

Closes gh-25824
3 years ago
Andy Wilkinson 90a7450737 Merge branch '2.3.x' into 2.4.x
Closes gh-25984
4 years ago