Vedran Pavic
1c789f1a8d
Remove dependency management for `hibernate-entitymanager`
...
Closes gh-8433
8 years ago
Stephane Nicoll
cb40ea485b
Merge branch '1.5.x'
8 years ago
Stephane Nicoll
5cc569fc91
Improve execution speed of `CacheAutoConfigurationTests`
...
As of Hazelcast 3.7, the bootstrap is pretty slow by default due to the
networking discovery. This commit disables both TCP/IP and multicast
discoveries.
8 years ago
Phillip Webb
a4bcd20b64
Merge branch '1.5.x'
8 years ago
Phillip Webb
ca1540cefe
Update header copyright for changed files
8 years ago
Phillip Webb
5867cd6175
Polish
8 years ago
Phillip Webb
47fd5f4fac
Merge branch '1.4.x' into 1.5.x
8 years ago
Phillip Webb
47b00c086c
Polish
8 years ago
Stephane Nicoll
12397edbd4
Expose a WebTestClient with `@SpringBootTest`
...
This commit exposes a `WebTestClient` automatically in a reactive
integration test that uses an embedded web server. This is similar to
what we do with `TestRestTemplate` for servlet based integration tests.
Closes gh-8399
8 years ago
Brian Clozel
c1e93d8991
Add WebFlux application sample
...
This commit adds a sample application for the
annotation variant of Spring WebFlux.
8 years ago
Andy Wilkinson
ad30ad808b
Merge branch '1.5.x'
8 years ago
Andy Wilkinson
4f29bc9c14
Make mvn verify work without install of spring-boot-dependencies
...
Previously, the custom layout sample could only be built successfully
if spring-boot-dependencies had be installed locally, making its
effective pom available in the local Maven cache.
This commit updates the sample's tests to look at its own pom to
determine the version of Spring Boot that should be used in the
Gradle tests.
Closes gh-8330
8 years ago
Stephane Nicoll
093140ae44
Merge branch '1.5.x'
8 years ago
Stephane Nicoll
842170768d
Polish cache sample readme
...
Closes gh-8272
8 years ago
Andy Wilkinson
df08863641
Make ServletRegistrationBean and FilterRegistration bean generic
...
Closes gh-7666
8 years ago
Andy Wilkinson
fbf493b1e8
Merge branch '1.5.x'
8 years ago
Andy Wilkinson
ab192d01cc
Merge branch '1.4.x' into 1.5.x
8 years ago
Andy Wilkinson
7e030d2068
Polish
8 years ago
Andy Wilkinson
1efa700713
Merge branch '1.5.x'
8 years ago
Andy Wilkinson
25982ecf69
Merge branch '1.4.x' into 1.5.x
8 years ago
Andy Wilkinson
04c8b912ee
Fall back to standard LiveBeansView behaviour when MBean is in use
...
Closes gh-8146
8 years ago
Brian Clozel
12d883f6b9
Introduce "server.servlet" configuration prefix
...
This commit refactors the `ServerProperties` property keys and
introduces a separate "server.servlet" namespace to isolate
servlet-specific properties from the rest.
Closes gh-8066
8 years ago
Stephane Nicoll
b2ec03cd4e
Restore couchbase support
...
This commit effectively reverts the changes that were applied to
workaround the breakage in spring-data-couchbase.
Closes gh-8200
8 years ago
Brian Clozel
8619d6a229
Rename EmbeddedServletContainer -> EmbeddedWebServer
...
This contract is not specific to servlet containers and should be
reused by all web server implementations (including reactive variants).
Fixes gh-8208
8 years ago
Stephane Nicoll
6af6e8e31b
Remove auto-configuration for ServerProperties
...
This commit removes `ServerProperties` and `ManagementServerProperties`
auto-configurations. Those properties objects are now created using
`@EnableConfigurationProperties` only.
Closes gh-8108
8 years ago
Stephane Nicoll
e0c8e1f514
Ignore test until couchbase support is restored
...
The changes required to restore our Couchbase support are too involved
and we should hear from the data couchbase team first.
See gh-8200
8 years ago
Stephane Nicoll
cfdc75d384
Merge branch '1.5.x'
8 years ago
Stephane Nicoll
4d7b03b002
Polish contribution
...
Closes gh-8202
8 years ago
John Blum
31ed70e1b8
Improve spring-boot-sample-cache UX by using Maven profiles
...
See gh-8202
8 years ago
Madhura Bhave
5dafa3ae9c
Fixup version numbers following release
8 years ago
Andy Wilkinson
95f659f4f9
Add new WebApplicationType enum to pave the way for Web Flux support
...
Closes gh-8077
8 years ago
Spring Buildmaster
5c12500366
Next Development Version
8 years ago
Andy Wilkinson
c00638fee3
Remove Thymeleaf's layout dialect from its starter and update samples
...
Closes gh-7557
8 years ago
Andy Wilkinson
a9656145de
Fix up version numbers following release
8 years ago
Spring Buildmaster
a2696bf873
Next Development Version
8 years ago
Andy Wilkinson
bed727ae8c
Merge branch '1.5.x'
8 years ago
Andy Wilkinson
f34d309548
Formatting
8 years ago
Stephane Nicoll
bd0c1cb9c3
Fixup version numbers following release
8 years ago
Spring Buildmaster
ed1ce140c0
Next Development Version
8 years ago
Andy Wilkinson
9bba73a1a9
Upgrade to Thymeleaf 3 and drop support for Thymleaf 2
...
This commit raises the minimum supported version of Thymeleaf to
3.0.x. It also upgrades Spring Social to a version that is compatible
with Thymeleaf 3.
Closes gh-7450
Closes gh-6258
See gh-7885
8 years ago
Andy Wilkinson
9c77708fcb
Remove Jetty 9.3 sample that was missed in dbd10a8d
...
See gh-7985
8 years ago
Andy Wilkinson
dbd10a8daa
Remove support for Jetty 9.3 and earlier
...
Closes gh-7985
8 years ago
Andy Wilkinson
0807c27c26
Complete removing support for Tomcat 7
...
Closes gh-6416
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
fa22396dae
Merge branch '1.5.x'
8 years ago
Andy Wilkinson
1a69a4ff67
Remove unnecessary use of @Autowired in the samples
8 years ago
Phillip Webb
8ffaa54e74
Merge branch '1.5.x'
8 years ago
Phillip Webb
2c89d9918f
Relocate AutoConfigurations from root package
...
Move PropertyPlaceholder and MessageSource auto-configuration from the
root package to the `context` subpackage.
Fixes gh-8071
8 years ago
Phillip Webb
3893383cbe
Merge branch '1.5.x'
8 years ago