Phillip Webb
8ecbef08a5
Update copyright year in docs
10 years ago
Spring Buildmaster
aea68f0c32
Next development version
10 years ago
Phillip Webb
10caace55f
Upgrade to Spring Security 3.2.6
...
Closes gh-2539
10 years ago
Phillip Webb
798e5f919d
Refine @TestPropertySource locations support
...
Update SpringApplicationContextLoader to configure test property
locations before the ApplicationContext is actually started.
Fixes gh-2198
10 years ago
Andy Wilkinson
80111c801a
Consider custom authentication database when creating MongoClient
...
Previously, MongoProperties did not consider the configuration of a
custom authentication database when creating a MongoClient. This
commit updates MongoProperties to use the authentication database
when it is configured, falling back to the normal database when it is
not configured.
Closes gh-2562
10 years ago
Stephane Nicoll
1e3a057786
polish meta-data description
10 years ago
Stephane Nicoll
65c974d7f6
Merge pull request #2557 from izeye/elasticsearch
...
* elasticsearch:
Remove unnecessary if statement
10 years ago
izeye
0073ab078d
Remove unnecessary if statement
10 years ago
Stephane Nicoll
a48296f5c0
Merge pull request #2555 from izeye/javadoc
...
* javadoc:
Fix Javadoc
10 years ago
izeye
2e7ad2252f
Fix Javadoc
10 years ago
Phillip Webb
ee1cab7f5b
Improve LevelRemappingAppender documentation
...
Fixes gh-2443
10 years ago
Phillip Webb
54f334e370
Add support for @TestPropertySource locations
...
Update SpringApplicationContextLoader to support @TestPropertySource
location attributes.
Fixes gh-2198
10 years ago
Phillip Webb
1231da1c2f
Add security.basic.authorize-mode property
...
Add a `security.basic.authorize-mode` property that can be used to
affect how basic security authorization is applied.
Fixes gh-2462
10 years ago
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