Andy Wilkinson
a8788ba62c
Upgrade to Webjars Locator 0.32-1
...
Closes gh-8734
8 years ago
Andy Wilkinson
c49fb08c8f
Upgrade to Spring Loaded 1.2.7.RELEASE
...
Closes gh-8733
8 years ago
Andy Wilkinson
35ce980b38
Upgrade to Slf4j 1.7.25
...
Closes gh-8732
8 years ago
Andy Wilkinson
fb9ce48dc8
Upgrade to Lombok 1.16.16
...
Closes gh-8731
8 years ago
Andy Wilkinson
de504f3464
Upgrade to Jooq 3.8.7
...
Closes gh-8730
8 years ago
Andy Wilkinson
0a5732bb14
Upgrade to Jboss Logging 3.3.1.Final
...
Closes gh-8729
8 years ago
Andy Wilkinson
31419ab038
Upgrade to Hibernate Validator 5.2.5.Final
...
Closes gh-8728
8 years ago
Andy Wilkinson
617bacbc44
Upgrade to Jetty 9.3.17.v20170317
...
Closes gh-8727
8 years ago
Andy Wilkinson
8e9975624e
Upgrade to Groovy 2.4.10
...
Closes gh-8726
8 years ago
Andy Wilkinson
4530b607b3
Upgrade to Tomcat 8.5.12
...
Closes gh-8725
8 years ago
Andy Wilkinson
798146b5e1
Upgrade to Joda Time 2.9.9
...
Closes gh-8724
8 years ago
Andy Wilkinson
c05e8a634f
Upgrade to Undertow 1.3.28.Final
...
Closes gh-8723
8 years ago
Andy Wilkinson
89cd7311bb
Upgrade to Dropwizard Metrics 3.1.4
...
Closes gh-8722
8 years ago
Andy Wilkinson
42675cb04b
Upgrade to H2 1.4.194
...
Closes gh-8721
8 years ago
Andy Wilkinson
17793f4f67
Upgrade to Appengine 1.9.50
...
Closes gh-8720
8 years ago
Andy Wilkinson
ecea51076d
Merge branch '1.4.x' into 1.5.x
8 years ago
Andy Wilkinson
a88c56dfdc
Start building against Spring Integration 4.3.9 snapshots
...
See gh-8713
8 years ago
Andy Wilkinson
2b6bcfd738
Start building against Spring Framework 4.3.8 snapshots
...
Closes gh-7949
See gh-8712
8 years ago
Andy Wilkinson
e6cfb4e5fb
Improve diagnostics when reading a nested jar throws a runtime exception
...
Previously, only IOExceptions were caught and wrapped in a new
IOException that included the name of the nested entry that was
being read.
Following this commit, any Exception is caught and wrapped so that the
problematic entry can be identified in more failure scenarios.
Closes gh-8711
8 years ago
Madhura Bhave
aa25bfb0e0
Clarify the effect that management.context-path has on endpoint paths
...
Fixes gh-8586
8 years ago
Madhura Bhave
cb38546d8a
Document default trace includes
...
Closes gh-8654
8 years ago
Madhura Bhave
f73714bdcc
Do not filter HttpMessageConverters in WebMvcTest
...
Closes gh-8617
8 years ago
Stephane Nicoll
dfe26aace8
Merge pull request #8658 from SolaKun:SolaKun-patch-1
...
* pr/8658:
Fix typo in doc
8 years ago
Sola
ddd8d03a2a
Fix typo in doc
...
Closes gh-8658
8 years ago
Madhura Bhave
e6f4d84618
Support setting log level ALL in logback
...
Fixes gh-8639
8 years ago
Madhura Bhave
8ac22fc2fd
Add elapsed time to the Trace Actuator output
...
Closes gh-8654
8 years ago
Stephane Nicoll
84dea5264f
Merge branch '1.4.x' into 1.5.x
8 years ago
Stephane Nicoll
1624370986
Merge pull request #8594 from lexandro:master
...
* pr/8594:
Polish contribution
Fix invalid security example in doc
8 years ago
Stephane Nicoll
0ca07fbdc3
Polish contribution
...
Closes gh-8594
8 years ago
lexandro
36b28540ee
Fix invalid security example in doc
...
Closes gh-8580
8 years ago
Stephane Nicoll
fa3679af71
Merge branch '1.4.x' into 1.5.x
8 years ago
Stephane Nicoll
cd76da9a4c
Avoid using immutable collections for configuration proprerties
...
Closes gh-8620
8 years ago
Stephane Nicoll
22934e097d
Merge branch '1.4.x' into 1.5.x
8 years ago
Stephane Nicoll
ed2164b97b
Merge pull request #8582 from vpavic:improve-redis-session-config
...
* pr/8582:
Improve `RedisSessionConfiguration` conditions
8 years ago
Vedran Pavic
17aad4f00c
Improve `RedisSessionConfiguration` conditions
...
Closes gh-8582
8 years ago
Stephane Nicoll
cc79f6d83d
Merge branch '1.4.x' into 1.5.x
8 years ago
Stephane Nicoll
f72e0c08df
Add a note to ActiveMQ pooling in the doc
...
Closes gh-8598
8 years ago
Stephane Nicoll
cd8684499d
Polish
...
See gh-8621
8 years ago
Stephane Nicoll
6be2cc30d3
Merge branch '1.4.x' into 1.5.x
8 years ago
Stephane Nicoll
bc157d5b4f
Polish
...
See gh-8621
8 years ago
Madhura Bhave
0dcebdaf7c
Merge branch '1.4.x' into 1.5.x
8 years ago
Madhura Bhave
19da8d8271
Fix UnsupportedOperationException
...
Fixes gh-8602
8 years ago
Madhura Bhave
8deb72be80
Fix ResourceServerProperties validation
...
Only try and validate if clientId is present.
Fixes gh-8565
8 years ago
Madhura Bhave
4607f8bc2f
Determine key from configured alias for undertow
...
Closes gh-8245
8 years ago
Andy Wilkinson
17062f9589
Merge branch '1.4.x' into 1.5.x
8 years ago
Andy Wilkinson
2ddcf0e831
Avoid using File.renameTo(File) as it doesn't work on Windows
8 years ago
Stephane Nicoll
6a137260c1
Merge branch '1.4.x' into 1.5.x
8 years ago
Stephane Nicoll
4158a6d50f
Fix typo
...
Closes gh-8574
8 years ago
Stephane Nicoll
5d27c7e501
Handle non supported JOOQ dialect
...
This commit uses a fallback translator if the JOOQ Dialect in use is not
one we support.
Closes gh-8521
8 years ago
Stephane Nicoll
cbde6ed096
Merge pull request #8474 from Nowheresly:gh-8396
...
* pr/8474:
Polish contribution
Add Tomcat Access Log's fileDateFormat property
8 years ago