Andy Wilkinson
bddfe9ef6e
Merge branch '2.5.x'
...
See gh-28135
2021-10-01 11:32:59 +01:00
Andy Wilkinson
d238566920
Merge branch '2.4.x' into 2.5.x
...
See gh-28134
2021-10-01 11:32:22 +01:00
Andy Wilkinson
a73293350a
Fix parsing of portless IPv6 spring.rabbitmq.addresses
...
Closes gh-28133
2021-10-01 11:30:11 +01:00
Stephane Nicoll
86a4425162
Merge pull request #28124 from radoslawdabrowski
...
* pr/28124:
Polish "Stop considering persistent when scanning for Couchbase entities"
Stop considering persistent when scanning for Couchbase entities
Closes gh-28124
2021-10-01 08:40:34 +02:00
Stephane Nicoll
14fc0f78b2
Polish "Stop considering persistent when scanning for Couchbase entities"
...
See gh-28124
2021-10-01 08:31:14 +02:00
Dąbrowski
067b349fb1
Stop considering persistent when scanning for Couchbase entities
...
See gh-28124
2021-10-01 08:28:36 +02:00
Stephane Nicoll
1b7536fda4
Merge branch '2.5.x'
...
Closes gh-28160
2021-10-01 08:14:03 +02:00
Stephane Nicoll
1c139b1d23
Merge branch '2.4.x' into 2.5.x
...
Closes gh-28159
2021-10-01 08:13:49 +02:00
Stephane Nicoll
218bed1f8e
Merge pull request #28086 from polarbear567
...
* pr/28086:
Polish "Clarify use of @AutoConfigureTestEntityManager"
Clarify use of @AutoConfigureTestEntityManager
Closes gh-28086
2021-10-01 08:12:14 +02:00
Stephane Nicoll
bedd749e1c
Polish "Clarify use of @AutoConfigureTestEntityManager"
...
See gh-28086
2021-10-01 08:12:01 +02:00
Leo Li
70f64f2c26
Clarify use of @AutoConfigureTestEntityManager
...
This commit makes it clearer that, when using
@AutoConfigureTestEntityManager outside of @DataJpaTest, any tests using
the test entity manager must be @Transactional.
See gh-28086
2021-10-01 07:55:57 +02:00
Stephane Nicoll
e31e02ab2a
Merge pull request #28141 from ghostd
...
* pr/28141:
Polish "Replace latin locutions in the documentation"
Replace latin locutions in the documentation
Closes gh-28141
2021-10-01 07:39:00 +02:00
Stephane Nicoll
9e1ef76f84
Polish "Replace latin locutions in the documentation"
...
See gh-28141
2021-10-01 07:38:41 +02:00
Vincent Ricard
873bca36c4
Replace latin locutions in the documentation
...
See gh-28141
2021-10-01 07:33:01 +02:00
Andy Wilkinson
ea68672594
Merge branch '2.5.x'
...
Closes gh-28153
2021-09-30 17:06:09 +01:00
Andy Wilkinson
9e484e2cdc
Merge branch '2.4.x' into 2.5.x
...
Closes gh-28152
2021-09-30 17:05:39 +01:00
Andy Wilkinson
3824512357
Tighten up build's task interdependencies
...
Closes gh-28103
2021-09-30 15:35:39 +01:00
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
2021-09-30 10:09:02 +02:00
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
bbd0681f7a
Revert "Drop JDK 17 system tests until buildpacks support Java 17"
...
This reverts commit d8a8ce6c64 .
Closes gh-27523
2021-09-28 17:48:38 -05:00
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
2021-09-28 17:18:13 -05: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
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
2021-09-23 16:20:52 -07: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
Andy Wilkinson
6a6d3d224a
Merge branch '2.5.x'
...
Closes gh-28118
2021-09-23 13:19:12 +01:00
Andy Wilkinson
4e5da6a6ed
Merge branch '2.4.x' into 2.5.x
...
Closes gh-28117
2021-09-23 13:18:50 +01:00
Andy Wilkinson
46b47b80aa
Upgrade to NoHTTP 0.0.10
...
Closes gh-28112
2021-09-23 13:18:41 +01:00
Andy Wilkinson
ea2548793a
Merge branch '2.5.x'
...
Closes gh-28116
2021-09-23 11:38:11 +01:00
Andy Wilkinson
84d332e527
Merge branch '2.4.x' into 2.5.x
...
Closes gh-28115
2021-09-23 11:26:37 +01:00
Andy Wilkinson
b18a56f451
Upgrade CI to github-release resource 1.5.5
...
Closes gh-28114
2021-09-23 11:26:30 +01:00
Andy Wilkinson
ec08a6c733
Merge branch '2.4.x' into 2.5.x
2021-09-23 11:22:51 +01:00
Spring Builds
21aea2f752
Next development version (v2.5.6-SNAPSHOT)
2021-09-23 07:43:12 +00:00
Spring Builds
ea92fced9f
Next development version (v2.4.12-SNAPSHOT)
2021-09-23 05:55:14 +00:00
Stephane Nicoll
6f07416222
Merge branch '2.5.x'
2021-09-23 07:40:58 +02: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