Phillip Webb
f7221be7c9
Rename spring.favicon.enabled property
...
Rename `spring.favicon.enabled` to `spring.mvc.favicon.enabled`.
See gh-2377
10 years ago
Phillip Webb
0a4daf0d7e
Merge pull request #2553 from izeye/docs
...
* docs:
Improve documentation
10 years ago
izeye
1493da1e03
Improve documentation
...
Closes gh-2553
10 years ago
Phillip Webb
2a87971fc2
Polish javadoc
10 years ago
Andy Wilkinson
f43f2fb8c4
Upgrade to Jetty 9.2.9
...
Closes gh-2554
10 years ago
Phillip Webb
b48e31d9d8
Polish
10 years ago
Phillip Webb
4895b15bec
Add mustache to the documented starters
...
Closes gh-2242
10 years ago
Phillip Webb
c1dcd85f60
Simplify MustacheEnvironmentCollector
...
Simplify the MustacheEnvironmentCollector so that it no longer binds
the Spring Environment to a Map.
See gh-2242
10 years ago
Phillip Webb
d5a82aaed8
Document "annotation processing with Gradle"
...
Provide details of how to configure Gradle, including the work-around
require to parse any additional metadata files.
Fixes gh-2316
10 years ago
Phillip Webb
cdf785a8d1
Fix index.html root path forwarding
...
Fix automatic '/' -> 'index.html' forwarding to also work when a
`server.servlet-path` property is set.
Fixes gh-2351
10 years ago
Phillip Webb
0484e5cb4d
Merge pull request #2479 from linead/master
...
* pull2479:
Supported relaxed binding on inner classes
10 years ago
Daniel Fullarton
f0ed619347
Supported relaxed binding on inner classes
...
Update RelaxedDataBinder to support relaxed binding to inner classes
in the same way as normal configuration objects.
e.g. `nested.foo_bar` => `nested.fooBar`
Fixes gh-2463
Closes gh- 2479
10 years ago
Phillip Webb
a1cbd93d6b
Ensure local Elasticsearch nodes are closed
...
Update ElasticsearchAutoConfiguration to ensure that local nodes are
closed when the context is closed. Prior to this commit the close()
method of the Client would be called which had no effect for local
Nodes.
Fixes gh-2480
10 years ago
Phillip Webb
5c4b698f86
Support string names @AutoConfigureBefore/After
...
Update @AutoConfigureBefore and @AutoConfigureAfter annotations to
support String classnames in addition direct Class references.
Fixes gh-2529
10 years ago
Phillip Webb
affa584916
Upgrade to Tomcat 8.0.20
...
Fixes gh-2547
10 years ago
Phillip Webb
24fd4a1c7f
Relax MultipartConfigElement condition
...
Allow MultipartConfigElement bean to be created even if a
MultipartResolver bean has been defined by the user.
Fixes gh-2538
10 years ago
Phillip Webb
4cac9d7382
Ensure actuator works without Spring MVC
...
Update MetricFilterAutoConfiguration to ensure that it is only applied
if Spring MVC is on the classpath.
Fixes gh-2542
10 years ago
Phillip Webb
8e594c790e
Fix eclipse errors and warnings
...
Fix some eclipse errors and warnings caused by XSD validation errors and
classes in the wrong place.
10 years ago
Phillip Webb
236f51a841
Upgrade Spring Security to 3.2.6.CI-SNAPSHOT
...
See gh-2539
10 years ago
Phillip Webb
7943195d51
Rename RepositoryRestMvcBootConfiguration
...
Rename RepositoryRestMvcBootConfiguration to
SpringBootRepositoryRestMvcConfiguration so that it follows the same
naming pattern as other custom Spring Boot configurations.
See gh-2392
10 years ago
Phillip Webb
56e31a8c6b
Polish
10 years ago
Phillip Webb
1f0d45d795
Protect against NPE and improve error message
...
Update ConfigurationMetadataAnnotationProcessor so that `prefix` is
only obtained when the annotation is not null. Also improve exception
message by including the element.
10 years ago
Phillip Webb
10257d96f2
Merge branch '1.1.x'
10 years ago
Phillip Webb
7ac8cac3b5
Reorganize integration tests
...
Make spring-boot-integration-tests a top level project and move the
existing gradle tests and security tests to be sub-modules.
10 years ago
Phillip Webb
f0ef882ff2
Filter integration tests to only pom folders
...
Update invoker configuration so that only folders with a pom.xml file
are invoked. This helps when switching between the 1.1.x and master
branches since empty folders left by git no longer fail the build.
10 years ago
Phillip Webb
8a8b5d3aa7
Polish
10 years ago
Stephane Nicoll
2fca72f768
Merge pull request #2534 from izeye/derby
...
* derby:
Add dependency management for Apache Derby
10 years ago
izeye
31639be94b
Add dependency management for Apache Derby
10 years ago
Stephane Nicoll
a1b20c3745
Fix typo
10 years ago
Stephane Nicoll
1d69a71b75
Upgrade to Spring 4.1.5
...
Closes gh-2413
10 years ago
Stephane Nicoll
91bf484527
Merge pull request #2524 from StevenGeens/master
...
* pull2524:
Update documentation on resources filtering
10 years ago
StevenGeens
dc97d56cb7
Update documentation on resources filtering
...
Add an explicit note about the spring-boot:run goal that prevents the use
of resources filtering by default.
10 years ago
Andy Wilkinson
17fd3d44b7
Add workaround for Undertow WebSocket client sending illegal Origin
...
Undertow’s WebSocket client sends an illegal Origin header – it does
not include the scheme, e.g. it’ll send “localhost” rather than
“http://localhost” . This commit works around the problem by allowing
access to the SockJS endpoints from any origin, thereby disabling
OriginHandlerInterceptor’s checking of the Origin header.
10 years ago
Andy Wilkinson
6253cc5dc7
Merge branch '1.1.x'
10 years ago
Andy Wilkinson
df81b3145f
Backport to 1.1.x the fix for gh-2474 (originally made in e42fa79f7
)
10 years ago
Andy Wilkinson
67ec89e74d
Merge branch '1.1.x'
10 years ago
Andy Wilkinson
8622e5db20
Apply f9816ea
and 64e94f3
to 1.1.x
...
Fixes gh-2473
10 years ago
Stephane Nicoll
f8b191ff56
Revert "Add Version and VersionRange utilities"
...
This reverts commit 34ede2f31f
.
10 years ago
Andy Wilkinson
ecdc6a06a1
Merge branch '1.1.x'
...
Fixes gh-2212
10 years ago
Andy Wilkinson
b29c5a3297
Upgrade to Groovy 2.3.10
...
Closes gh-2429
10 years ago
Andy Wilkinson
64e94f3b1b
Correct javadoc syntax and apply code formatting
10 years ago
Stephane Nicoll
9d0e50c6ac
Support of spring initializr meta-data v2.1
...
Update the `init` command to support the latest meta-data format. Recent
Spring Initializr version also supports Spring Boot CLI now and generates
a textual service capabilities when requested. The command no longer
generates the capabilities of the service unless said service does not
support it.
Closes gh-2515
10 years ago
Andy Wilkinson
9af30450c4
Upgrade to Liquibase 3.3.2
...
Closes gh-2512
10 years ago
Andy Wilkinson
6028f6b343
Upgrade to Jetty 9.2.7
...
Closes gh-2511
10 years ago
Andy Wilkinson
4178613d72
Upgrade to ActiveMQ 5.10.1
...
Closes gh-2510
10 years ago
Andy Wilkinson
119e37a1f9
Upgrade to JMustache 1.10
...
Closes gh-2508
10 years ago
Andy Wilkinson
375a08d7ce
Upgrade to H2 1.4.185
...
Closes gh-2507
10 years ago
Andy Wilkinson
ce303f9f59
Upgrade to Jackson 2.4.5
...
Closes gh-2506
10 years ago
Dave Syer
1f316a846d
AutoConfigurationReport -> ConditionEvaluationReport
...
Fixes gh-2493
10 years ago
Dave Syer
c3c156515f
Add extra detail on servlet listeners
...
Fixes gh-2518
10 years ago