Phillip Webb
e917bd0ed0
Only build OutputCapture strings when necessary
...
Update `OutputCapture` so that expensive build operations are only
performed when necessary. This update is especially important for Kotlin
users calling `"Expected String" in output` since this results in a call
to Kotlin's `CharSequence.contains` which calls the `length()` and
`charAt()` methods many times.
Closes gh-32033
2 years ago
Phillip Webb
75f4d9e3fd
Fix empty @DefaultValue annotation test failures on Java 17
...
See gh-32559
2 years ago
Phillip Webb
efc431bdc4
Support empty @DefaultValue annotations on aggregates and optional
...
Update `ValueObjectBinder` to allow an empty `@DefaultValue` to be
used on map, collection, arrays and optional types.
Closes gh-32559
2 years ago
Andy Wilkinson
8a93abfaaa
Improve diagnostics when run does not produce expected logging
2 years ago
Andy Wilkinson
84a25c7dcf
Configure Log4j2 classpath overrides consistently
...
Closes gh-32537
2 years ago
Andy Wilkinson
be48f37a83
Fix LogbackMetrics auto-config test with Logback and Log4j2 on cp
...
Closes gh-32533
2 years ago
Stephane Nicoll
f415541afe
Merge pull request #32476 from 1993heqiang
...
* pr/32476:
Remove redundant @ExtendWith(SpringExtension.class) for sample
Closes gh-32476
2 years ago
heqiang
5db6cc1cba
Remove redundant @ExtendWith(SpringExtension.class) for sample
...
See gh-32476
2 years ago
Stephane Nicoll
1928177da2
Merge pull request #32505 from micopiira
...
* pr/32505:
Polish "Use non-blocking API in CouchbaseReactiveHealthIndicator"
Use non-blocking API in CouchbaseReactiveHealthIndicator
Closes gh-32505
2 years ago
Stephane Nicoll
8f598f876b
Polish "Use non-blocking API in CouchbaseReactiveHealthIndicator"
...
See gh-32505
2 years ago
Mico Piira
f51c4c3df0
Use non-blocking API in CouchbaseReactiveHealthIndicator
...
See gh-32505
2 years ago
Stephane Nicoll
8a27f0b46c
Merge pull request #32501 from izeye
...
* pr/32501:
Enable LoaderIntegrationTests with Java 19
Closes gh-32501
2 years ago
Johnny Lim
975affc497
Enable LoaderIntegrationTests with Java 19
...
See gh-32501
2 years ago
Stephane Nicoll
01cef2d7b6
Merge pull request #32504 from dreis2211
...
* pr/32504:
Polish "Avoid using JUnit 4 assertions"
Avoid using JUnit 4 assertions
Closes gh-32504
2 years ago
Stephane Nicoll
0457536d72
Polish "Avoid using JUnit 4 assertions"
...
See gh-32504
2 years ago
dreis2211
cee353fba6
Avoid using JUnit 4 assertions
...
See gh-32504
2 years ago
Scott Frederick
81598b51f9
Use task outputs in distZip Paketo system tests
...
Using the outputs from `distZip` and `bootDistZip` as input to the
`bootBuildImage` task instead of indirectly using the output file
path prevents Gradle warnings about implicit task dependencies.
Fixes gh-32506
2 years ago
Andy Wilkinson
cfac7f55a4
Correct annotations on BootBuildImage's file-based inputs
...
Closes gh-32495
2 years ago
Spring Builds
33afbcc092
Next development version (v2.6.13-SNAPSHOT)
2 years ago
Stephane Nicoll
82763deb93
Upgrade to Spring Batch 4.3.7
...
Closes gh-32271
2 years ago
Andy Wilkinson
856bd84df9
Remove JDK 18 CI
...
Closes gh-32290
2 years ago
Andy Wilkinson
5affcecd24
Update Java 19 CI to use Bellsoft Liberica
...
Closes gh-32289
2 years ago
Andy Wilkinson
9d30a0a5b6
Upgrade to Dependency Management Plugin 1.0.14.RELEASE
...
Closes gh-32458
2 years ago
Stephane Nicoll
4e18da99a3
Upgrade to Spring Integration 5.5.15
...
Closes gh-32452
2 years ago
Phillip Webb
c7254cfe25
Upgrade to Jetty 9.4.49.v20220914
...
Closes gh-32441
2 years ago
Phillip Webb
634799f887
Upgrade to Groovy 3.0.13
...
Closes gh-32440
2 years ago
Stephane Nicoll
6c37838f31
Upgrade to Spring Kafka 2.8.9
...
Closes gh-32270
2 years ago
Stephane Nicoll
033b6b5dbe
Upgrade to Spring AMQP 2.4.7
...
Closes gh-32269
2 years ago
Stephane Nicoll
d72e0b39fc
Upgrade to Spring Data 2021.1.7
...
Closes gh-32268
2 years ago
Stephane Nicoll
d2ad0b7f91
Merge pull request #32405 from jprinet
...
* pr/32405:
Upgrade to Gradle Enterprise plugin 3.11.1
Closes gh-32405
2 years ago
Jerome Prinet
173b70c377
Upgrade to Gradle Enterprise plugin 3.11.1
...
See gh-32405
2 years ago
Scott Frederick
057ad72945
Enable Paketo builder system tests on Java 18
...
Closes gh-32296
2 years ago
Andy Wilkinson
61e11cd361
Ensure that TCCL is clean when DataSource is accessed
...
Previously, when using Tomcat, its web app class loader was the thread
context class loader when H2ConsoleAutoConfiguration triggered
initialization of Hikari's pool. This was the case because it's done
in the bean method of a ServletRegistrationBean. Such Servlet-related
beans are intentionally created with Tomcat's web app classloader as
the TCCL. This arrangement results in the pool's threads using
Tomcat's web app class loader as their TCCL which is not desirable.
One consequence of this was that Tomcat could log a warning at
shutdown about the thread being left running when it will, in fact,
be stopped as part of the context being closed.
This commit updates H2ConsoleAutoConfiguration to set the TCCL to its
own ClassLoader while the DataSource information is being logged.
Closes gh-32382
2 years ago
Andy Wilkinson
ab26050fe7
Document support for Java 19
...
Closes gh-32259
2 years ago
Stephane Nicoll
998396dd8a
Upgrade to Spring HATEOAS 1.4.5
...
Closes gh-32400
2 years ago
Andy Wilkinson
77f428498f
Compile against SnakeYAML 1.32 and test against older versions
...
Closes gh-32392
2 years ago
Stephane Nicoll
78fb738117
Upgrade to Spring Framework 5.3.23
...
Closes gh-32267
2 years ago
Stephane Nicoll
3a55c3a530
Upgrade CI to Docker 20.10.18
...
Closes gh-32377
2 years ago
Stephane Nicoll
9b122924c8
Upgrade to RSocket 1.1.3
...
Closes gh-32379
2 years ago
Stephane Nicoll
c216e1e4a4
Upgrade to Netty 4.1.82.Final
...
Closes gh-32312
2 years ago
Stephane Nicoll
a3465ced28
Upgrade to Kafka 3.0.2
...
Closes gh-32311
2 years ago
Stephane Nicoll
3d21fcb381
Upgrade to Johnzon 1.2.19
...
Closes gh-32310
2 years ago
Stephane Nicoll
4848f8db5b
Upgrade to Janino 3.1.8
...
Closes gh-32309
2 years ago
Stephane Nicoll
b4475e1387
Upgrade to Jackson Bom 2.13.4
...
Closes gh-32308
2 years ago
Stephane Nicoll
1775fc148c
Upgrade to Hibernate Validator 6.2.5.Final
...
Closes gh-32307
2 years ago
Stephane Nicoll
7de6d72346
Upgrade to Hibernate 5.6.11.Final
...
Closes gh-32306
2 years ago
Stephane Nicoll
2fa4195326
Upgrade to Dropwizard Metrics 4.2.12
...
Closes gh-32305
2 years ago
Stephane Nicoll
dc4d850b16
Upgrade to Rector 2020.0.23
...
Closes gh-32266
2 years ago
Stephane Nicoll
72ad69d696
Upgrade to Micrometer 1.8.10
...
Closes gh-32265
2 years ago
Andy Wilkinson
9fe9f31af1
Polish
2 years ago