Commit Graph

11574 Commits (01089c5f7a1f416b8666b8771fbccd6b1e7726e9)
 

Author SHA1 Message Date
Andy Wilkinson 6564fb3d96 Consider all loader paths when checking template availability
Closes gh-8842
8 years ago
Stephane Nicoll 6399ed7869 Fix checkstyle rule 8 years ago
Stephane Nicoll dbe388756a Merge branch '1.5.x' 8 years ago
Stephane Nicoll b4a1feae91 Merge pull request #8683 from bwajtr:1.5.x
* pr/8683:
  Polish "Add support for HotSwapAgent to devtools"
  Add support for HotSwapAgent to devtools
8 years ago
Stephane Nicoll 16afb8a973 Polish "Add support for HotSwapAgent to devtools"
Closes gh-8683
8 years ago
Bretislav Wajtr b368693d80 Add support for HotSwapAgent to devtools
HotSwapAgent is an open source competition to JRebel. This commit adds
"org.hotswap.agent.HotswapAgent" to the list of known Java agent based
class reloaders. This causes same behavior as when JRebel is used: a full
restart is NOT triggered when any class changes, however LiveReload event
is still triggered.

See gh-8683
8 years ago
Stephane Nicoll b3bcecc988 Merge branch '1.5.x' 8 years ago
Stephane Nicoll d8d36255af Merge branch '1.4.x' into 1.5.x 8 years ago
Stephane Nicoll caf30e3d9c Merge pull request #8703 from luispollo:patch-1
* pr/8703:
  Polish "Document HTTP response format of health endpoint"
  Document HTTP response format of health endpoint
8 years ago
Stephane Nicoll fd53945fe0 Polish "Document HTTP response format of health endpoint"
Closes gh-8703
8 years ago
Luis Fernando Pollo 1fa1ed2b28 Document HTTP response format of health endpoint
Add HTTP response format details for health endpoint, including default
status codes and sample responses.

See gh-8703
8 years ago
Stephane Nicoll 74be6ff0f1 Merge branch '1.5.x' 8 years ago
Stephane Nicoll a9b5e7c12a Merge branch '1.4.x' into 1.5.x 8 years ago
Stephane Nicoll 9d88e477f3 Fix Solr health indicator
This commit changes the solr health indicator to request the status of
all available cores, rather than invoking a generic ping on the admin
handler.

Recent versions of Solr now have a ping handler per core and the general
admin handler is gone, leading to incorrect health status. For backward
compatible reason the `solrStatus` attribute is kept to `OK` if all cores
are running properly (that's actually `0` behind the scenes).

Closes gh-8463
8 years ago
Andy Wilkinson 565b4028bc Merge branch '1.5.x' 8 years ago
Andy Wilkinson db60ed66ae Upgrade to Dependency Management Plugin 1.0.2.RELEASE
Closes gh-8876
8 years ago
Stephane Nicoll bc340002cf Merge branch '1.5.x' 8 years ago
Stephane Nicoll 7c9b2afa5b Merge branch '1.4.x' into 1.5.x 8 years ago
Stephane Nicoll 3c28687279 Merge pull request #8829 from stefan-huettemann:gh-8508
* pr/8829:
  Allow to disable max http post size limit
8 years ago
Dr. Stefan Hüttemann 0294ad3e95 Allow to disable max http post size limit
Closes gh-8508
8 years ago
Andy Wilkinson 858bd8554d Align test logging config with latest change in Spring Framework
See spring-projects/spring-framework@ea5cb26d75
8 years ago
Stephane Nicoll bf333b7e4e Merge branch '1.5.x' 8 years ago
Stephane Nicoll ec0cc0fe2d Merge pull request #8866 from garyrussell:kafka
* pr/8866:
  Upgrade to Spring Kafka 1.1.4
8 years ago
Gary Russell 80486fbe65 Upgrade to Spring Kafka 1.1.4
Closes gh-8866
8 years ago
Andy Wilkinson 9d642a69b3 Merge branch '1.5.x' 8 years ago
Andy Wilkinson ac3071670f Merge branch '1.4.x' into 1.5.x 8 years ago
Andy Wilkinson 492aee9cea Remove unused optional dependency
It should have been removed in 2522a5f9ef
8 years ago
Andy Wilkinson ceb80614e5 Polishing 8 years ago
Andy Wilkinson 8c785b214b Merge branch '1.5.x' 8 years ago
Andy Wilkinson bccbbc145e Merge branch '1.4.x' into 1.5.x 8 years ago
Andy Wilkinson 60505a4fae Don't shut down "in-memory" DB running as a server on DevTools restart
Closes gh-8702
8 years ago
Andy Wilkinson 7a4b87be6b Merge branch '1.5.x' 8 years ago
Andy Wilkinson c74f0a70ca Merge branch '1.4.x' into 1.5.x 8 years ago
Andy Wilkinson ef72c22563 Update HtmlUnitDriver tests to align with HtmlUnit 2.26
See gh-8853 and cb34189c66
8 years ago
Andy Wilkinson 5dad7182db Address deprecation warnings 8 years ago
Andy Wilkinson fd8814bbfb Upgrade to Thymeleaf Extras Springsecurity4 3.0.2.RELEASE
Closes gh-8860
8 years ago
Andy Wilkinson ac83ff0506 Upgrade to Thymeleaf Spring5 3.0.5.M3
Closes gh-8859
8 years ago
Andy Wilkinson 01e0ab6662 Upgrade to Thymeleaf 3.0.5.RELEASE
Closes gh-8858
8 years ago
Andy Wilkinson 478b0cf702 Upgrade to Selenium 3.3.1
Closes gh-8857
8 years ago
Andy Wilkinson 1f73e79c18 Upgrade to Selenium Htmlunit 2.26
Closes gh-8856
8 years ago
Andy Wilkinson d1adeb934f Upgrade to Janino 3.0.7
Closes gh-8855
8 years ago
Andy Wilkinson d43a75f0b7 Upgrade to Log4j2 2.8.2
Closes gh-8854
8 years ago
Andy Wilkinson cb34189c66 Upgrade to Htmlunit 2.26
Closes gh-8853
8 years ago
Andy Wilkinson 7ce8fd3524 Upgrade to Byte Buddy 1.6.12
Closes gh-8852
8 years ago
Andy Wilkinson d427e51452 Upgrade to Rxjava2 2.0.8
Closes gh-8851
8 years ago
Andy Wilkinson edd3c4514d Upgrade to Javax Mail 1.6.0-rc1
Closes gh-8850
8 years ago
Andy Wilkinson 3aae48e3b1 Upgrade to Couchbase Client 2.4.4
Closes gh-8849
8 years ago
Andy Wilkinson 62fcae3d5e Upgrade to Logback 1.2.3
Closes gh-8848
8 years ago
Andy Wilkinson b16fcf8269 Merge branch '1.5.x' 8 years ago
Andy Wilkinson ddd3f8ee6e Upgrade to Narayana 5.5.6.Final
Closes gh-8847
8 years ago