Andy Wilkinson
ac4c29bc9f
Upgrade to Hazelcast 3.7.5
...
Closes gh-8093
8 years ago
Andy Wilkinson
ef4f83e7b1
Update reference guide to reflect Java 8 requirement
...
Closes gh-8090
8 years ago
Andy Wilkinson
386857fd91
Set java.version to 1.8 in spring-boot-starter-parent
...
Closes gh-8091
8 years ago
Andy Wilkinson
dbd10a8daa
Remove support for Jetty 9.3 and earlier
...
Closes gh-7985
8 years ago
Andy Wilkinson
0e4763910c
Merge pull request #7495 from Eddú Meléndez
...
* gh-7495:
Complete removing support for Tomcat 7
Start removing support for Tomcat 7
8 years ago
Andy Wilkinson
0807c27c26
Complete removing support for Tomcat 7
...
Closes gh-6416
8 years ago
Eddú Meléndez
df3e1f0898
Start removing support for Tomcat 7
...
See gh-6416
Closes gh-7495
8 years ago
Andy Wilkinson
5c006d05f8
Merge branch '1.5.x'
8 years ago
Andy Wilkinson
988ad6b911
Merge branch '1.4.x' into 1.5.x
8 years ago
Andy Wilkinson
ce46d99bc8
Merge pull request #7869 from Vedran Pavić
...
* gh-7869:
Replace dep mgmt for hazelcast-hiberate5 with hazelcast-hibernate52
8 years ago
Vedran Pavic
5e6abd2471
Replace dep mgmt for hazelcast-hiberate5 with hazelcast-hibernate52
...
Hibernate 5.2 is now the minimum supported version so providing
dependency management for hazelcast-hiberate5 no longer makes sense.
This commit replaces it with dependency management for
hazelcast-hibernate52.
Closes gh-7869
8 years ago
Andy Wilkinson
bd58a6de66
Upgrade to Jaybird 2.2.12
...
Closes gh-8086
8 years ago
Andy Wilkinson
f8056f9888
Upgrade to Elasticsearch 2.4.4
...
Closes gh-8085
8 years ago
Andy Wilkinson
96f6f42b32
Upgrade to Jetty 9.3.16.v20170120
...
Closes gh-8084
8 years ago
Andy Wilkinson
70cd5c42ed
Upgrade to Groovy 2.4.8
...
Closes gh-8083
8 years ago
Andy Wilkinson
fcd5477334
Upgrade to Httpcore 4.4.6
...
Closes gh-8082
8 years ago
Andy Wilkinson
a736102a4b
Upgrade to Activemq 5.13.5
...
Closes gh-8081
8 years ago
Andy Wilkinson
ec70046e27
Upgrade to Joda Time 2.9.7
...
Closes gh-8080
8 years ago
Andy Wilkinson
b5cecd42d1
Upgrade to Undertow 1.3.26.Final
...
Closes gh-8079
8 years ago
Andy Wilkinson
b43a8c2069
Upgrade to Jackson 2.8.6
...
Closes gh-8078
8 years ago
Andy Wilkinson
fe17a0efa2
Upgrade to Logback 1.1.9
...
Closes gh-69
8 years ago
Andy Wilkinson
dab7147642
Merge branch '1.5.x'
8 years ago
Andy Wilkinson
1debd83b55
Upgrade to Dependency Management Plugin 1.0.0.RELEASE
...
Closes gh-8018
8 years ago
Andy Wilkinson
0f998e2ae1
Merge branch '1.5.x'
8 years ago
Andy Wilkinson
013d45a4d7
Upgrade to Jetty 9.4.1.v20170120
...
Closes gh-7750
8 years ago
Andy Wilkinson
a69a316c29
Merge branch '1.5.x'
8 years ago
Andy Wilkinson
e3235f2370
Merge branch '1.4.x' into 1.5.x
8 years ago
Andy Wilkinson
1607f682db
Start building against Spring Framework 4.3.6 snapshots
...
See gh-7774
8 years ago
Stephane Nicoll
d67ce78e8b
Merge branch '1.5.x'
8 years ago
Stephane Nicoll
5d95fb6d56
Merge pull request #8076 from izeye:polish-20170124
...
* pr/8076:
Polish
8 years ago
Johnny Lim
e0de28a1f7
Polish
...
Closes gh-8076
8 years ago
Andy Wilkinson
2b75570680
Fix dead code warning in CentralDirectoryParserTests
8 years ago
Andy Wilkinson
0148276c05
Remove unnecessary warning suppressions
8 years ago
Andy Wilkinson
42cb053d49
Replace and remove deprecated API usage
8 years ago
Andy Wilkinson
f2df6e805e
Merge branch '1.5.x'
8 years ago
Andy Wilkinson
b00d1e59f4
Silence deprecation warnings in YamlConfigurationFactoryTests
8 years ago
Andy Wilkinson
fa22396dae
Merge branch '1.5.x'
8 years ago
Andy Wilkinson
1a69a4ff67
Remove unnecessary use of @Autowired in the samples
8 years ago
Andy Wilkinson
6c50874917
Correct the managed version for spring-boot-autoconfigure-processor
8 years ago
Andy Wilkinson
fe4fbf87cb
Merge branch '1.5.x'
8 years ago
Andy Wilkinson
5efa6370cb
Include test-support module in the prepare profile
8 years ago
Andy Wilkinson
609bda805c
Revert "Try to fix the CI build"
...
This reverts commit 4e36a079e9
.
8 years ago
Andy Wilkinson
d3c13ec453
Merge branch '1.5.x'
8 years ago
Andy Wilkinson
4e36a079e9
Try to fix the CI build
...
The order of the modules declared in pom.xml should not make any
difference given the other relationships that exist between projects,
however the CI build is ordering the projects incorrectly.
Try changing the order of the modules to see if the CI build can be
coaxed into ordering them correctly.
8 years ago
Stephane Nicoll
1f164906dc
Merge branch '1.5.x'
8 years ago
Stephane Nicoll
4a60de78ff
Merge branch '1.4.x' into 1.5.x
8 years ago
Stephane Nicoll
4efa4590f8
Review doc on advanced datasource customization
...
Closes gh-7652
8 years ago
Phillip Webb
8ffaa54e74
Merge branch '1.5.x'
8 years ago
Phillip Webb
b0e06c30a0
Polish
8 years ago
Phillip Webb
de50cfa21e
Make OnClassCondition an AutoConfigurationImportFilter
...
Update OnClassCondition to implement AutoConfigurationImportFilter so
that auto-configuration candidates can be filtered early. The
optimization helps to improve application startup time by reducing
the number of classes that are loaded.
See gh-7573
8 years ago