Stephane Nicoll
2d34cff902
Polish "Improve Dynatrace examples description in reference guide"
...
See gh-27502
2021-09-30 10:08:15 +02:00
Georg Pirklbauer
c236532607
Improve Dynatrace examples description in reference guide
...
See gh-27502
2021-09-30 09:59:44 +02:00
Scott Frederick
64c49003aa
Polish "Add option to create tags for a built image"
...
See gh-27613
2021-09-28 15:32:27 -05:00
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
2021-09-28 15:32:27 -05:00
Phillip Webb
ca69c8b98c
Merge branch '2.5.x'
...
Closes gh-28135
2021-09-26 13:06:35 -07:00
Phillip Webb
fcb6f557f7
Merge branch '2.4.x' into 2.5.x
...
Closes gh-28134
2021-09-26 13:06:14 -07:00
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
2021-09-26 13:05:17 -07:00
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
2021-09-24 10:10:15 +01:00
Andy Wilkinson
ab95c2fa3b
Polish descriptions of spring.integration.poller properties
...
Closes gh-28126
2021-09-24 10:09:18 +01:00
Andy Wilkinson
3274e24d55
Polish "Add Spring Integration default poller auto-config"
...
See gh-27992
Co-authored-by: Phillip Webb <pwebb@vmware.com >
2021-09-23 16:20:13 -07:00
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
2021-09-23 16:20:13 -07:00
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 >
2021-09-23 16:18:03 -07:00
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
2021-09-23 12:54:22 -07:00
Andy Wilkinson
0b5d178e5b
Merge branch '2.5.x'
...
Closes gh-28120
2021-09-23 13:23:54 +01:00
Andy Wilkinson
ef18a2166d
Merge branch '2.4.x' into 2.5.x
...
Closes gh-28119
2021-09-23 13:23:40 +01:00
Andy Wilkinson
5957dfeea4
Don't include binary jars in loader-tools source jar
...
Closes gh-28113
2021-09-23 13:23:29 +01:00
Stephane Nicoll
ca4e1c6393
Upgrade to SendGrid 4.7.5
...
Closes gh-28111
2021-09-23 07:40:49 +02:00
Stephane Nicoll
573f6a1fe8
Upgrade to Byte Buddy 1.11.18
...
Closes gh-28110
2021-09-23 07:40:48 +02:00
Stephane Nicoll
4652bb7adf
Upgrade to SendGrid 4.7.5
...
Closes gh-28109
2021-09-23 07:34:55 +02:00
Stephane Nicoll
6ba3af1454
Upgrade to JUnit Jupiter 5.8.1
...
Closes gh-28052
2021-09-23 06:48:03 +02:00
Andy Wilkinson
342c749784
Polish
2021-09-22 20:28:31 +01:00
Andy Wilkinson
4fa61cbc60
Merge branch '2.5.x'
2021-09-22 18:37:11 +01:00
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
2021-09-22 18:30:44 +01:00
Stephane Nicoll
233b63199c
Polish "Clarify pooling is implicitly enabled in Sentinel mode"
...
See gh-27891
2021-09-22 11:52:46 +02:00
weixsun
d39b7cc46d
Clarify pooling is implicitly enabled in Sentinel mode
...
See gh-27891
2021-09-22 11:48:36 +02:00
Stephane Nicoll
842f3f0bd5
Merge branch '2.5.x'
...
Closes gh-28099
2021-09-22 09:14:09 +02:00
Stephane Nicoll
77b778ce95
Document support for Java 17
...
Closes gh-26767
2021-09-22 08:58:29 +02:00
Stephane Nicoll
6ac9887652
Upgrade to SQLite JDBC 3.36.0.3
...
Closes gh-28098
2021-09-22 08:48:24 +02:00
Stephane Nicoll
54f48383b5
Upgrade to Selenium HtmlUnit 2.53.0
...
Closes gh-28097
2021-09-22 08:48:23 +02:00
Stephane Nicoll
592ed9d06b
Upgrade to Kafka 2.8.1
...
Closes gh-28095
2021-09-22 08:48:20 +02:00
Stephane Nicoll
5548aae440
Upgrade to jOOQ 3.14.15
...
Closes gh-28094
2021-09-22 08:48:19 +02:00
Stephane Nicoll
52822bbc4f
Upgrade to Jolokia 1.7.1
...
Closes gh-28093
2021-09-22 08:48:17 +02:00
Stephane Nicoll
b864986712
Upgrade to HtmlUnit 2.53.0
...
Closes gh-28092
2021-09-22 08:48:16 +02:00
Stephane Nicoll
5d022df33a
Upgrade to Byte Buddy 1.11.16
...
Closes gh-28091
2021-09-22 08:48:15 +02:00
Stephane Nicoll
a7bc36035d
Upgrade to AssertJ 3.21.0
...
Closes gh-28090
2021-09-22 08:48:13 +02:00
Stephane Nicoll
01809eccf3
Upgrade to jOOQ 3.14.15
...
Closes gh-28088
2021-09-22 08:31:04 +02:00
Stephane Nicoll
7a04966d5c
Upgrade to jOOQ 3.14.15
...
Closes gh-28087
2021-09-22 08:29:24 +02:00
Madhura Bhave
ef2a5daa59
Polish
2021-09-21 16:56:47 -07:00
Phillip Webb
bc6b9be7cd
Merge branch '2.5.x'
...
Closes gh-28084
2021-09-21 15:54:54 -07:00
Phillip Webb
8c3db23be3
Merge branch '2.4.x' into 2.5.x
...
Closes gh-28083
2021-09-21 15:53:37 -07:00
cdalexndr
798b282e58
Document that devtools restart doesn't work with AspectJ weaving
...
See gh-28071
2021-09-21 15:51:36 -07:00
Phillip Webb
61a84a4722
Polish asciidoctor links
...
Update `<<..>>` links to include the page.
2021-09-21 15:44:53 -07:00
dreis2211
3e831fe286
Fix link in caching docs
...
See gh-28078
2021-09-21 15:32:06 -07:00
Phillip Webb
1829dc4960
Merge branch '2.5.x'
...
Closes gh-28082
2021-09-21 15:20:30 -07:00
Phillip Webb
a862ebc254
Merge branch '2.4.x' into 2.5.x
...
Closes gh-28081
2021-09-21 15:20:19 -07:00
Phillip Webb
bbb4ac1542
Sanitize SPRING_APPLICATION_JSON by default
...
Update `Sanitizer` default keys to include `SPRING_APPLICATION_JSON`.
Fixes gh-28045
2021-09-21 15:18:50 -07:00
Phillip Webb
667e5ca30c
Polish
2021-09-21 14:45:01 -07:00
Phillip Webb
98a0e07dd5
Polish "Add startup time metrics"
...
See gh-27878
2021-09-21 14:45:00 -07:00
Phillip Webb
c9dc40a465
Merge branch '2.5.x'
2021-09-21 14:44:17 -07:00
Phillip Webb
40d65a74dc
Merge branch '2.4.x' into 2.5.x
2021-09-21 14:43:38 -07:00