Phillip Webb
2a989b31aa
Create Environment and apply ConversionService to management contexts
...
Update `ManagementContextFactory` implementations to create an
appropriate `Environment` type and to apply the `ConversionService`
from the parent context.
Prior to this commit, the management context `Environment` would not
be able to convert values from a `configtree:` source due to a missing
converter.
Fixes gh-32941
2022-11-14 15:06:30 -08:00
Stephane Nicoll
51a1673252
Upgrade to Undertow 2.2.21.Final
...
Closes gh-33165
2022-11-14 16:03:26 +01:00
Stephane Nicoll
80255acb7b
Upgrade to Tomcat 9.0.69
...
Closes gh-33164
2022-11-14 16:03:23 +01:00
Stephane Nicoll
7885387d24
Upgrade to Spring WS 3.1.4
...
Closes gh-33163
2022-11-14 16:03:21 +01:00
Stephane Nicoll
cd7f6d049e
Upgrade to Spring Security 5.6.9
...
Closes gh-33162
2022-11-14 16:03:18 +01:00
Stephane Nicoll
925cd10d9d
Upgrade to Netty 4.1.85.Final
...
Closes gh-33161
2022-11-14 16:03:15 +01:00
Stephane Nicoll
d8867e7c2e
Upgrade to MariaDB 2.7.7
...
Closes gh-33160
2022-11-14 16:03:12 +01:00
Stephane Nicoll
c1e105ffea
Upgrade to Jaybird 4.0.7.java8
...
Closes gh-33159
2022-11-14 16:03:10 +01:00
Stephane Nicoll
83ec78b2af
Upgrade to HttpCore5 5.1.5
...
Closes gh-33158
2022-11-14 16:03:07 +01:00
Stephane Nicoll
bdc80ec484
Upgrade to Hibernate 5.6.14.Final
...
Closes gh-33157
2022-11-14 16:03:04 +01:00
Stephane Nicoll
2b4ceb35a2
Start building against Spring Batch 4.3.8 snapshots
...
See gh-33128
2022-11-14 08:57:30 +01:00
Stephane Nicoll
579daad219
Start building against Spring REST Docs 2.0.7 snapshots
...
See gh-33127
2022-11-14 08:57:06 +01:00
Stephane Nicoll
37ffaa3e12
Start building against Spring Kafka 2.8.11 snapshots
...
See gh-33126
2022-11-14 08:56:41 +01:00
Stephane Nicoll
4873671ada
Start building against Spring Data 2021.1.10 snapshots
...
See gh-33125
2022-11-14 08:56:16 +01:00
Stephane Nicoll
22e56d27a6
Start building against Spring Framework 5.3.24 snapshots
...
See gh-33124
2022-11-14 08:55:50 +01:00
Stephane Nicoll
89212aa3ba
Start building against Reactor 2020.0.25 snapshots
...
See gh-33123
2022-11-14 08:55:23 +01:00
Stephane Nicoll
36c5ddbd13
Start building against Micrometer 1.8.12 snapshots
...
See gh-33122
2022-11-14 08:54:58 +01:00
Phillip Webb
91ed54821c
Merge pull request #33098 from iamgd67
...
* pr/33098:
Fix kafka streams start description typo in documentation
Closes gh-33098
2022-11-10 11:11:59 -08:00
67
e55e23482a
Fix kafka streams start description typo in documentation
...
See gh-33098
2022-11-10 11:11:13 -08:00
Phillip Webb
f423a26dd5
Polish
2022-11-09 11:39:48 -08:00
Phillip Webb
a431ae04e6
Polish
2022-11-09 11:30:11 -08:00
Andy Wilkinson
6423535f67
Delete temp directory after MavenBuild has exected
...
Closes gh-33083
2022-11-09 10:35:56 +00:00
Andy Wilkinson
f42e90a2b4
Add missing dependency management for Selenum
...
Closes gh-32721
2022-11-08 17:27:48 +00:00
Andy Wilkinson
eed86c0d0a
Test Boot's Gradle plugin against Gradle 7.6-rc-2
...
Closes gh-33073
2022-11-08 16:46:22 +00:00
Andy Wilkinson
5dab9b0e9f
Revert "Temporarily work around problems with Gradle's plugin portal"
...
This reverts commit fb954e8109
.
2022-11-08 13:53:21 +00:00
Andy Wilkinson
452cc717a6
Merge pull request #32931 from EricGao888
...
* gh-32931:
Fix a minor bug in an example in oauth2 doc
Closes gh-32931
2022-11-08 13:14:21 +00:00
EricGao888
569e752159
Fix a minor bug in an example in oauth2 doc
...
See gh-32931
2022-11-08 13:14:06 +00:00
Andy Wilkinson
30212638b0
Merge pull request #32916 from dreis2211
...
* gh-32916:
Fix possible type pollution in ConditionEvaluationReport
Closes gh-32916
2022-11-08 13:10:25 +00:00
dreis2211
34902f5a02
Fix possible type pollution in ConditionEvaluationReport
...
See gh-32916
2022-11-08 13:01:27 +00:00
Andy Wilkinson
fb954e8109
Temporarily work around problems with Gradle's plugin portal
2022-11-08 10:18:13 +00:00
Andy Wilkinson
ac6ad7c0f1
Fix ModifiedClassPathExtension with parameterized tests
...
Closes gh-33014
2022-11-07 13:34:54 +00:00
Phillip Webb
d2cceb6b77
Polish
2022-11-05 17:02:57 -07:00
Phillip Webb
caf46043c6
Add @DirtiesUrlFactories annotation
...
Add `@DirtiesUrlFactories` annotation that can be used to reset URL
factories.
Closes gh-33017
2022-11-05 16:30:27 -07:00
Phillip Webb
d4cc8fc3a6
Support modified classpath on methods and parameterized tests
...
Update `ModifiedClassPathExtension` and related classes so that
annotations can be used directly on test methods, or on classes
passed into parameterized tests.
Closes gh-33014
2022-11-05 16:04:19 -07:00
Andy Wilkinson
d00e004622
Add missing XMLUnit dependency management
...
Closes gh-32998
2022-11-04 10:42:26 +00:00
Andy Wilkinson
fcd3413ba0
Allow histograms to be disabled for Lettuce metrics
...
Closes gh-32985
2022-11-03 10:34:41 +00:00
Andy Wilkinson
beb62be843
Test Boot's Gradle plugin against Gradle 7.6-rc-1
...
Closes gh-32933
2022-11-03 10:22:14 +00:00
Andy Wilkinson
e438721be4
Upgrade to springio/github-changelog-generator 0.0.8
...
Closes gh-32970
2022-11-02 11:32:09 +00:00
Andy Wilkinson
355945faed
Upgrade Java 19 CI image to 19.0.1+11
...
Closes gh-32895
2022-11-01 16:58:13 +00:00
Andy Wilkinson
17ffa5bd3d
Upgrade CI images to Docker 20.10.21
...
Closes gh-32887
2022-11-01 16:54:49 +00:00
Andy Wilkinson
f881d12441
Merge pull request #32920 from dreis2211
...
* gh-32920:
Upgrade CI image update detection to Ubuntu Jammy
Closes gh-32920
2022-11-01 16:50:47 +00:00
dreis2211
cc23dbe9f7
Upgrade CI image update detection to Ubuntu Jammy
...
See gh-32920
2022-11-01 16:50:30 +00:00
Phillip Webb
92b513dc8d
Polish
2022-10-25 16:01:58 -07:00
Phillip Webb
d7ac20cd6c
Update copyright year of changed files
2022-10-25 15:47:30 -07:00
Andy Wilkinson
a2cb3c67c3
Upgrade CI images to Docker 20.10.20
...
Closes gh-32810
2022-10-21 11:37:51 +01:00
Andy Wilkinson
de3aa29ab0
Upgrade Java 17 CI to 17.0.5+8
...
Closes gh-32808
2022-10-21 11:29:15 +01:00
Andy Wilkinson
f26cb53fe6
Upgrade Java 11 CI to 11.0.17+7
...
Closes gh-32809
2022-10-21 11:21:49 +01:00
Andy Wilkinson
92ce609b75
Upgrade Java 8 CI to 8.0.352
...
Closes gh-32807
2022-10-21 11:08:59 +01:00
Andy Wilkinson
fe51e03019
Support IPv6 addresses in spring.redis.sentinel.nodes
...
Fixes gh-32762
2022-10-21 10:53:54 +01:00
Phillip Webb
1a14f39f83
Polish
2022-10-20 17:04:29 -07:00