Phillip Webb
88f64c7ad3
Upgrade to Jackson 2.4.4
...
Closes gh-2062
10 years ago
Sebastien Deleuze
e641b47b66
Upgrade to Undertow 1.1.1
...
Fixes gh-2066
10 years ago
Phillip Webb
778aa39016
Add Undertow WebSocket auto-configuration
...
Fixes gh-2028
10 years ago
Phillip Webb
6c96608b11
Upgrade to Spring Framework 4.1.3.BUILD-SNAPSHOT
...
Upgrade to the SNAPSHOT so that CI will catch any problems early.
See gh-2038
10 years ago
Phillip Webb
48db5457f1
Polish
10 years ago
Dave Syer
843e6d7cfa
Add 2 more JsonParser implementations
10 years ago
Andy Wilkinson
27569f5845
Add an EL implementation to the Undertow Starter
...
Unlike the Tomcat and Jetty starters, the Undertow starter does not
provide an EL implementation. This leads to failures when you try to use
Hibernate Validator with the Undertow starter.
To bring the Undertow starter into line with the other two embedded
container starters, this commit adds Glassfish’s EL implementation to
the Undertow starter. This is the implementation that’s used by the
Jetty starter. If/when Undertow provides JSP support and, therefore,
starts using EL itself, we should align with it.
Closes gh-1979
10 years ago
Stephane Nicoll
0f64a04780
Add easy way to consume configuration metadata
...
Add a companion module that IDE developers can use to read configuration
metadata from multiple sources into a single repository.
ConfigurationMetadataRepository provides access to groups and items as
well as an harmonized view on "sources" (that is the POJOs that have
contributed to a given group).
Closes gh-1970
10 years ago
Andy Wilkinson
90af8bf54a
Add auto-configuration for Jetty 9's WebSocket support
...
Closes gh-1269
10 years ago
Andy Wilkinson
1864d79077
Polish Undertow contribution
...
Closes gh-1779
10 years ago
sopov.ivan
c501b889af
Add support for using Undertow as an embedded container
...
See gh-1779
10 years ago
Andy Wilkinson
c80ff4c555
Upgrade to HikariCP 2.2.5
...
Closes gh-1897
10 years ago
Dave Syer
25428a32ad
Change spring-cloud.version to include 'connectors'
10 years ago
Phillip Webb
3e565bf421
Upgrade to Spring Integration 4.1.0.RELEASE
...
Fixes gh-1848
10 years ago
Phillip Webb
8cac63e239
Drop hibernate-jpa-2.0-api managed dependency
...
Fixes gh-1898
10 years ago
Phillip Webb
5834bcb59f
Revert "Upgrade to HikariCP 2.2.4"
...
This reverts commit 325d751225
.
Conflicts:
spring-boot-dependencies/pom.xml
10 years ago
Phillip Webb
f55705be1b
Upgrade maven-source-plugin to 2.4
...
Fixes gh-1872
10 years ago
Phillip Webb
4fa8a94dd4
Update to latest Maven plugins
...
Fixes gh-1899
10 years ago
Andy Wilkinson
7aaf7c65bd
Merge branch '1.1.x'
...
Conflicts:
spring-boot-dependencies/pom.xml
10 years ago
Andy Wilkinson
142c183b11
Fix the ordering of versions and dependencies in the dependencies pom
10 years ago
Andy Wilkinson
6770960737
Upgrade to Spring AMQP 1.4.0.RELEASE
...
Closes gh-1849
10 years ago
Andy Wilkinson
674e61d87d
Add dependency management for some additional Hibernate modules
...
hibernate-jpamodelgen was requested by a Boot user. hibernate-ehcache
and hibernate-envers were requested by a Spring IO Platform user (see
spring-io/platform#11
Closes gh-1896
10 years ago
Andy Wilkinson
eecdb92728
Upgrade to Spring 4.0.8.RELEASE
...
Closes gh-1785
10 years ago
Andy Wilkinson
5194953030
Upgrade to Tomcat 8.0.15
...
Closes gh-1890
10 years ago
Andy Wilkinson
04f9872693
Upgrade to Jedis 2.5.2
...
Closes gh-1895
10 years ago
Andy Wilkinson
aefd53059a
Upgrade to SnakeYAML 1.14
...
Closes gh-1894
10 years ago
Andy Wilkinson
15991b2fd0
Upgrade to Mockito 1.10.8
...
Closes gh-1892
10 years ago
Andy Wilkinson
8b1905bb01
Upgrade to Hibernate Validator 5.1.3
...
Closes gh-1891
10 years ago
Andy Wilkinson
14b16712ed
Upgrade to Log4j 2 2.1
...
Closes gh-1889
10 years ago
Andy Wilkinson
a8fb5b10a7
Upgrade to Joda Time 2.5
...
Closes gh-1888
10 years ago
Andy Wilkinson
325d751225
Upgrade to HikariCP 2.2.4
...
Closes gh-1887
10 years ago
Andy Wilkinson
21354db647
Upgrade to H2 1.4.182
...
Closes gh-1886
10 years ago
Andy Wilkinson
0014f6dba7
Upgrade to Jackson 2.4.3
...
Closes gh-1885
10 years ago
Andy Wilkinson
7401e29f57
Upgrade to Spring Framework 4.1.2.RELEASE
...
Closes gh-1805
10 years ago
Andy Wilkinson
6eab4628f4
Merge branch '1.1.x'
10 years ago
Andy Wilkinson
21adc5066e
Upgrade to Spring Mobile 1.1.3.RELEASE
...
Closes gh-1893
10 years ago
Andy Wilkinson
7d1606dcfa
Merge branch '1.1.x'
...
Conflicts:
spring-boot-dependencies/pom.xml
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
Andy Wilkinson
b99ffcc170
Merge branch '1.1.x'
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