Commit Graph

2800 Commits (e80f74364803e10ae2b149738374d102a1c2c187)

Author SHA1 Message Date
Andy Wilkinson ed5d16de84 Upgrade to Jetty 12
Closes gh-36073
1 year ago
Chris Bono 6e7b845bdf Add support for Apache Pulsar
Add support for Apache Pulsar using the Spring for Apache Pulsar
project.

See gh-34763

Co-authored-by: Phillip Webb <pwebb@vmware.com>
1 year ago
Andy Wilkinson db02f89f03 Merge branch '3.1.x'
Closes gh-37184
1 year ago
Andy Wilkinson c562e8e01f Merge branch '3.0.x' into 3.1.x
Closes gh-37183
1 year ago
Andy Wilkinson d6b04af512 Merge branch '2.7.x' into 3.0.x
Closes gh-37182
1 year ago
Andy Wilkinson fadc58679d Speed up ImageReference.of when path contains upper-case chars
Closes gh-35657
1 year ago
Andy Wilkinson f45a32d911 Merge branch '3.1.x'
Closes gh-37175
1 year ago
Andy Wilkinson a84ee2fb12 Merge branch '3.0.x' into 3.1.x
Closes gh-37174
1 year ago
Andy Wilkinson 3ab1dfb9dc Merge branch '2.7.x' into 3.0.x
Closes gh-37173
1 year ago
Andy Wilkinson a77863245d Polish "Use project.getLayout().getBuildDirectory() instead of getBuildDir()"
See gh-37167
1 year ago
Yanming Zhou a8706962d4 Use project.getLayout().getBuildDirectory() instead of getBuildDir()
See gh-37167
1 year ago
Phillip Webb b1547d0139 Merge branch '3.1.x'
Closes gh-37171
1 year ago
Phillip Webb 37e67058b7 Merge branch '3.0.x' into 3.1.x
Closes gh-37169
1 year ago
Phillip Webb 71ed31343c Merge branch '2.7.x' into 3.0.x
Closes gh-37168
1 year ago
Phillip Webb fd8cb74b46 Load algorithm parameters from PEM encoded 'EC PRIVATE KEY' files
Update `PrivateKeyParser` implementations so that algorithm parameters
for PEM encoded 'EC PRIVATE KEY' files are loaded from the incoming
data.

Prior to this commit, the algorithm parameter was hard-coded to
'secp384r1' which could result in a mismatch to the actual file
content.

Fixes gh-34232
1 year ago
Phillip Webb 3640491d5a Fix Timezone used for now in BuildRequestTests 1 year ago
Phillip Webb c142051320 Merge branch '3.1.x' 1 year ago
Phillip Webb f8f4a2b986 Fix Timezone used for now in BuildRequestTests 1 year ago
Scott Frederick 1c03ed3184 Merge branch '3.1.x'
Closes gh-37052
1 year ago
Scott Frederick ef40d9ebe2 Merge branch '3.0.x' into 3.1.x
Closes gh-37051
1 year ago
Scott Frederick 0b197650a9 Merge branch '2.7.x' into 3.0.x
Closes gh-37050
1 year ago
Scott Frederick d5cfe4d475 Remove invalid caches parameter entry from Maven plugin docs
Fixes gh-37048
1 year ago
Scott Frederick c17ecf0f0b Add support for caching to bind mounts when building images
When building an image using the Maven `spring-boot:build-image` goal or
the Gradle `bootBuildImage` task, the build and launch caches can be
configured to use a bind mount as an alternative to using a named
volume.

Closes gh-28387
1 year ago
Stephane Nicoll fc35975fcc Merge branch '3.1.x'
Closes gh-37028
1 year ago
Stephane Nicoll d9cc6e810f Merge branch '3.0.x' into 3.1.x
Closes gh-37027
1 year ago
Stephane Nicoll 1f6d0600b5 Merge branch '2.7.x' into 3.0.x
Closes gh-37026
1 year ago
Stephane Nicoll 6efd9ed0b0 Test Gradle plugin against Gradle 8.3
Closes gh-37025
1 year ago
Scott Frederick eb45aab712 Upgrade default CNB builders to Paketo Jammy
Closes gh-36689
1 year ago
Stephane Nicoll b0ac3a7835 Merge branch '3.1.x'
Closes gh-36973
1 year ago
Stephane Nicoll 5f2432aca2 Merge branch '3.0.x' into 3.1.x
Closes gh-36972
1 year ago
Stephane Nicoll 0271efae4c Polish "Avoid setting null compiler option"
See gh-36971
1 year ago
omaryaya a0ad00c542 Avoid setting null compiler option
See gh-36971
1 year ago
Stephane Nicoll 70ea830277 Merge branch '3.1.x'
Closes gh-36967
1 year ago
Stephane Nicoll 0cf21b21ca Merge branch '3.0.x' into 3.1.x
Closes gh-36966
1 year ago
normandra 62902a798d Fix typo
See gh-36964
1 year ago
Stephane Nicoll e073d14950 Merge branch '3.1.x'
Closes gh-36960
1 year ago
Stephane Nicoll b903df7327 Merge branch '3.0.x' into 3.1.x
Closes gh-36959
1 year ago
Stephane Nicoll 3ae65e073c Use Aether to download JUnit platform launcher
This commit updates our maven plugin to use aether directly, rather than
the now deprecated maven features.

Closes gh-36724
1 year ago
Phillip Webb 8edec21a6f Update copyright year of changed files 1 year ago
Phillip Webb 407fa780c8 Polish 1 year ago
Phillip Webb d73d8f8e4f Merge branch '3.1.x' 1 year ago
Phillip Webb 848a61a3a8 Merge branch '3.0.x' into 3.1.x 1 year ago
Phillip Webb a0089c5c76 Merge branch '2.7.x' into 3.0.x 1 year ago
Phillip Webb 46773dd5df Update copyright year of changed files 1 year ago
Andy Wilkinson d1449fb97c Make milestone plugin dependencies available to Maven integration tests 1 year ago
Andy Wilkinson 1e28ebd8aa Merge branch '3.1.x'
Closes gh-36823
1 year ago
Andy Wilkinson 9f2e592b9b Merge branch '3.0.x' into 3.1.x
Closes gh-36822
1 year ago
Andy Wilkinson 4062ba6d28 Merge branch '2.7.x' into 3.0.x
Closes gh-36821
1 year ago
Andy Wilkinson 68baa6e7df Make section IDs consistent in Maven Plugin docs and enforce it
Closes gh-26619
1 year ago
Moritz Halbritter 0588f9bf37 Use Deque instead of Stack 1 year ago
Moritz Halbritter e4484c3db5 Use constants in SpringBootAotPlugin 1 year ago
Moritz Halbritter 62fb45f75f Replace contains/put/get pattern with computeIfAbsent 1 year ago
Moritz Halbritter 7bb337aeb1 Polish tests 1 year ago
Moritz Halbritter ed9169501e Polish 1 year ago
Andy Wilkinson b1d26fe961 Revert "Upgrade default CNB builders to Paketo Jammy"
This reverts commit 6506208d29. The
upgrade to the Jammy builder was causing
failsWhenBuildImageIsInvokedOnMultiModuleProjectWithBuildImageGoal to
hang on CI.

See gh-36689
1 year ago
Andy Wilkinson 579aac055d Upgrade to Maven Shade Plugin 3.5.0
Closes gh-36752
1 year ago
Andy Wilkinson 1368593199 Upgrade to Maven Resolver 1.9.14
Closes gh-36751
1 year ago
Andy Wilkinson 0c7c7ac8a9 Upgrade to Maven 3.9.4
Closes gh-36747
1 year ago
Andy Wilkinson ce14c70fbd Upgrade to Maven Resolver 1.9.14
Closes gh-36731
1 year ago
Andy Wilkinson 64463fe7ec Upgrade to Maven 3.9.4
Closes gh-36729
1 year ago
Andy Wilkinson 14cf2335ee Upgrade to Maven Resolver 1.9.14
Closes gh-36719
1 year ago
Andy Wilkinson 0457519fab Upgrade to Maven 3.9.4
Closes gh-36717
1 year ago
Andy Wilkinson 2c7fe47529 Upgrade to Maven Resolver 1.9.14
Closes gh-36707
1 year ago
Andy Wilkinson 59bd6879a2 Upgrade to Maven 3.9.4
Closes gh-36705
1 year ago
Scott Frederick ecdb9f6b07 Add support for CNB platform API 0.12
Closes gh-36712
1 year ago
Moritz Halbritter 1a8b8ce26e Revert "Revise synchronized blocks"
This reverts commit 497bbf9c2d.
1 year ago
Stephane Nicoll f34dc05452 Rename run goal's directories property to additionalClasspathElements
This clarifies what used to be called "directories" as both a directory
and a jar file can be provided. A directory with `/*` would also load
all the jar files from that directory.

The "directories" property has been deprecated as a result.

Closes gh-35179
1 year ago
Moritz Halbritter 497bbf9c2d Revise synchronized blocks
- Replace synchronized with Lock when guarding long-running operations
- Remove unnecessary synchronization in FileSystemWatcher
- Replace HashMap with ConcurrentHashMap in Restarter
- Remove unnecessary locking on AtomicBoolean in
  SpringApplicationBuilder
- Remove unnecessary locking in SimpleFormatter

Closes gh-36670
1 year ago
Scott Frederick 6506208d29 Upgrade default CNB builders to Paketo Jammy
Closes gh-36689
1 year ago
Andy Wilkinson b02c1877fc Fix configIsReadWithProvidedContext on Windows
See gh-36445
1 year ago
Moritz Halbritter 5d9d0f43b6 Implement AssertJ assertions for SimpleAsyncTaskExecutor 1 year ago
Scott Frederick 2e50d11d86 Add since attribute to @DeprecatedConfigurationProperty annotation
Closes gh-36482
1 year ago
Andy Wilkinson 21ce7a08fc Polish "Polish"
See gh-36620
1 year ago
Johnny Lim 5a205dbfd1 Polish
See gh-36620
1 year ago
Andy Wilkinson e3eb2893f0 Merge branch '3.1.x'
Closes gh-36623
1 year ago
Andy Wilkinson 3ba5f501ea Merge branch '3.0.x' into 3.1.x
Closes gh-36622
1 year ago
Andy Wilkinson 6b6e8b3fd4 Merge branch '2.7.x' into 3.0.x
Closes gh-36621
1 year ago
Christoph Dreis 42e89079d3 Enable debug option for Kotlin in Gradle Plugin tests
See gh-36617
1 year ago
Stephane Nicoll 150526a6a0 Merge branch '2.7.x' into 3.0.x
Closes gh-36611
1 year ago
Stephane Nicoll 87554fb4dc Add test for RabbitMQ smoke test
Closes gh-36610
1 year ago
Stephane Nicoll 4d708641b3 Test Gradle plugin against Gradle 8.2.1
Closes gh-36548
1 year ago
Stephane Nicoll 26ff1a2df6 Merge branch '3.1.x'
Closes gh-36551
1 year ago
Stephane Nicoll 9889adfa43 Merge branch '3.0.x' into 3.1.x
Closes gh-36550
1 year ago
Stephane Nicoll d30afee06e Merge branch '2.7.x' into 3.0.x
Closes gh-36549
1 year ago
Stephane Nicoll a350ede711 Test Gradle plugin against Gradle 8.2.1
Closes gh-36548
1 year ago
Scott Frederick 2452958f7b Merge branch '3.1.x'
Closes gh-36486
1 year ago
Scott Frederick bf08cc25df Use DockerImageNames in Docker compose integration tests
Closes gh-36485
1 year ago
Andy Wilkinson 07a7ff473b Merge branch '3.1.x'
Closes gh-36495
1 year ago
Andy Wilkinson 519966e230 Merge branch '3.0.x' into 3.1.x
Closes gh-36494
1 year ago
Andy Wilkinson 84c1c5ccaa Polish "Don't run process-aot or process-test-aot on reactor projects"
See gh-35377
1 year ago
Urs Keller 0308de1672 Don't run process-aot or process-test-aot on reactor projects
See gh-35377
1 year ago
Andy Wilkinson 12254b11ce Don't run KotlinPluginActionITs on JVMs not support by Gradle 7.6 1 year ago
Andy Wilkinson 2029117999 Upgrade to Kotlin 1.9.0
Closes gh-36362
1 year ago
Scott Frederick 4393a2244c Use Docker CLI context to determine daemon host address for image building
Configuration files managed by the Docker CLI are now used to determine
the host address of the Docker daemon used when building images using
buildpacks when a host address is not configured with environment
variables or build tool plugin configuration.

Closes gh-36445
1 year ago
Stephane Nicoll 62c9936abf Merge branch '3.1.x'
Closes gh-36428
1 year ago
Stephane Nicoll bb16ed1245 Merge branch '3.0.x' into 3.1.x
Closes gh-36427
1 year ago
Stephane Nicoll 3586bfb629 Merge branch '2.7.x' into 3.0.x
Closes gh-36426
1 year ago
Stephane Nicoll 09e5d38348 Polish "Replace @CsvSource with @ValueSource where feasible"
See gh-36062
1 year ago
Yanming Zhou acb7acd5d9 Replace @CsvSource with @ValueSource where feasible
@ValueSource is more appropriate for single parameter.

See gh-36062
1 year ago
Andy Wilkinson fc8a8d363f Polish 1 year ago