Phillip Webb
2615990ffb
Organize imports
2015-09-08 14:40:35 -07:00
Phillip Webb
0335053139
Merge branch '1.2.x'
2015-09-08 14:37:16 -07:00
Phillip Webb
e04fb15574
Only format changed lines
...
Update Eclipse cleanup actions to only format changed lines. This will
hopefully help to prevent so many false diffs caused by differences
between Eclipse Luna and Eclipse Mars.
2015-09-08 14:27:29 -07:00
Phillip Webb
15686ed4fd
Reformat code
2015-09-08 14:07:06 -07:00
Phillip Webb
0f6b60d8c8
Organize imports
2015-09-08 14:05:00 -07:00
Phillip Webb
653d2b2b4e
Tweak eclipse settings
...
- Update whitespace after inline generics
- Use a more sensible import order
- Update Javadoc warning settings
2015-09-08 13:40:47 -07:00
Phillip Webb
026c3019df
Polish
2015-09-08 13:37:28 -07:00
Andy Wilkinson
b31e578489
Upgrade to Spring REST Docs 1.0.0.RC1
2015-09-08 21:10:38 +01:00
Stephane Nicoll
f7a1db8e25
Polish
2015-09-08 16:17:04 +02:00
Stephane Nicoll
5453f7c59c
Fix broken build
...
Commit c85f4df0ee broke the build as some tests are expecting HSQL to be
used. We now specify the name of the database rather than specifying the
jdbc url.
2015-09-08 16:16:13 +02:00
Stephane Nicoll
ac582709e7
Clarify doc
...
Closes gh-3858
2015-09-08 14:04:39 +02:00
Stephane Nicoll
03302667d9
Fix meta-data
...
Closes gh-3922
2015-09-08 12:55:02 +02:00
Stephane Nicoll
c85f4df0ee
Polish
...
Upgrade sample to use H2 and expose the web console by default.
2015-09-08 10:20:46 +02:00
Stephane Nicoll
15fd30e920
Merge pull request #3917 from izeye/patch-37
...
* pr/3917:
Fix a broken link in the doc
2015-09-07 19:01:50 +02:00
izeye
99a14c3f58
Fix a broken link in the doc
...
Closes gh-3917
2015-09-07 19:01:29 +02:00
Stephane Nicoll
ed78b34dfd
Merge pull request #3909 from johnktims/patch-1
...
* pr/3909:
Fix typo
2015-09-07 08:48:50 +02:00
John Tims
4ae07e66ac
Fix typo
...
Closes gh-3909
2015-09-07 08:48:27 +02:00
Stephane Nicoll
1a71eb1f3b
Move spring-restdocs version to dependency management
...
Closes gh-3905
2015-09-06 15:38:43 +02:00
Phillip Webb
690da89c82
Fix warnings
2015-09-05 00:21:09 -07:00
Phillip Webb
85bb347fba
Add eclipse specific profile to set execution env
...
Update the parent POM to include a new profile which is automatically
enabled by eclipse.
The profile duplicates `default` and also set the compiler version to
1.8. This means that M2E sets the execution environment to `JavaSE-1.8`
but the command line build still compiles 1.6 compatible code.
Fixes gh-3618
2015-09-04 22:17:25 -07:00
Phillip Webb
899537deb0
Use dashed property form in documentation
2015-09-03 15:47:55 -07:00
Phillip Webb
8e0e825e8d
Merge pull request #3741 from ilayaperumalg/jar-launcher-access
...
* gh-3741:
Make it easier to subclass Launchers
2015-09-03 15:07:43 -07:00
Ilayaperumal Gopinathan
61ac04aa4c
Make it easier to subclass Launchers
...
Change constructors from `package private` to `protected` for subclasses
to use.
Closes gh-3741
2015-09-03 14:40:23 -07:00
Phillip Webb
60b8cb8a47
Fix package tangle in spring-boot-actuator
...
Introduce ManagementServletContext interface as a facade for
ManagementServerProperties to resolve the package tangle between
`o.s.boot.actuate.endpoint.mvc` and `o.s.boot.actuate`
Fixes gh-3887
2015-09-03 14:19:43 -07:00
Phillip Webb
da0d85c30e
Deprecate Log4JLoggingSystem
...
Fixes gh-3893
2015-09-03 11:43:52 -07:00
Phillip Webb
f4dcef281c
Merge branch '1.2.x'
2015-09-03 11:30:08 -07:00
Phillip Webb
adf2c44bdd
Set registerShutdownHook to false for tests
...
Update SpringApplicationContextLoader so that setRegisterShutdownHook
is false for tests.
Fixes gh-3763
2015-09-03 10:58:27 -07:00
Phillip Webb
b4e0a77269
Polish POM whitespace
2015-09-03 10:39:49 -07:00
Phillip Webb
feb2452f06
Simplify WebApplicationContext class guard
...
See gh-3856
2015-09-03 10:33:53 -07:00
Andy Wilkinson
efee06fd9b
Only configure remove devtools security if Spring Security is enabled
...
Previously, RemoteDevToolsAutoConfiguration would try to configure
Spring Security if it was on the classpath. This led to a failure if
Spring Security was on the classpath but its auto-configuration was
disabled.
This commit updates the auto-configuration to be conditional on the
presence of Spring Security’s ObjectPostProcessor bean.
See gh-3889
2015-09-03 17:48:43 +01:00
Andy Wilkinson
e2862390ee
Allow anonymous access to devtools remote server
...
Previously, if an app had Spring Security on the classpath the remote
devtools server would be secured using basic authentication. This
prevented RemoteSpringApplication from uploading changes to the server
as they would be rejected with a 401.
This commit updates RemoteDevToolsAutoConfiguration to allow anonymous
access to the remote server. CSRF protection is also disabled so that
POST requests without a CSRF token will be accepted.
Closes gh-3889
2015-09-03 17:36:22 +01:00
Stephane Nicoll
bed5350c8f
Add dependency management for webjars-locator
...
Closes gh-3892
2015-09-03 15:32:53 +02:00
Phillip Webb
4aa2fed48b
Revert "configure JRE that is different from compiler target level"
...
This reverts commit 678f36cfef .
2015-09-02 23:44:27 -07:00
Phillip Webb
6193b640a4
Polish
2015-09-02 23:44:19 -07:00
Phillip Webb
db41fb16c0
Polish Hazelcast auto-configuration
...
Extract a HazelcastInstanceFactory class and cleanup some formatting.
See gh-2942
2015-09-02 23:44:00 -07:00
Phillip Webb
138d66706a
Polish nested conditions
2015-09-02 23:44:00 -07:00
Andy Wilkinson
1f202e3e47
Upgrade to HAL Browser 9f96c74
...
Closes gh-3880
2015-09-02 18:03:07 +01:00
Andy Wilkinson
26d2e62627
Upgrade to SnakeYAML 1.16
...
Closes gh-3879
2015-09-02 16:53:21 +01:00
Andy Wilkinson
a0eaab0843
Upgrade to Postgresql 9.4-1202-jdbc41
...
Closes gh-3878
2015-09-02 16:52:48 +01:00
Andy Wilkinson
ab0641e2b8
Upgrade to mariadb-java-client 1.2.1
...
Closes gh-3877
2015-09-02 16:52:14 +01:00
Andy Wilkinson
f87d3c68e8
Upgrade to Inifinispan 7.2.4.Final
...
Closes gh-3876
2015-09-02 16:51:46 +01:00
Andy Wilkinson
d67f94be48
Upgrade to Jersey 2.21
...
Closes gh-3875
2015-09-02 16:51:27 +01:00
Andy Wilkinson
efad81bbb3
Upgrade to ActiveMQ 5.12.0
...
Closes gh-3874
2015-09-02 16:50:56 +01:00
Andy Wilkinson
a1fffbdb8b
Upgrade to Joda Time 2.8.2
...
Closes gh-3873
2015-09-02 16:50:25 +01:00
Andy Wilkinson
d02bae2d82
Upgrade to Undertow 1.2.11.Final
...
Closes gh-3872
2015-09-02 16:50:02 +01:00
Andy Wilkinson
de0b7082e5
Upgrade to Embedded Mongo 1.50.0
...
Closes gh-3871
2015-09-02 16:49:29 +01:00
Andy Wilkinson
972de48547
Upgrade to Hazelcast 3.5.2
...
Closes gh-3870
2015-09-02 16:48:57 +01:00
Andy Wilkinson
108c5657d3
Merge branch '1.2.x'
2015-09-02 16:29:49 +01:00
Andy Wilkinson
cb4e709ba2
Upgrade to Spring Social LinkedIn 1.0.2.RELEASE
...
Closes gh-3869
2015-09-02 16:28:50 +01:00
Andy Wilkinson
3d099fe9be
Upgrade to Spring Social Facebook 2.0.2.RELEASE
...
Closes gh-3779
2015-09-02 16:28:50 +01:00