Andy Wilkinson
f09630f73c
Allow additional keys to be configured for value sanitization
...
Closes gh-25384
4 years ago
Andy Wilkinson
10ef991e1d
Sanitize sensitive portion of the value of url and urls keys
...
Closes gh-25387
4 years ago
Andy Wilkinson
e3ad6b5c35
Merge branch '2.4.x'
...
Closes gh-25407
4 years ago
Andy Wilkinson
29bbbc3b79
Merge branch '2.3.x' into 2.4.x
...
Closes gh-25406
4 years ago
Andy Wilkinson
11b77037f1
Make TestFailuresPlugin compatible with Gradle's configuration cache
...
Closes gh-25405
4 years ago
Andy Wilkinson
9836b060d4
Test the Gradle plugin against 7.0-milestone-2
...
Closes gh-25404
4 years ago
Andy Wilkinson
2a2daae14e
Allow user's WebFluxConfigurers to be ordered after auto-config's
...
Previously, WebFluxAutoConfiguration's WebFluxConfigurer was unordered.
This mean that it had lowest precedence so it was not possible for a
user to provide their own configurer that was guaranteed to run after
the auto-configuration's configurer.
This commit updates the auto-configuration to order its configurer at
0. Any unordered user-defined configurer will now run after the
auto-configuration's configurer.
Closes gh-25302
4 years ago
Scott Frederick
76e42ff96f
Correct grouping of custom buildpacks
...
This commit corrects the order.toml file that is generated and added
to the builder when building an image using custom buildpacks with the
Maven or Gradle plugin in order to support buildpacks that depend on
detection as a group.
Fixes gh-25378
4 years ago
Stephane Nicoll
9c24ca06ae
Polish
4 years ago
Stephane Nicoll
867367b009
Merge pull request #25319 from eddumelendez
...
* pr/25319:
Polish "Add more customization options for InfluxDB"
Add more customization options for InfluxDB
Closes gh-25319
4 years ago
Stephane Nicoll
d9dcfeba5c
Polish "Add more customization options for InfluxDB"
...
See gh-25319
4 years ago
Eddú Meléndez
8be0b87273
Add more customization options for InfluxDB
...
This commit augments the configuration properties that are exposed for
InfluxDB, alongside an `InfluxDbCustomizer` that gives more control.
See gh-25319
4 years ago
Scott Frederick
89555a8745
Add bindings option for image building
...
This commit adds configuration to the Maven and Gradle plugins to
allow a list of volume mount bindings to be provided to the image
building goal and task. This enables service bindings to be mounted
in the builder image that are recognized by buildpacks to support
custom certificates, build tool configuration, APM integration, and
other buildpack features.
Fixes gh-23518
4 years ago
Andy Wilkinson
8cb24a426d
Include all non-snapshot repositories when checking for upgrades
...
Closes gh-25391
4 years ago
Andy Wilkinson
a2c951d173
Merge branch '2.4.x'
...
Closes gh-25394
4 years ago
Andy Wilkinson
999c36b6f2
Merge branch '2.3.x' into 2.4.x
...
Closes gh-25393
4 years ago
Andy Wilkinson
a1a61a44cb
Upgrade to Gradle 6.8.3
...
Closes gh-25392
4 years ago
Stephane Nicoll
817a4c5397
Merge branch '2.4.x'
...
Closes gh-25386
4 years ago
Stephane Nicoll
7c5a5c6663
Merge branch '2.3.x' into 2.4.x
...
Closes gh-25385
4 years ago
Stephane Nicoll
e41f7fec23
Merge pull request #25382 from mustafau
...
* pr/25382:
Update copyright year of changed file
Fix wording error in build-info goal description
Closes gh-25382
4 years ago
Stephane Nicoll
77daae1480
Update copyright year of changed file
...
See gh-25382
4 years ago
Mustafa Ulu
abc90db32f
Fix wording error in build-info goal description
...
See gh-25382
4 years ago
Stephane Nicoll
75824dd560
Merge pull request #24981 from vladdoster
...
* pr/24981:
Polish contribution
Polish README
Closes gh-24981
4 years ago
Stephane Nicoll
d535e1a3f1
Polish contribution
...
See gh-24981
4 years ago
vlad doster
10dd400ad5
Polish README
...
See gh-24981
4 years ago
Andy Wilkinson
a14bf7a3b8
Deprecate support for Gradle's maven plugin
...
Closes gh-25267
4 years ago
Stephane Nicoll
808e58265f
Merge branch '2.4.x'
...
Closes gh-25372
4 years ago
Stephane Nicoll
9e6302ee6a
Merge branch '2.3.x' into 2.4.x
...
Closes gh-25371
4 years ago
Stephane Nicoll
c867b2c293
Merge pull request #25353 from shakuzen
...
* pr/25353:
Polish HTTP client metrics documentation wording
Closes gh-25353
4 years ago
Tommy Ludwig
bd2a890899
Polish HTTP client metrics documentation wording
...
See gh-25353
4 years ago
Phillip Webb
a1dc107144
Update copyright year of changed files
4 years ago
Phillip Webb
4ad149e1e7
Protect against bad paths and URLs
...
See gh-21722
4 years ago
Scott Frederick
88e9f1d28c
Fix Maven buildpacks example in docs
...
See gh-21722
4 years ago
Scott Frederick
e3e229cc3d
Remove unused import
...
See gh-21722
4 years ago
Scott Frederick
f54f784f80
Add buildpack option for image building
...
This commit adds configuration to the Maven and Gradle plugins to
allow a list of buildpacks to be provided to the image building
goal and task.
Fixes gh-21722
4 years ago
Andy Wilkinson
d8fe9de682
Merge branch '2.4.x'
4 years ago
Spring Buildmaster
d2abf64a44
Next development version (v2.4.4-SNAPSHOT)
4 years ago
Stephane Nicoll
548ca63076
Merge branch '2.4.x'
...
Closes gh-25364
4 years ago
Stephane Nicoll
526474f3b8
Add username alias for Postgres's PGSimpleDataSource
...
Closes gh-25363
4 years ago
Andy Wilkinson
8ec14e2855
Upgrade to Spring Kafka 2.7.0-M2
...
Closes gh-25295
4 years ago
Andy Wilkinson
05f1231a87
Upgrade to Spring Integration 5.5.0-M2
...
Closes gh-25294
4 years ago
Andy Wilkinson
87d60938e2
Upgrade to Spring AMQP 2.3.5
...
Closes gh-25362
4 years ago
Andy Wilkinson
0f323c125b
Upgrade to MongoDB 4.2.0-beta1
...
Closes gh-25361
4 years ago
Andy Wilkinson
5714f97b0f
Upgrade to Lettuce 6.1.0.M1
...
Closes gh-25360
4 years ago
Andy Wilkinson
0041446803
Upgrade to Elasticsearch 7.11.1
...
Closes gh-25359
4 years ago
Andy Wilkinson
c6dece067c
Upgrade to Spring Data 2021.0.0-M4
...
Closes gh-25004
4 years ago
Andy Wilkinson
d34e832f59
Merge branch '2.4.x'
4 years ago
Andy Wilkinson
bb56de715b
Upgrade to Spring Security 5.4.5
...
This commit also downgrade JOSE JWT to address an incompatibility with
the OIDC SDK 8.x. The OIDC SDK has also been upgraded to the latest 8.x
release to align with the version used by Spring Security.
Closes gh-25221
Fixes gh-25070
4 years ago
Andy Wilkinson
08f73e01da
Upgrade to Spring Kafka 2.6.6
...
Closes gh-25292
4 years ago
Andy Wilkinson
50a258a9ec
Upgrade to Spring Integration 5.4.4
...
Closes gh-25289
4 years ago