Stephane Nicoll
5932a395db
Upgrade Java 18 version in CI image
...
Closes gh-30261
3 years ago
Andy Wilkinson
fee3b89b1b
Merge branch '2.6.x' into 2.7.x
...
Closes gh-30257
3 years ago
Andy Wilkinson
cdaafce614
Merge branch '2.5.x' into 2.6.x
...
Closes gh-30256
3 years ago
Andy Wilkinson
7f036e35fd
Make MustacheViewResolvers conditional onspring.mustache.enabled
...
Closes gh-30250
3 years ago
Stephane Nicoll
626cfff940
Merge branch '2.6.x' into 2.7.x
3 years ago
Stephane Nicoll
8e7f7d3c76
Merge branch '2.5.x' into 2.6.x
3 years ago
Stephane Nicoll
b97a3ae07a
Revert unnecessary suppress warnings
...
See https://github.com/spring-projects/spring-framework/issues/28079
3 years ago
Andy Wilkinson
81383e552a
Merge branch '2.6.x' into 2.7.x
...
Closes gh-30254
3 years ago
Andy Wilkinson
6bc000565d
Merge branch '2.5.x' into 2.6.x
...
Closes gh-30253
3 years ago
Andy Wilkinson
0accc3d67d
Convert MustacheAutoConfigurationTests to application context runner
...
Closes gh-30252
3 years ago
Andy Wilkinson
2282f9cc88
Upgrade to Embedded Mongo 3.4.2
...
As part of the upgrade, the property for configuring features has
been removed as support for feature-aware versions has been removed
from Embedded Mongo. For advanced configuration where features were
specified, users should provide a MongodConfig bean instead.
Closes gh-29985
Closes gh-30219
3 years ago
Stephane Nicoll
a8c44221ec
Merge branch '2.6.x' into 2.7.x
3 years ago
Stephane Nicoll
9ccbfe52f8
Upgrade to Tomcat 9.0.60
...
Closes gh-30249
3 years ago
Stephane Nicoll
82bc28d530
Upgrade to Spring Retry 1.3.2
...
Closes gh-30248
3 years ago
Stephane Nicoll
82f4092cd4
Upgrade to Netty tcNative 2.0.51.Final
...
Closes gh-30247
3 years ago
Stephane Nicoll
28c8f16b78
Upgrade to Netty 4.1.75.Final
...
Closes gh-30246
3 years ago
Stephane Nicoll
7cf5dcd3f9
Upgrade to Logback 1.2.11
...
Closes gh-30245
3 years ago
Stephane Nicoll
8deab79cac
Upgrade to Log4j2 2.17.2
...
Closes gh-30244
3 years ago
Stephane Nicoll
57d3a52301
Upgrade to Kafka 3.0.1
...
Closes gh-30243
3 years ago
Stephane Nicoll
1385c6af90
Upgrade to Hibernate Validator 6.2.3.Final
...
Closes gh-30241
3 years ago
Stephane Nicoll
230ebcbe88
Upgrade to Hibernate 5.6.6.Final
...
Closes gh-30240
3 years ago
Stephane Nicoll
8e016e8922
Upgrade to Groovy 3.0.10
...
Closes gh-30239
3 years ago
Stephane Nicoll
9a1f60131e
Upgrade to Dropwizard Metrics 4.2.9
...
Closes gh-30238
3 years ago
Stephane Nicoll
8be87b19cf
Upgrade to Couchbase Client 3.2.6
...
Closes gh-30237
3 years ago
Stephane Nicoll
e8c8a05198
Merge branch '2.6.x' into 2.7.x
3 years ago
Stephane Nicoll
80e586a065
Merge branch '2.5.x' into 2.6.x
3 years ago
Stephane Nicoll
59f4004fa6
Upgrade to Tomcat 9.0.60
...
Closes gh-30230
3 years ago
Stephane Nicoll
417a6792a0
Upgrade to Spring Retry 1.3.2
...
Closes gh-30229
3 years ago
Stephane Nicoll
58e0665ac8
Upgrade to Netty tcNative 2.0.51.Final
...
Closes gh-30228
3 years ago
Stephane Nicoll
fc72be112c
Upgrade to Netty 4.1.75.Final
...
Closes gh-30227
3 years ago
Stephane Nicoll
a98f7f273c
Upgrade to Logback 1.2.11
...
Closes gh-30226
3 years ago
Stephane Nicoll
5c7a43e9d3
Upgrade to Log4j2 2.17.2
...
Closes gh-30225
3 years ago
Stephane Nicoll
0229706440
Upgrade to Hibernate Validator 6.2.3.Final
...
Closes gh-30224
3 years ago
Stephane Nicoll
17e07c22ca
Upgrade to Groovy 3.0.10
...
Closes gh-30223
3 years ago
Stephane Nicoll
9bf18ead23
Upgrade to Dropwizard Metrics 4.1.31
...
Closes gh-30222
3 years ago
Stephane Nicoll
4d4d5348ab
Upgrade to Couchbase Client 3.1.8
...
Closes gh-30221
3 years ago
Andy Wilkinson
e97fa0ae52
Merge branch '2.6.x' into 2.7.x
...
See gh-30167
3 years ago
Andy Wilkinson
05c12737fe
Merge branch '2.5.x' into 2.6.x
...
See gh-30166
3 years ago
Andy Wilkinson
3ab688ef82
Add missing task dependencies
...
See gh-29406
3 years ago
Andy Wilkinson
b4cbcd797e
Merge branch '2.6.x' into 2.7.x
...
Closes gh-30218
3 years ago
Andy Wilkinson
c4d2602a3e
Merge branch '2.5.x' into 2.6.x
...
Closes gh-30217
3 years ago
Andy Wilkinson
f32895ba9d
Merge pull request #30209 from octylFractal
...
* gh-30209:
Refactor code to avoid using internal LazyPublishArtifact
Closes gh-30209
3 years ago
Octavia Togami
264a6888a9
Refactor code to avoid using internal LazyPublishArtifact
...
See gh-30209
3 years ago
Andy Wilkinson
4935c11a07
Merge branch '2.6.x' into 2.7.x
...
Closes gh-30215
3 years ago
Andy Wilkinson
464fce621d
Merge branch '2.5.x' into 2.6.x
...
Closes gh-30213
3 years ago
Andy Wilkinson
f11ddb4bd7
Prevent eager creation of bootWar task
...
Previously, querying the artifact's extension in
SinglePublishedArtifact would result in eager creation of the task
that creates the artifact. Typically, this is the bootWar task.
Instead of querying the extension, this commit reworks
SinglePublishedArtifact and its callers to call separate methods for
jar and war artifacts so that the extension check is no longer
required.
Tests have been added to ensure that running help does not trigger
any unexpected task creation. The tests' assertions tolerate some
variation in behavior that depend on the version of Gradle and
whether the configuration cache is enabled.
Closes gh-30211
3 years ago
Stephane Nicoll
1ac3271d2c
Merge branch '2.6.x' into 2.7.x
3 years ago
Stephane Nicoll
4ac2309d9f
Upgrade to Reactor 2020.0.17
...
Closes gh-30187
3 years ago
Stephane Nicoll
5473023e12
Merge branch '2.5.x' into 2.6.x
3 years ago
Stephane Nicoll
8158ce7d8b
Upgrade to Reactor 2020.0.17
...
Closes gh-30176
3 years ago