Stephane Nicoll
db2906bff0
Upgrade to Dropwizard Metrics 4.2.13
...
Closes gh-33303
2022-11-22 18:00:25 +01:00
Stephane Nicoll
0fd1babf19
Upgrade to Byte Buddy 1.12.19
...
Closes gh-33302
2022-11-22 18:00:25 +01:00
Andy Wilkinson
20397ad782
Upgrade to Spring Integration 6.0.0
...
Closes gh-33146
2022-11-22 15:28:18 +00:00
Andy Wilkinson
98113c975b
Revert "Start building against Spring Batch 4.3.8 snapshots"
...
This reverts commit 41914ab15b .
4.3.8 has been postponed
See gh-33135
2022-11-22 15:09:18 +00:00
Andy Wilkinson
c4151bb629
Revert "Start building against Spring Batch 4.3.8 snapshots"
...
This reverts commit 2b4ceb35a2 .
The 4.3.8 release has been postponed.
See gh-33128
2022-11-22 15:05:58 +00:00
Stephane Nicoll
232f3cd070
Upgrade to Spring GraphQL 1.0.3
...
Closes gh-33150
2022-11-22 14:46:33 +01:00
Moritz Halbritter
369424853b
Update links to GraalVM page on wiki
2022-11-22 14:39:57 +01:00
Jonatan Ivanov
2d40d07773
Remove Brave and OTel HTTP support in favor of instrumentation
...
See gh-33287
2022-11-22 13:22:14 +00:00
Brian Clozel
aeccf7673b
Upgrade to Spring for GraphQL 1.1.0
...
Closes gh-33145
2022-11-22 14:17:01 +01:00
Brian Clozel
cbc19abb61
Upgrade to Jackson 2.14.1
...
Closes gh-33289
2022-11-22 14:09:21 +01:00
Moritz Halbritter
fad610ef72
Add factory for NoopTracer instead of using instance supplier
...
Closes gh-33298
2022-11-22 14:02:57 +01:00
Stephane Nicoll
75b74637f6
Make sure the 'native' profile can be used in a multi-modules project
...
This commit updates the 'native' profile so that it provides plugin
management for the plugins involved in building a native image, rather
than forcing their executions.
This commit also update the Maven Plugin reference guide to describe
what the native profile does, and how it can be used in various
scenarios.
Closes gh-33184
2022-11-22 12:33:52 +01:00
Stephane Nicoll
29ee5d2d9a
Polish
2022-11-22 10:45:03 +01:00
Stephane Nicoll
a7f57091a6
Add support for building an image without forking the Maven lifecycle
...
This commit adds a new "build-image-no-fork" goal that behaves exactly
as "build-image", except it does not fork the lifecycle. This is a
common pattern in maven plugins where a goal can be invoked on the
command-line and conveniently make sure that a certain phase has run
prior to its execution.
The new goal is suitable for binding the goal in a phase, typically
package, and rely on it rather than invoking the goal. This makes sure
that the lifecycle is forked, which would run everything again.
Closes gh-26455
2022-11-22 10:42:26 +01:00
Stephane Nicoll
efa8d8b877
Upgrade to Spring WS 4.0.0
...
Closes gh-33139
2022-11-22 08:53:11 +01:00
Brian Clozel
e8c3157db5
Start building against Spring Framework 6.0.1 SNAPSHOTs
...
See gh-33286
2022-11-21 20:53:37 +01:00
Phillip Webb
12b4578e98
Further refine WavefrontProperties
...
See gh-33244
2022-11-21 11:43:10 -08:00
Andy Wilkinson
2d4ef90954
Upgrade to Spring Kafka 3.0.0
...
Closes gh-33142
2022-11-21 17:49:13 +00:00
Andy Wilkinson
2848593caa
Merge branch '2.6.x' into 2.7.x
...
Closes gh-33133
2022-11-21 17:47:40 +00:00
Andy Wilkinson
b960609995
Upgrade to Spring Kafka 2.8.11
...
Closes gh-33126
2022-11-21 17:46:24 +00:00
Stephane Nicoll
a9375afb06
Upgrade to Spring Security 6.0.0
...
Closes gh-33144
2022-11-21 17:41:18 +01:00
Stephane Nicoll
a6de2e88ed
Upgrade to Spring AMQP 3.0.0
...
Closes gh-33141
2022-11-21 17:40:47 +01:00
Stephane Nicoll
bed7df63a9
Upgrade to Spring AMQP 2.4.8
...
Closes gh-33223
2022-11-21 17:39:58 +01:00
Stephane Nicoll
5035f638a5
Upgrade to Spring AMQP 2.4.8
...
Closes gh-33222
2022-11-21 17:39:22 +01:00
Stephane Nicoll
d89861e056
Merge branch '2.7.x'
...
Closes gh-33284
2022-11-21 16:23:11 +01:00
Stephane Nicoll
78d8bfdc52
Merge branch '2.6.x' into 2.7.x
...
Closes gh-33283
2022-11-21 16:22:54 +01:00
Henning Poettker
330848d339
Make ScheduledBeanLazyInitializationExcludeFilter conditional
...
See gh-33276
2022-11-21 16:11:07 +01:00
Andy Wilkinson
cb14089d24
Align reference docs with @Timed changes
...
Closes gh-33282
2022-11-21 14:14:28 +00:00
Andy Wilkinson
4100561b3d
Align docs with tags provider and contributor changes
...
Closes gh-33281
2022-11-21 13:58:27 +00:00
Andy Wilkinson
810efdb53d
Upgrade to Spring REST Docs 3.0.0
...
Closes gh-33143
2022-11-21 12:27:28 +00:00
Andy Wilkinson
3d2e0f38a7
Merge branch '2.6.x' into 2.7.x
...
Closes gh-33134
2022-11-21 12:00:54 +00:00
Andy Wilkinson
a23c7df2df
Upgrade to Spring REST Docs 2.0.7.RELEASE
...
Closes gh-33127
2022-11-21 11:57:57 +00:00
Phillip Webb
c93e248c46
Refine WavefrontProperties
...
Remove naming properties under `management.wavefront.application`.
Closes gh-33244
2022-11-18 16:36:37 -08:00
Stephane Nicoll
f841cafbc9
Upgrade to Janino 3.1.9
...
Closes gh-33274
2022-11-18 22:23:23 +01:00
Stephane Nicoll
87444abccb
Upgrade to Ehcache3 3.10.6
...
Closes gh-33273
2022-11-18 22:23:20 +01:00
Stephane Nicoll
7d3fa4e7a6
Upgrade to Byte Buddy 1.12.19
...
Closes gh-33272
2022-11-18 22:23:17 +01:00
Stephane Nicoll
e0b08f0536
Upgrade to Janino 3.1.9
...
Closes gh-33271
2022-11-18 22:20:12 +01:00
Stephane Nicoll
d02901ca5a
Upgrade to Spring HATEOAS 2.0.0
...
Closes gh-33137
2022-11-18 18:39:39 +01:00
Stephane Nicoll
eb6f48cfbc
Upgrade to Spring Data 2022.0.0
...
Closes gh-33140
2022-11-18 18:39:03 +01:00
Andy Wilkinson
b8142d168b
Merge branch '2.7.x'
...
Closes gh-33269
2022-11-18 17:16:01 +00:00
Andy Wilkinson
9879538c02
Merge branch '2.6.x' into 2.7.x
...
Closes gh-33268
2022-11-18 17:15:13 +00:00
Andy Wilkinson
e860efca65
Test Gradle plugin against 7.6-rc-3
...
Closes gh-33267
2022-11-18 17:14:29 +00:00
Andy Wilkinson
1f7da3e4eb
Merge branch '2.7.x'
...
Closes gh-33266
2022-11-18 16:29:25 +00:00
Andy Wilkinson
77cb05e804
Merge branch '2.6.x' into 2.7.x
...
Closes gh-33265
2022-11-18 16:29:11 +00:00
Andy Wilkinson
ec467402b3
Link to Micrometer's documentation on @Timed
...
Closes gh-33264
2022-11-18 16:28:28 +00:00
Andy Wilkinson
5dc589e7ae
Merge branch '2.7.x'
...
Closes gh-33263
2022-11-18 15:56:30 +00:00
Andy Wilkinson
6bf35e3dd0
Merge branch '2.6.x' into 2.7.x
...
Closes gh-33262
2022-11-18 15:49:12 +00:00
Andy Wilkinson
0c8ae65bd4
Switch of the banner when SpringBootTest runs an app with a parent
...
Closes gh-33079
2022-11-18 15:43:41 +00:00
Moritz Halbritter
e9429b4652
Merge branch '2.7.x'
...
Closes gh-33260
2022-11-18 14:54:38 +01:00
Moritz Halbritter
2cee6a88e3
Merge branch '2.6.x' into 2.7.x
...
Closes gh-33259
2022-11-18 14:54:18 +01:00