Phillip Webb
8a49218e82
Fixup version numbers following release
10 years ago
Spring Buildmaster
aea68f0c32
Next development version
10 years ago
Phillip Webb
7ac8cac3b5
Reorganize integration tests
...
Make spring-boot-integration-tests a top level project and move the
existing gradle tests and security tests to be sub-modules.
10 years ago
Andy Wilkinson
b29c5a3297
Upgrade to Groovy 2.3.10
...
Closes gh-2429
10 years ago
Andy Wilkinson
11e0444814
Upgrade to Spring Security JWT 1.0.3.RELEASE
...
Closes gh-2304
10 years ago
Andy Wilkinson
99a0661565
Upgrade to Spring Batch 3.0.3.RELEASE
...
Closes gh-2503
10 years ago
Andy Wilkinson
4840417cd9
Upgrade to mongo-java-driver 2.12.5
...
Closes gh-2502
10 years ago
Andy Wilkinson
3b8c9418b1
Upgrade to JDom 2.0.6
...
Closes gh-2501
10 years ago
Andy Wilkinson
8c534547c9
Upgrade to Groovy 2.3.9
...
Closes gh-2500
10 years ago
Andy Wilkinson
cdc2008146
Upgrade to AspectJ 1.8.5
...
Closes gh-2499
10 years ago
Andy Wilkinson
3f285d1bf0
Upgrade to Tomcat 7.0.59
...
Closes gh-2498
10 years ago
Andy Wilkinson
6a93fa1dd0
Upgrade to Jackson 2.3.5
...
Closes gh-2497
10 years ago
Andy Wilkinson
6aaa5ee933
Upgrade to CRaSH 1.3.1
...
Closes gh-2425
10 years ago
Andy Wilkinson
9212574191
Upgrade to Spring AMQP 1.3.9.RELEASE
...
Closes gh-2453
10 years ago
Andy Wilkinson
b2a059a385
Upgrade to Spring Data Dijkstra SR5
...
Closes gh-2423
10 years ago
Andy Wilkinson
92c8b75a73
Upgrade to Spring Integration 4.0.6.RELEASE
...
Closes gh-2358
10 years ago
Andy Wilkinson
3ef768e76d
Upgrade to Spring AMQP 1.3.8.RELEASE
...
Closes gh-2357
10 years ago
Andy Wilkinson
912060698d
Upgrade to SLF4J 1.7.10
...
Closes gh-2336
10 years ago
Andy Wilkinson
ca1716e9d6
Upgrade to Hibernate 4.3.8
...
Closes gh-2335
10 years ago
Phillip Webb
20dbf4ab15
Remove duplicate jetty-util dependency
...
See gh-2180
10 years ago
Phillip Webb
67302db9e5
Add dependency management for all Jetty modules
...
Update spring-boot-dependencies to include all Jetty modules. The helps
to prevent issues when modules are pulled in transitively (for example
via solr).
Fixes gh-2180
10 years ago
Stephane Nicoll
1567c00ef0
Upgrade to Spring Framework 4.0.9
...
Closes gh-2259
10 years ago
Stephane Nicoll
ed1db855c0
Upgrade to Thymeleaf 2.1.4
...
Closes gh-2215
10 years ago
Andy Wilkinson
e72f3c0215
Upgrade to Jetty 8.1.16.v20140903
...
Closes gh-2199
10 years ago
Michael Cramer
ef64186bb9
Upgrade to SLF4J 1.7.8
...
Closes gh-2151
10 years ago
Phillip Webb
a6adeab319
Fixup version numbers following release
10 years ago
Spring Buildmaster
63e6a25097
Next development version
10 years ago
Andy Wilkinson
42e2b9a41d
Upgrade to Groovy 2.3.8
...
Closes gh-2021
10 years ago
Andy Wilkinson
33dfab08de
Upgrade to Tomcat 7.0.57
...
Closes gh-1936
10 years ago
Andy Wilkinson
5bc48bee5a
Upgrade to Spring AMQP 1.3.7.RELEASE
...
Closes gh-1906
10 years ago
Andy Wilkinson
1182495810
Upgrade to Spring Integration 4.0.5.RELEASE
...
Closes gh-1905
10 years ago
Phillip Webb
345ced1675
Fixup version numbers following release
10 years ago
Spring Buildmaster
46b7738334
Next development version
10 years ago
Andy Wilkinson
142c183b11
Fix the ordering of versions and dependencies in the dependencies pom
10 years ago
Andy Wilkinson
eecdb92728
Upgrade to Spring 4.0.8.RELEASE
...
Closes gh-1785
10 years ago
Andy Wilkinson
21adc5066e
Upgrade to Spring Mobile 1.1.3.RELEASE
...
Closes gh-1893
10 years ago
Andy Wilkinson
f07c090876
Upgrade to Mongo Java Driver 2.12.4
...
The exception message for a connection timeout has been updated to
include the timeout period. The tests for the sample have been updated
accordingly.
Closes gh-1884
10 years ago
Andy Wilkinson
7e95dba52e
Upgrade to Jolokia 1.2.3
...
Closes gh-1883
10 years ago
Andy Wilkinson
a09e8f7538
Upgrade to HornetQ 2.4.5
...
Closes gh-1882
10 years ago
Andy Wilkinson
4e9da8c86e
Upgrade to Hibernate 4.3.7
...
Closes gh-1881
10 years ago
Andy Wilkinson
55f976dd6b
Upgrade to Freemarker 2.3.21
...
Closes gh-1880
10 years ago
Andy Wilkinson
effbfb6d14
Upgrade to Groovy 2.3.7
...
Closes gh-1879
10 years ago
Andy Wilkinson
3647e1b0ca
Upgrade to AspectJ 1.8.4
...
Closes gh-1878
10 years ago
Andy Wilkinson
a250e60a3e
Upgrade to Apache HTTPClient 4.3.6
...
Closes gh-1877
10 years ago
Andy Wilkinson
38e8942696
Upgrade to Thymeleaf Layout Dialect 1.2.7
...
Closes gh-1876
10 years ago
Andy Wilkinson
9b6ff220a1
Upgrade to MySQL Connector 5.1.34
...
Closes gh-1875
10 years ago
Michael Cramer
322bdd62ef
Update maven-javadoc-plugin to version 2.10.1
...
Closes gh-1863
10 years ago
Michael Cramer
f62664534d
Update maven-dependency-plugin to version 2.9
...
Closes gh-1862
10 years ago
Andy Wilkinson
a9b88d6955
Document need for ServerEndpointExporter and show its use in a sample
...
Traditionally, a @ServerEndpoint-annotated bean is found by a servlet
container initialiser, however Boot does not run servlet container
initialisers when an embedded container is being used. To be able to use
@ServerEndpoint in a Boot app that uses embedded Tomcat a
ServerEndpointExporter bean must be declared.
This commit updates the documentation to describe this requirement and
also updates the WebSockets sample to illustrate the use of
ServerEndpointExporter. The version of Spring Framework has been updated
to 4.0.8.BUILD-SNAPSHOT. This picks up the fix for SPR-12340.
Closes gh-1722
10 years ago
Andy Wilkinson
9a491013c3
Update email addresses in pom files to use new pivotal.io domain
...
Closes gh-1774
10 years ago