Andy Wilkinson
0337830615
Start splitting up spring-boot
2025-06-13 20:06:17 -07:00
Andy Wilkinson
9db79b24c5
Upgrade to Maven Plugin Tools 3.15.1
...
Closes gh-45933
2025-06-12 14:13:42 +01:00
Andy Wilkinson
3b1f058b62
Upgrade to Maven Invoker 3.3.0
...
Closes gh-45932
2025-06-12 14:13:41 +01:00
Stéphane Nicoll
e0d10d7d8c
Merge branch 'main' into 4.0.x
2025-05-26 16:18:32 +02:00
Stéphane Nicoll
d05148d4d6
Merge branch '3.4.x'
...
Closes gh-45683
2025-05-26 16:18:21 +02:00
Stéphane Nicoll
6a82134f94
Merge branch '3.3.x' into 3.4.x
...
Closes gh-45682
2025-05-26 16:18:12 +02:00
Tran Ngoc Nhan
7448f8c73a
Document use of git-commit-id-maven-plugin consistently
...
See gh-45677
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com >
2025-05-26 16:11:52 +02:00
Stéphane Nicoll
a0944b00d0
Migrate to updated native hints API and new reachability JSON
...
Replace hint API calls with updated version and fix tests that
relied on previous JSON files.
See gh-45487
Co-authored-by: Phillip Webb <phil.webb@broadcom.com >
2025-05-09 17:38:12 -07:00
Stéphane Nicoll
6fceab2c90
Replace spring-jcl with vanilla commons-logging
...
See gh-45487
Co-authored-by: Phillip Webb <phil.webb@broadcom.com >
2025-05-09 17:38:11 -07:00
Phillip Webb
69fb56a5e1
Fix test failures due to updated classpath
...
JSpecify is a new dependency and The Kafka upgrade now means
that Jackson YAML is on the classpath.
See gh-45487
See gh-45485
2025-05-09 17:38:11 -07:00
Andy Wilkinson
af220127d0
Prepare 4.0.x branch
2025-05-09 17:38:08 -07:00
Dmytro Nosan
da61d63db8
Add Docker configuration authentication to Maven and Gradle plugins
...
Update the Maven and Gradle plugins to make use of the new Docker
configuration authentication support.
See gh-45269
Signed-off-by: Dmytro Nosan <dimanosan@gmail.com >
Co-authored-by: Phillip Webb <phil.webb@broadcom.com >
2025-04-24 21:56:14 -07:00
Phillip Webb
dd49de03ee
Relocate DockerConfiguration and refactor buildpack platform code
...
Relate `DockerConfiguration` from `...platform.docker` to
`...platform.build` since it contains build specific concepts.
This commit also refactors a few other areas of the code to make it
easier to support credential helpers in the future.
Closes gh-45283
2025-04-24 21:29:46 -07:00
Moritz Halbritter
0fb369e8b8
Use paketobuildpacks/builder-noble-java-tiny as the default image builder
...
Closes gh-42711
2025-04-24 15:21:22 +02:00
Stéphane Nicoll
238d83b318
Merge branch '3.4.x'
...
Closes gh-45242
2025-04-21 08:33:20 +02:00
Stéphane Nicoll
00d68399a7
Merge branch '3.3.x' into 3.4.x
...
Closes gh-45241
2025-04-21 08:32:14 +02:00
Claudio Nave
6a997d1026
Fix documentation links to buildpacks.io
...
See gh-45238
Signed-off-by: Claudio Nave <evaristegalois11@proton.me >
2025-04-21 08:30:35 +02:00
Phillip Webb
4bbbc0d687
Merge branch '3.4.x'
...
Closes gh-45193
2025-04-14 16:18:50 -07:00
Phillip Webb
b80bdbb182
Merge branch '3.3.x' into 3.4.x
...
Closes gh-45192
2025-04-14 16:18:41 -07:00
Johnny Lim
08c67cc353
Replace deprecated Project.task()
...
See gh-45009
Signed-off-by: Johnny Lim <izeye@naver.com >
2025-04-14 16:17:53 -07:00
Phillip Webb
75824bb9c7
Merge branch '3.4.x'
2025-04-11 09:42:20 -07:00
Phillip Webb
35dc8e6f88
Merge branch '3.3.x' into 3.4.x
2025-04-11 09:42:13 -07:00
Phillip Webb
2143d702f2
Polish boolean members that can use the default false value
2025-04-11 09:32:35 -07:00
Andy Wilkinson
87dd03962c
Merge branch '3.4.x'
...
Closes gh-44889
2025-03-25 17:06:19 +00:00
Andy Wilkinson
aa6d2f19fd
Merge branch '3.3.x' into 3.4.x
...
Closes gh-44888
2025-03-25 17:06:06 +00:00
Andy Wilkinson
4f91d41666
Source version properties for Maven plugin tests from resolved bom
...
Closes gh-44886
2025-03-25 17:05:45 +00:00
Moritz Halbritter
b956754e8e
Remove readonly flags from mojo parameters
...
Closes gh-43699
2025-03-18 13:10:11 +01:00
Stéphane Nicoll
d0cdae2369
Align nativeTest to native to make it multi-modules friendly
...
This commit harmonizes the behavior of the native and nativeTest Maven
profiles. Previously, enabling the nativeTest profile would
automatically add an execution of the Spring Boot and Native Build Tools
plugins, even in a module that doesn't represent an application or a
Spring Boot-related module.
With this commit, the native testing feature is only enabled if the
plugins are defined in the project, either directly, or in a parent.
The documentation has been updated as the behavior of both profiles is
now much more consistent.
Closes gh-44696
2025-03-17 11:32:35 +01:00
Phillip Webb
951e7abfbc
Merge branch '3.4.x'
2025-03-14 17:24:51 -07:00
Phillip Webb
360927186e
Merge branch '3.4.x'
...
Closes gh-44365
2025-02-19 12:21:13 -08:00
Phillip Webb
792c13eaf0
Merge branch '3.3.x' into 3.4.x
...
Closes gh-44364
2025-02-19 12:21:04 -08:00
Dmytro Nosan
e919fd806f
Polish ClassPath
...
See gh-44355
Signed-off-by: Dmytro Nosan <dimanosan@gmail.com >
2025-02-19 12:20:10 -08:00
Moritz Halbritter
ae16856bda
Revert "Use noble buildpacks instead of jammy"
...
This reverts commit 4f672b9588 .
See gh-42711
2025-02-19 16:00:27 +01:00
Moritz Halbritter
4f672b9588
Use noble buildpacks instead of jammy
...
Closes gh-42711
2025-02-19 13:59:21 +01:00
Phillip Webb
8c132711e4
Merge branch '3.4.x'
2025-02-18 17:44:28 -08:00
Phillip Webb
8c6e856340
Fix formatting
2025-02-18 17:44:24 -08:00
Phillip Webb
6076e9e2c1
Merge branch '3.4.x'
2025-02-18 17:29:38 -08:00
Phillip Webb
661fcfe033
Merge branch '3.3.x' into 3.4.x
2025-02-18 17:29:31 -08:00
Phillip Webb
082c5859e8
Polish
2025-02-18 17:22:53 -08:00
Phillip Webb
a3eccf63a1
Merge branch '3.4.x'
...
Closes gh-44346
2025-02-18 12:11:54 -08:00
Phillip Webb
e4077cb2e9
Merge branch '3.3.x' into 3.4.x
...
Closes gh-44345
2025-02-18 12:11:48 -08:00
Dmytro Nosan
0e81b6386e
Don't use ArgFile when using JavaCompiler
...
See gh-44340
Signed-off-by: Dmytro Nosan <dimanosan@gmail.com >
2025-02-18 12:10:41 -08:00
Phillip Webb
39aac00151
Merge branch '3.4.x'
...
Closes gh-44344
2025-02-18 12:10:01 -08:00
Phillip Webb
bac9217b14
Merge branch '3.3.x' into 3.4.x
...
Closes gh-44343
2025-02-18 12:09:48 -08:00
Dmytro Nosan
616d4cb149
Polish ClasspathBuilder
...
See gh-44330
Signed-off-by: Dmytro Nosan <dimanosan@gmail.com >
2025-02-18 12:08:49 -08:00
Stéphane Nicoll
2997bb8836
Merge branch '3.4.x'
2025-02-18 17:00:35 +01:00
Stéphane Nicoll
1a4af5626c
Merge branch '3.3.x' into 3.4.x
2025-02-18 17:00:28 +01:00
Stéphane Nicoll
29e498b6bc
Only run Windows-related tests on Windows
...
See gh-44305
2025-02-18 16:59:32 +01:00
Stéphane Nicoll
cb346d5860
Merge branch '3.4.x'
...
Closes gh-44329
2025-02-18 16:31:25 +01:00
Stéphane Nicoll
332958a8de
Merge branch '3.3.x' into 3.4.x
...
Closes gh-44328
2025-02-18 16:31:12 +01:00