- 27 Dec, 2016 23 commits
-
-
Phillip Webb authored
-
Phillip Webb authored
Consistently use the simple name for ObjectProvider parameter and field names. For example: `ObjectProvider<Something> something` rather than `ObjectProvider<Something> somethingProvider`
-
Phillip Webb authored
-
Phillip Webb authored
* pr/7741: Notify BuildContext of changed build-info file
-
Arlo O'Keeffe authored
Update Maven plugin to inform the BuildContext when changes are made to the `build-info` file. Prior to this commit Eclipse could continually trigger refreshes whenever "Refresh using native hooks or polling" was enabled and the file was written to `src/main/resources`. Closes gh-7741
-
Phillip Webb authored
* pr/7737: Improve Cassandra sample README documentation
-
Mesut Can Gurle authored
Update the README file in `spring-boot-sample-data-cassandra` with details of how to setup the keyspace and create the tables. Closes gh-7737
-
Phillip Webb authored
* pr/7769: Fix typo in "you IDE"
-
arthur-noseda authored
Change "you IDE" to "your IDE". Closes gh-7769
-
Phillip Webb authored
Add a simple test to show that basic serving of `/public` resources works with devtoos. See gh-7752
-
Stephane Nicoll authored
Closes gh-7569
-
Stephane Nicoll authored
See gh-7763
-
Stephane Nicoll authored
* pr/7763: Upgrade to Jersey 2.25
-
Quentin Caillard authored
Closes gh-7763
-
Stephane Nicoll authored
-
Stephane Nicoll authored
* pr/7765: Changed "right the way" to "right away"
-
arthur-noseda authored
Closes gh-7765
-
Stephane Nicoll authored
-
Stephane Nicoll authored
This commit aligns the mapping from library to name to the default behaviour of the `maven-war-plugin`. Previously, our plugin would use the full version of the library (i.e. including build timestamp if there is one), rather than using the `baseVersion` property. Closes gh-7743
-
Stephane Nicoll authored
-
Stephane Nicoll authored
This commit adds a `HttpClientConfigBuilderCustomizer` to further tune the auto-configured `JestClient`. Closes gh-7762
-
Stephane Nicoll authored
Since the `JestClient` is auto-configured as a bean, it must have its multi-threaded support enabled by default. This commit exposes a new `spring.elasticsearch.jest.multi-threaded` property that is `true` by default. Closes gh-6806
-
Stephane Nicoll authored
Closes gh-6806
-
- 26 Dec, 2016 3 commits
-
-
Stephane Nicoll authored
-
Stephane Nicoll authored
* pr/7755: Minor fix in description
-
Shubham Aggarwal authored
Closes gh-7755
-
- 25 Dec, 2016 3 commits
-
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-7742
-
Stephane Nicoll authored
Closes gh-7745
-
- 24 Dec, 2016 5 commits
-
-
Phillip Webb authored
See gh-7599
-
Phillip Webb authored
Move samples and tests from Jetty websocket client to Tomcat since the upcoming Jetty release contains a bug in `JsrSession` (https://github.com/eclipse/jetty.project/issues/1202). See gh-7599
-
Phillip Webb authored
Add workaround for Jetty JsrSession NullPointerException bug (https://github.com/eclipse/jetty.project/issues/1202) in `spring-boot-sample-websocket-jetty`. See gh-7599
-
Phillip Webb authored
Update `JettyEmbeddedServletContainerFactory` to support Jetty 9.4 directly and Jetty 9.3 via reflection. The primary difference between Jetty 9.3 and 9.4 are the session management classes. Websocket suppport has also been updates, but this is handled transparently by the Spring Framework support. Fixes gh-7599
-
Phillip Webb authored
Update LiveReloadServer so that different synchronization blocks are used for the sockets and connection lists. Prior to this commit calling `LiveReloadServer.stop()` would always result in a 60 second delay since `stop()` owned the monitor add `removeConnection()` (called from a different thread) needs it to remove the active connection. Fixes gh-7749
-
- 23 Dec, 2016 3 commits
-
-
Phillip Webb authored
-
Phillip Webb authored
-
Spring Buildmaster authored
-
- 22 Dec, 2016 3 commits
-
-
Stephane Nicoll authored
See gh-6543
-
Stephane Nicoll authored
This commit excludes the transitive dependencies on xml-apis when using Hibernate. Such dependency is no longer required on modern JDKs Closes gh-7554
-
Stephane Nicoll authored
* pr/6900: Polish contribution Add support for vendor specific Flyway migration locations
-