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
fcf7240f3c
Merge branch '2.5.x'
...
See gh-27047
3 years ago
Andy Wilkinson
f7140d0401
Merge branch '2.4.x' into 2.5.x
...
See gh-27045
3 years ago
Andy Wilkinson
316d2cce89
Don't offer upgrade for version that is already aligned
...
See gh-27044
3 years ago
Phillip Webb
6102f10639
Merge branch '2.5.x'
3 years ago
Phillip Webb
2c518f1dff
Merge branch '2.4.x' into 2.5.x
3 years ago
Phillip Webb
a76e5c043e
Update copyright year of changed files
3 years ago
Andy Wilkinson
aa3d72cb05
Merge branch '2.5.x'
...
See gh-27047
3 years ago
Andy Wilkinson
5139c79c4f
Merge branch '2.4.x' into 2.5.x
...
See gh-27045
3 years ago
Andy Wilkinson
4d694ddaa8
Fix bom plugin management versions
...
See gh-27044
3 years ago
Andy Wilkinson
5d6a612b4b
Merge branch '2.5.x'
...
Closes gh-27047
3 years ago
Andy Wilkinson
ec2a7b9a5b
Merge branch '2.4.x' into 2.5.x
...
Closes gh-27045
3 years ago
Andy Wilkinson
363de4cfa5
Add dependency lock and constraint version alignment to Bomr
...
Closes gh-27044
3 years ago
Andy Wilkinson
06778abb61
Merge branch '2.5.x'
...
See gh-26934
3 years ago
Andy Wilkinson
577c58b798
Merge branch '2.4.x' into 2.5.x
...
See gh-26933
3 years ago
Andy Wilkinson
ac8c6a6fb7
Tune config of source and target compatilility with toolchain
...
See gh-26932
3 years ago
Andy Wilkinson
2106114f64
Merge branch '2.5.x'
...
Closes gh-26934
3 years ago
Andy Wilkinson
560d272db3
Merge branch '2.4.x' into 2.5.x
...
Closes gh-26933
3 years ago
Andy Wilkinson
6e43dd879b
Allow Eclipse to properly detect source and target compatibility
...
Previously, our conventions configured the source and target
compatibility on the project's JavaCompile tasks. This causes the
settings to be missed when importing the projects into Eclipse [1].
This commit updates the conventions to set the source and target
compatibility on the project-wide JavaPluginExtension. This allows
the Eclipse import to correctly detect and honour the settings.
Closes gh-26932
[1] https://github.com/eclipse/buildship/issues/978
3 years ago
Andy Wilkinson
0f52bbc560
Stop using ConfigureUtil in BomExtension
...
While we're building with Gradle 6.9 at the moment and ConfigureUtil
has only been deprecated in Gradle 7.1, it doesn't do any harm to
stop using it now.
Closes gh-26928
3 years ago
Phillip Webb
28abcf88a0
Upgrade to spring-asciidoctor-backends 0.0.2
...
Closes gh-26846
3 years ago
Andy Wilkinson
de410b7621
Merge branch '2.4.x'
...
Closes gh-26828
3 years ago
Andy Wilkinson
a1c5fcca58
Move common Asciidoctor configuration into our conventions
...
Closes gh-26620
3 years ago
Phillip Webb
f798f26596
Merge branch '2.4.x'
3 years ago
Phillip Webb
6424e3de12
Merge branch '2.4.x'
...
Closes gh-26671
4 years ago
Phillip Webb
14f578ed80
Merge branch '2.3.x' into 2.4.x
...
Closes gh-26670
4 years ago
Phillip Webb
39e3746cf6
Force Eclipse to use JavaSE-1.8 runtime
...
Add `EclipseConventions` to force the JavaSE-1.8 runtime to be applied
to the imported projects.
Closes gh-26669
4 years ago
Phillip Webb
60a8fae65c
Upgrade to spring-asciidoctor-backends 0.0.1
...
Closes gh-26293
4 years ago
Phillip Webb
f0896c2de6
Rework title anchors for maven docs
...
Closes gh-26617
4 years ago
Phillip Webb
34b288e5fe
Add prefix to appendix property anchor links
...
Refactor property appendix generator code so that the complete section
is generated and anchors follow the expected naming.
Closes gh-26375
4 years ago
Andy Wilkinson
a6dd97e40d
Polish
...
See gh-26576
4 years ago
Andy Wilkinson
763e58e392
Merge branch '2.4.x'
...
Closes gh-26576
4 years ago
Andy Wilkinson
ad5ba2e414
Compile Kotlin code will all warnings treated as errors
...
Closes gh-26083
4 years ago
Andy Wilkinson
aaceb9565c
Upgrade to Kotlin 1.5.0
...
Closes gh-26553
4 years ago
Andy Wilkinson
f7d28567c0
Merge branch '2.4.x'
...
Closes gh-26520
4 years ago
dreis2211
6179b99710
Remove add-opens workaround in ToolchainPlugin
...
See gh-26465
4 years ago
Phillip Webb
87d8aedd3c
Use spring-pdf backend for PDF generation
...
Update `asciidoctorPdf` tasks to use the `spring-pdf` backend so that
chomped elements and @fold:on/@fold:off comments are hidden.
Closes gh-26373
4 years ago
Stephane Nicoll
8d2fa26a99
Start building against Spring LDAP 2.3.4 snapshots
...
See gh-26394
4 years ago
Stephane Nicoll
a5cb9540ca
Start building against Spring LDAP 2.3.4 snapshots
...
See gh-26393
4 years ago
Andy Wilkinson
f17af829ee
Merge branch '2.4.x'
...
Closes gh-26354
4 years ago
Andy Wilkinson
75bb50bd02
Merge branch '2.3.x' into 2.4.x
...
Closes gh-26353
4 years ago
Andy Wilkinson
deca737b01
Configure source and target compatibility at the task level
...
Closes gh-26350
4 years ago
Andy Wilkinson
5a3c354e6c
Merge branch '2.4.x'
...
Closes gh-26303
4 years ago
Andy Wilkinson
4abd6b1387
Merge branch '2.3.x' into 2.4.x
...
Closes gh-26302
4 years ago
Andy Wilkinson
3cc1ed28ca
Order test tasks to run after Checkstyle and formatting checks
...
Closes gh-26284
4 years ago
Phillip Webb
3d9eb9e413
Switch to spring-asciidoctor-backends SNAPSHOT
...
See gh-26293
4 years ago
Andy Wilkinson
1be8c8fda9
Merge branch '2.4.x'
...
See gh-26261
4 years ago
Andy Wilkinson
4417e16963
Merge branch '2.3.x' into 2.4.x
...
See gh-26260
4 years ago
Andy Wilkinson
3a3eb1bc31
Fix workaround for JDK-8156584
...
See gh-26252
4 years ago
Andy Wilkinson
c548693fa1
Merge branch '2.4.x'
...
See gh-26261
4 years ago