Stephane Nicoll
e746dfa677
Polish "Allow configuring WebDriver with TestNG"
...
See gh-27947
2022-06-19 10:35:09 +02:00
AlexCD
4872523181
Allow configuring WebDriver with TestNG
...
See gh-27947
2022-06-19 10:33:54 +02:00
Johnny Lim
aab59c5f2e
Static-import Mockito.mock()
...
See gh-31443
2022-06-19 10:31:28 +02:00
dreis2211
b687e1c7ee
Use Runtime.version() instead of reflection
...
See gh-31444
2022-06-19 10:28:59 +02:00
dreis2211
a639685053
Remove obsolete Java compatibility code
...
See gh-31452
2022-06-19 10:22:23 +02:00
Stephane Nicoll
cb22905944
Merge branch '2.7.x'
...
Closes gh-31455
2022-06-19 10:15:13 +02:00
Johnny Lim
11a07a9d1e
Polish OAuth2ResourceServerAutoConfigurationTests
...
See gh-31453
2022-06-19 10:11:48 +02:00
Stephane Nicoll
b99295fff4
Revert "Polish contribution"
...
This reverts commit a000ed4beb .
See gh-31454
2022-06-19 10:01:44 +02:00
Stephane Nicoll
a000ed4beb
Polish contribution
...
See gh-31454
2022-06-19 10:00:47 +02:00
Johnny Lim
c3f1b4f595
Add Javadoc since to AbstractApplicationContextRunner.prepare()
...
See gh-31454
2022-06-19 09:59:47 +02:00
dreis2211
3fcb6765b1
Fix checkstyle violation
...
See gh-31449
2022-06-18 11:06:33 +01:00
Johnny Lim
5d7d0d8047
Use 3.0.0 for Javadoc since tags
...
See gh-31448
2022-06-17 16:48:58 +02:00
Stephane Nicoll
a957efbdc5
Add missing org.yaml.snakeyaml.Yaml reflection hint
...
Closes gh-31441
2022-06-17 15:50:24 +02:00
Stephane Nicoll
3366e4de25
Upgrade to Spring LDAP 2.4.1
...
Closes gh-31373
2022-06-17 11:00:10 +02:00
Stephane Nicoll
c61fab2777
Upgrade to Undertow 2.2.18.Final
...
Closes gh-31438
2022-06-17 10:59:47 +02:00
Stephane Nicoll
4f95fdea82
Upgrade to Reactive Streams 1.0.4
...
Closes gh-31436
2022-06-17 10:59:42 +02:00
Stephane Nicoll
91d9d48446
Upgrade to Postgresql 42.3.6
...
Closes gh-31435
2022-06-17 10:59:40 +02:00
Stephane Nicoll
548e8728e4
Upgrade to Netty 4.1.78.Final
...
Closes gh-31434
2022-06-17 10:59:38 +02:00
Stephane Nicoll
e43e9c3c40
Upgrade to Neo4j Java Driver 4.4.6
...
Closes gh-31433
2022-06-17 10:59:35 +02:00
Stephane Nicoll
8e911affad
Upgrade to MongoDB 4.6.1
...
Closes gh-31432
2022-06-17 10:59:33 +02:00
Stephane Nicoll
c93d3201ff
Upgrade to MariaDB 3.0.5
...
Closes gh-31431
2022-06-17 10:59:31 +02:00
Stephane Nicoll
338d8d997b
Upgrade to Kotlin Coroutines 1.6.2
...
Closes gh-31430
2022-06-17 10:59:29 +02:00
Stephane Nicoll
dbf3677c0a
Upgrade to jOOQ 3.14.16
...
Closes gh-31429
2022-06-17 10:59:26 +02:00
Stephane Nicoll
26b64e7713
Upgrade to Hazelcast 5.1.2
...
Closes gh-31428
2022-06-17 10:59:24 +02:00
Stephane Nicoll
670876b52d
Upgrade to H2 2.1.214
...
Closes gh-31427
2022-06-17 10:59:22 +02:00
Stephane Nicoll
cd2a8a91da
Upgrade to Groovy 3.0.11
...
Closes gh-31426
2022-06-17 10:59:19 +02:00
Stephane Nicoll
4d03653b74
Upgrade to Flyway 8.5.13
...
Closes gh-31425
2022-06-17 10:59:16 +02:00
Stephane Nicoll
e60a235194
Upgrade to Embedded Mongo 3.4.6
...
Closes gh-31424
2022-06-17 10:59:14 +02:00
Stephane Nicoll
54e4ff8e81
Upgrade to Elasticsearch 7.17.4
...
Closes gh-31423
2022-06-17 10:59:12 +02:00
Stephane Nicoll
9590a9914a
Upgrade to Couchbase Client 3.3.1
...
Closes gh-31422
2022-06-17 10:59:10 +02:00
Stephane Nicoll
d82c6dc291
Upgrade to AppEngine SDK 1.9.97
...
Closes gh-31421
2022-06-17 10:59:07 +02:00
Phillip Webb
657fa3e64e
Merge branch '2.7.x'
...
Closes gh-31409
2022-06-16 15:36:29 -07:00
Phillip Webb
7c91ebb1b0
Merge branch '2.6.x' into 2.7.x
...
Closes gh-31408
2022-06-16 15:36:00 -07:00
Phillip Webb
ae6311ddda
Prevent Logback from accidentally being used in Log4J2LoggingSystemTests
...
Update `Log4J2LoggingSystemTests` to exclude Logback and include
'log4j-slf4j-impl'. The `ModifiedClassPathClassLoader` has also been
updated so that it no longer automatically excludes `log4j` artifacts,
instead we now use `@ClassPathExclusions` on the relevant tests.
Fixes gh-19365
2022-06-16 15:35:32 -07:00
Andy Wilkinson
4f3180540c
Use Framework's MockSpringFactoriesLoader
...
Closes gh-31406
2022-06-16 15:40:03 +01:00
Andy Wilkinson
bde06a3115
Merge branch '2.7.x'
2022-06-16 15:39:48 +01:00
Andy Wilkinson
89bef73846
Polish
2022-06-16 15:39:04 +01:00
Andy Wilkinson
80ae3f36a9
Merge branch '2.7.x'
...
Closes gh-31404
2022-06-16 13:06:00 +01:00
Andy Wilkinson
a1cc5bf238
Allow multiple JWS algorithms to be configured
...
Closes gh-31321
2022-06-16 12:59:13 +01:00
Andy Wilkinson
d370d19e7a
Merge branch '2.7.x'
...
Closes gh-31403
2022-06-16 12:14:52 +01:00
Andy Wilkinson
5e1cd28d3f
Merge branch '2.6.x' into 2.7.x
...
Closes gh-31402
2022-06-16 12:14:28 +01:00
Lars Grefer
e8a1a0399a
Upgrade to Bouncycastle 1.71
...
Closes gh-31400
2022-06-16 12:14:06 +01:00
Stephane Nicoll
e5bb1cd108
Upgrade to Micrometer 1.9.1
...
Closes gh-31372
2022-06-16 11:04:42 +02:00
Stephane Nicoll
7e6acfd2ab
Upgrade to Micrometer 1.8.7
...
Closes gh-31347
2022-06-16 11:03:51 +02:00
Phillip Webb
d84557f1f9
Merge branch '2.7.x'
...
Closes gh-31396
2022-06-15 10:53:17 -07:00
Phillip Webb
bcbcc53a09
Merge branch '2.6.x' into 2.7.x
...
Closes gh-31395
2022-06-15 10:51:40 -07:00
Phillip Webb
b42f056ddb
Don't close jar files early
...
Update `JarFile` and related classes so that `close()` is not longer
called early.
Prior to this commit, we would always immediately close the underlying
jar file to prevent file locking issues with our build. This causes
issues on certain JVMs when they attempt to verify a signed jar.
The file lock issues have now been solved by returning a custom input
stream from `JarUrlConnection` which captures and delegates the close
method.
Fixes gh-29356
2022-06-15 10:51:01 -07:00
Madhura Bhave
55d6a87fef
Remove support for multiple batch jobs
...
Closes gh-25373
2022-06-15 09:34:10 -07:00
Andy Wilkinson
fabe0637cd
Raise the minimum supported version of Kotlin to 1.7
...
Closes gh-31391
2022-06-15 10:53:26 +01:00
Stephane Nicoll
8c7923da6a
Upgrade to Spring Framework 5.3.21
...
Closes gh-31319
2022-06-15 11:07:33 +02:00