- 15 Jun, 2016 7 commits
-
-
Andy Wilkinson authored
Closes gh-6149
-
Andy Wilkinson authored
-
Brian Clozel authored
* pr/5290: Support JSPs in Embedded Jetty
-
Vladimir Tsanev authored
JSPs are now supported in executable WARs with embedded Jetty. Fixes gh-367 Closes gh-5290
-
Andy Wilkinson authored
Closes gh-6132
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-5825
-
- 14 Jun, 2016 19 commits
-
-
Andy Wilkinson authored
See gh-6163
-
Andy Wilkinson authored
Previously, Spring Data Redis assumed that the class loader that loaded its classes would also be able to load the application’s classes. This assumption is faulty when there are multiple class loaders involved such as when using dev tools or when Spring Data Redis is installed as a shared library in a servlet container. DATAREDIS-427 and DATAREDIS-501 removed this assumption by making the default serialiser use the bean class loader. DevTools configures this class loader to be the restart class loader which can load the application’s classes. As a result of moving to Hopper SR2 snapshots, these fixes are now available and we can remove our custom serialised. Closes gh-5760
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-6165
-
Andy Wilkinson authored
Closes gh-6163
-
Andy Wilkinson authored
Closes gh-6162
-
Andy Wilkinson authored
As of Spring Framework 4.3, spring-aop now embeds the classes from the aopalliance:aopalliance jar. This means that the transitive dependency on aopalliance:aopalliance is redundant and it can be excluded. Closes gh-6159
-
Andy Wilkinson authored
Closes gh-6161
-
Andy Wilkinson authored
Closes gh-6158
-
Andy Wilkinson authored
Closes gh-6157
-
Andy Wilkinson authored
See gh-6032
-
Dave Syer authored
Fixes gh-2460
-
Dave Syer authored
-
Dave Syer authored
(according to Eclipse it was broken)
-
Dave Syer authored
In fact the folder was already created if the app is running as a different user, but not if running as the current user, so it was just a question of moving one line out of an if block. Fixes gh-5986
-
Stephane Nicoll authored
Closes gh-6150
-
Stephane Nicoll authored
* pr/6155: Polish
-
Johnny Lim authored
Closes gh-6155
-
Stephane Nicoll authored
Closes gh-5079
-
- 13 Jun, 2016 3 commits
-
-
Stephane Nicoll authored
This commit adds a Jest-based health indicator for ElasticSearch. If both Jest and the Spring Data are available, the latter takes precedence as it provides more information. Closes gh-3178
-
Stephane Nicoll authored
This commit adds auto-configuration support for Jest, an HTTP client for Elasticsearch. If Jest is present, a `JestClient` targeting a local elasticsearch instance is auto-configured. Several properties from the `spring.jest.*` namespace allows to tune the client. Closes gh-6032
-
Andy Wilkinson authored
Closes gh-6128
-
- 12 Jun, 2016 1 commit
-
-
Stephane Nicoll authored
See gh-6147
-
- 11 Jun, 2016 10 commits
-
-
Stephane Nicoll authored
* pr/6117: Charon reverse proxy starter added to docs
-
Mariusz Kopylec authored
Closes gh-6117
-
Phillip Webb authored
-
Phillip Webb authored
* 1.3.x-liquibase-endpoint: Close connection after use in LiquibaseEndpoint
-
Johannes Edmeier authored
Update LiquibaseEndpoint so that connections are closed and returned to the pool after use. Fixes gh-6118
-
Phillip Webb authored
-
Phillip Webb authored
Update SpringApplicationBuilder so that properties of the form `abc=d:e:f` are correctly parsed. Prior to this commit the `:` delimiter would always be chosen over `=`, even if `=` occurred first. Fixes gh-6121
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
Update TypeUtils to guard against the use of older Java versions. Both `Collection` and `Map` type lookups now fallback to generic free versions of the classes. Prior to this commit using `xmlbeans-maven-plugin` in combination with Spring Boot's annotation processor could result in `IllegalArgumentException: Incorrect number of type arguments`. Fixes gh-6122
-