Commit Graph

34359 Commits (05aab86275f1fa6eeecf93dfedd6d68ff93af1d4)
 

Author SHA1 Message Date
Stephane Nicoll 9e1ef76f84 Polish "Replace latin locutions in the documentation"
See gh-28141
3 years ago
Vincent Ricard 873bca36c4 Replace latin locutions in the documentation
See gh-28141
3 years ago
Andy Wilkinson ea68672594 Merge branch '2.5.x'
Closes gh-28153
3 years ago
Andy Wilkinson 9e484e2cdc Merge branch '2.4.x' into 2.5.x
Closes gh-28152
3 years ago
Andy Wilkinson 3824512357 Tighten up build's task interdependencies
Closes gh-28103
3 years ago
Stephane Nicoll 8f3353a154 Merge pull request #27502 from pirgeo
* pr/27502:
  Polish "Improve Dynatrace examples description in reference guide"
  Improve Dynatrace examples description in reference guide

Closes gh-27502
3 years ago
Stephane Nicoll 2d34cff902 Polish "Improve Dynatrace examples description in reference guide"
See gh-27502
3 years ago
Georg Pirklbauer c236532607 Improve Dynatrace examples description in reference guide
See gh-27502
3 years ago
Scott Frederick bbd0681f7a Revert "Drop JDK 17 system tests until buildpacks support Java 17"
This reverts commit d8a8ce6c64.

Closes gh-27523
3 years ago
Scott Frederick 079357d2cb Merge pull request #27613 from ceccone
* pr/27613:
  Polish "Add option to create tags for a built image"
  Add option to create tags for a built image

Closes gh-27613
3 years ago
Scott Frederick 64c49003aa Polish "Add option to create tags for a built image"
See gh-27613
3 years ago
Rafael Ceccone 66f44b0c7f Add option to create tags for a built image
This commit adds configuration to the Maven and Gradle plugins to
allow specifying multiple tag to be created that refer to the built
image.

See gh-27613
3 years ago
Phillip Webb ca69c8b98c Merge branch '2.5.x'
Closes gh-28135
3 years ago
Phillip Webb fcb6f557f7 Merge branch '2.4.x' into 2.5.x
Closes gh-28134
3 years ago
Phillip Webb 01a39aaf6a Support IPv6 addresses in spring.rabbitmq.addresses
Refine parsing logic in `RabbitProperties` so that IPv6 addresses can
be used.

Fixes gh-28133
3 years ago
Andy Wilkinson 2d2cbff504 Avoid NoSuchMethodError from UCP's PoolDataSource.getPassword()
While still present and marked as deprecated, the getPassword()
method on UCP's PoolDataSource has been implemented to throw a
NoSuchMethodError making it useless for our purposes.

This commit updates DataSourceBuilder to avoid using the getter. This
means that a password must now be provided when trying to derive a
new DataSource from an existing PoolDataSource.

Closes gh-28127
3 years ago
Andy Wilkinson ab95c2fa3b Polish descriptions of spring.integration.poller properties
Closes gh-28126
3 years ago
Phillip Webb 5bd34be468 Merge pull request #27992 from artembilan
* pr/27992:
  Polish "Add Spring Integration default poller auto-config"
  Add Spring Integration default poller auto-config

Closes gh-27992
3 years ago
Andy Wilkinson 3274e24d55 Polish "Add Spring Integration default poller auto-config"
See gh-27992

Co-authored-by: Phillip Webb <pwebb@vmware.com>
3 years ago
Artem Bilan b2d1423e34 Add Spring Integration default poller auto-config
When polling consumers or source polling channel adapters are used in
Spring Integration applications, they require some polling policy to
be configured.

This comment auto-configures a PollerMetadata bean which customized
via newly added `spring.integration.poller.*` configuration
properties or overriden completely be user-defined bean.

See gh-27992
3 years ago
Andy Wilkinson 5e426394db Add exception and analyzer for mutually exclusive config props
Add `MutuallyExclusiveConfigurationPropertiesException` and a related
failure analyzer so that a nice message can be displayed if more than
one mutually exclusive property is defined.

Closes gh-28121

Co-authored-by: Phillip Webb <pwebb@vmware.com>
3 years ago
Phillip Webb 528ced4f0d Rename 'running' to 'ready' for ApplicationStartup
Rename 'spring.boot.application.running' to
'spring.boot.application.ready' to better align with `ReadinessState`.

Closes gh-28080
3 years ago
Andy Wilkinson 0b5d178e5b Merge branch '2.5.x'
Closes gh-28120
3 years ago
Andy Wilkinson ef18a2166d Merge branch '2.4.x' into 2.5.x
Closes gh-28119
3 years ago
Andy Wilkinson 5957dfeea4 Don't include binary jars in loader-tools source jar
Closes gh-28113
3 years ago
Andy Wilkinson 6a6d3d224a Merge branch '2.5.x'
Closes gh-28118
3 years ago
Andy Wilkinson 4e5da6a6ed Merge branch '2.4.x' into 2.5.x
Closes gh-28117
3 years ago
Andy Wilkinson 46b47b80aa Upgrade to NoHTTP 0.0.10
Closes gh-28112
3 years ago
Andy Wilkinson ea2548793a Merge branch '2.5.x'
Closes gh-28116
3 years ago
Andy Wilkinson 84d332e527 Merge branch '2.4.x' into 2.5.x
Closes gh-28115
3 years ago
Andy Wilkinson b18a56f451 Upgrade CI to github-release resource 1.5.5
Closes gh-28114
3 years ago
Andy Wilkinson ec08a6c733 Merge branch '2.4.x' into 2.5.x 3 years ago
Spring Builds 21aea2f752 Next development version (v2.5.6-SNAPSHOT) 3 years ago
Spring Builds ea92fced9f Next development version (v2.4.12-SNAPSHOT) 3 years ago
Stephane Nicoll 6f07416222 Merge branch '2.5.x' 3 years ago
Stephane Nicoll ca4e1c6393 Upgrade to SendGrid 4.7.5
Closes gh-28111
3 years ago
Stephane Nicoll 573f6a1fe8 Upgrade to Byte Buddy 1.11.18
Closes gh-28110
3 years ago
Stephane Nicoll 4652bb7adf Upgrade to SendGrid 4.7.5
Closes gh-28109
3 years ago
Stephane Nicoll 6ba3af1454 Upgrade to JUnit Jupiter 5.8.1
Closes gh-28052
3 years ago
Andy Wilkinson 342c749784 Polish 3 years ago
Andy Wilkinson 4fa61cbc60 Merge branch '2.5.x' 3 years ago
Andy Wilkinson 2ba593328f Order detector for AbstractDataSourceInitializers
Previously, the detector for AbstractDataSourceInitializers used the
default detector order. This resulted in the initializers detected
initializers running before Flyway. Constrastingly, the detector for
DataSourceScriptDatabaseInitializers uses a custom order so its
detected initializers would run after Flyway.

This commit aligns the order of the detector for
AbstractDataSourceInitializers with the order of the detector for
DataSourceScriptDatabaseInitializers. This ensures that script-based
initialization runs in the same order with respect to Flyway,
irrespective of which initializer implementation is driving it.

Fixes gh-28079
3 years ago
Stephane Nicoll 3e21ae12dc Merge branch '2.5.x' 3 years ago
Stephane Nicoll 162697d683 Upgrade Java 17 version in CI image
Closes gh-28106
3 years ago
Stephane Nicoll 90a5e34ba5 Upgrade Java 17 version in CI image
Closes gh-28105
3 years ago
Stephane Nicoll 34fbf854e0 Merge branch '2.5.x'
Closes gh-28104
3 years ago
Stephane Nicoll 2f8371cb67 Merge pull request #28102 from dreis2211
* pr/28102:
  Detect JDK 17 GA builds

Closes gh-28102
3 years ago
dreis2211 2546c28960 Detect JDK 17 GA builds
See gh-28102
3 years ago
Stephane Nicoll 8b828a49d5 Merge pull request #27891 from weixsun
* pr/27891:
  Polish "Clarify pooling is implicitly enabled in Sentinel mode"
  Clarify pooling is implicitly enabled in Sentinel mode

Closes gh-27891
3 years ago
Stephane Nicoll 233b63199c Polish "Clarify pooling is implicitly enabled in Sentinel mode"
See gh-27891
3 years ago