Jim Stockwell
f76e5d1bac
Update README with instructions on running tests
...
See gh-24301
4 years ago
Phillip Webb
e95c514661
Merge branch '2.3.x'
...
Closes gh-24412
4 years ago
Phillip Webb
49e754f48b
Merge branch '2.2.x' into 2.3.x
...
Closes gh-24411
4 years ago
Phillip Webb
286ef61071
Narrow auto-configure checkstyle suppressions
...
Closes gh-21015
4 years ago
Phillip Webb
b48f4028a3
Merge branch '2.3.x'
4 years ago
Phillip Webb
30717b6ae3
Merge branch '2.2.x' into 2.3.x
4 years ago
Phillip Webb
4f95486822
Polish note about Maven/Gradle restarts
...
See gh-24271
4 years ago
Phillip Webb
b9e87a4ab2
Merge branch '2.3.x'
...
Closes gh-24410
4 years ago
Phillip Webb
445c6b8aa6
Merge branch '2.2.x' into 2.3.x
...
Closes gh-24409
4 years ago
Phillip Webb
9dfd766da8
Merge pull request #24271 from CubeOfCheese
...
* pr/24271:
Polish "Triggering a restart" formatting
Document devtools restart with Maven/Gradle
Closes gh-24271
4 years ago
Phillip Webb
10d3121e27
Polish "Triggering a restart" formatting
...
See gh-24271
4 years ago
Billy T. Hernandez
0503079dc5
Document devtools restart with Maven/Gradle
...
Update the documentation to help avoid confusion for people who aren't
using an IDE.
See gh-24271
4 years ago
Phillip Webb
3618bddf51
Merge branch '2.3.x'
...
Closes gh-24408
4 years ago
Phillip Webb
06531b9b71
Merge branch '2.2.x' into 2.3.x
...
Closes gh-24407
4 years ago
Phillip Webb
89642f0ce8
Add link to appendix from error handling
...
Improve documentation by adding a link from the "Error Handling" section
to the appendix.
Closes gh-24265
4 years ago
Phillip Webb
cd5ff6e4af
Merge branch '2.3.x'
...
Closes gh-24404
4 years ago
Phillip Webb
11f285bde5
Merge branch '2.2.x' into 2.3.x
...
Closes gh-24403
4 years ago
Phillip Webb
6ee1db70a5
Merge pull request #24306 from izeye
...
* pr/24306:
Polish
Closes gh-24306
4 years ago
izeye
8c55803931
Polish
...
See gh-24306
4 years ago
Stephane Nicoll
93d83342d2
Merge branch '2.3.x'
...
Closes gh-24401
4 years ago
Stephane Nicoll
06671aa50e
Stop deferring JPA bootstrap mode by default
...
This commit changes the default value of bootstrap-mode to "default"
rather than "deferred" so that the JPA infrastructure starts in the
main thread rather than asynchronously.
Closes gh-24249
4 years ago
Stephane Nicoll
7b2f24aa46
Upgrade to Undertow 2.2.3.Final
...
Closes gh-24397
4 years ago
Stephane Nicoll
2fea5d49e7
Upgrade to Tomcat 9.0.40
...
Closes gh-24396
4 years ago
Stephane Nicoll
d96323be7b
Upgrade to Nimbus JOSE JWT 9.1.3
...
Closes gh-24395
4 years ago
Stephane Nicoll
643bb1ba6b
Upgrade to Mockito 3.6.28
...
Closes gh-24394
4 years ago
Stephane Nicoll
a7d52a2b2d
Upgrade to MariaDB 2.7.1
...
Closes gh-24393
4 years ago
Stephane Nicoll
3223e7cf39
Upgrade to Kotlin Coroutines 1.4.2
...
Closes gh-24392
4 years ago
Stephane Nicoll
aadc7d3530
Upgrade to Kotlin 1.4.21
...
Closes gh-24391
4 years ago
Stephane Nicoll
8dd34b74c5
Upgrade to jOOQ 3.14.4
...
Closes gh-24390
4 years ago
Stephane Nicoll
626b67ffc0
Upgrade to Jetty 9.4.35.v20201120
...
Closes gh-24389
4 years ago
Stephane Nicoll
543ccd33d4
Upgrade to Infinispan 11.0.8.Final
...
Closes gh-24388
4 years ago
Stephane Nicoll
d7ee9a5b15
Upgrade to HttpCore 4.4.14
...
Closes gh-24387
4 years ago
Stephane Nicoll
3fa898c104
Upgrade to Hibernate 5.4.25.Final
...
Closes gh-24386
4 years ago
Stephane Nicoll
558f691a8d
Upgrade to Groovy 2.5.14
...
Closes gh-24385
4 years ago
Stephane Nicoll
9aa170703d
Upgrade to Dropwizard Metrics 4.1.16
...
Closes gh-24384
4 years ago
Stephane Nicoll
2770326356
Upgrade to DB2 JDBC 11.5.5.0
...
Closes gh-24383
4 years ago
Stephane Nicoll
ad079bf58a
Upgrade to Caffeine 2.8.7
...
Closes gh-24382
4 years ago
Stephane Nicoll
df405e1636
Upgrade to Reactor 2020.0.2
...
Closes gh-24275
4 years ago
Stephane Nicoll
14de996724
Merge branch '2.3.x'
4 years ago
Stephane Nicoll
f84cb1b765
Upgrade to Reactor Dysprosium-SR15
...
Closes gh-24274
4 years ago
Stephane Nicoll
ab71c53497
Merge branch '2.2.x' into 2.3.x
4 years ago
Stephane Nicoll
07a1ef3604
Upgrade to Reactor Dysprosium-SR15
...
Closes gh-24273
4 years ago
Stephane Nicoll
0df3797c37
Upgrade to Spring Security 5.4.2
...
Closes gh-24297
4 years ago
Stephane Nicoll
4fa460d4a5
Start building against Spring Kafka 2.6.4 snapshots
...
See gh-24294
4 years ago
Stephane Nicoll
eabcc81b03
Start building against Spring Batch 4.3.1 snapshots
...
See gh-24291
4 years ago
Stephane Nicoll
013d8ed990
Start building against Spring AMQP 2.3.2 snapshots
...
See gh-24288
4 years ago
Stephane Nicoll
f3ae8d9e8e
Start building against Spring HATEOAS 1.2.2 snapshots
...
See gh-24285
4 years ago
Phillip Webb
e0c6ad0e86
Merge branch '2.3.x'
4 years ago
Scott Frederick
d61724aada
Add @Name support for Kotlin value object binding
...
Fixes gh-24379
4 years ago
Phillip Webb
b0e9e8402d
Merge branch '2.2.x' into 2.3.x
4 years ago