Commit Graph

13046 Commits

Author SHA1 Message Date
Stephane Nicoll
e5c5fe9fc5 Add deprecated metadata for Flyway
See gh-10076
2017-08-25 14:58:54 +02:00
Stephane Nicoll
c69725f68c Add deprecated metadata for Actuator endpoints
See gh-10076
2017-08-25 14:28:48 +02:00
Stephane Nicoll
38745d41d7 Add deprecated metadata for CRaSH support
See gh-10076
2017-08-25 14:12:42 +02:00
Stephane Nicoll
08ce7e24d7 Polish 2017-08-25 13:56:37 +02:00
Stephane Nicoll
e05c401e0c Merge pull request #10069 from izeye:sort-gitignore
* pr/10069:
  Sort entries in .gitignore
2017-08-25 10:26:50 +02:00
Johnny Lim
d330dc4832 Sort entries in .gitignore
Closes gh-10069
2017-08-25 10:22:57 +02:00
Stephane Nicoll
0a7a4c60aa Remove deprecated error.path property 2017-08-24 13:41:37 +02:00
Stephane Nicoll
4dc5022203 Polish 2017-08-24 13:41:14 +02:00
Stephane Nicoll
f8e08f79ed Add DispatcherType enum for configuration purpose
This commit creates our own version of javax.servlet.DispatcherType for
configuration purpose as we can use the other one now the servlet api
is optional.

Closes gh-9856
2017-08-24 10:28:59 +02:00
Stephane Nicoll
8383648a14 Revert "Expose SpringBootCondition's logger"
Closes gh-10000
2017-08-23 17:04:16 +02:00
Stephane Nicoll
e4f3164da7 Polish 2017-08-23 15:50:30 +02:00
Stephane Nicoll
2725151bff Add missing test scope 2017-08-23 15:08:23 +02:00
Stephane Nicoll
75e5e78531 Polish json starter
This commit improves the json starter to bring the core starter (as any
other starters do). `spring-web` is now also added as it contains the
Spring's core jackson support.

Closes gh-10031
2017-08-23 09:48:54 +02:00
Stephane Nicoll
d7fdb5b862 Merge branch '1.5.x' 2017-08-23 09:11:52 +02:00
Stephane Nicoll
fe4ded077c Merge pull request #10058 from juanpablo-santos:master
* pr/10058:
  Add Stripes Spring Boot starter reference
2017-08-23 09:11:36 +02:00
Juan Pablo Santos Rodríguez
32d5d1f712 Add Stripes Spring Boot starter reference
Closes gh-10058
2017-08-23 09:11:11 +02:00
Stephane Nicoll
7b435b18dc Merge pull request #10054 from izeye:polish-20170822
* pr/10054:
  Polish
2017-08-22 16:28:20 +02:00
Johnny Lim
14c9f91aab Polish
Closes gh-10054
2017-08-22 16:28:03 +02:00
Stephane Nicoll
ac4219b1d8 Move management.jmx to management.endpoints.jmx
For consistency with #10053, this commit moves the JMX specific endpoint
properties to `management.endpoints.jmx`.
2017-08-22 11:46:38 +02:00
Stephane Nicoll
68fcea7b9a Migrate endpoints.cors to management.endpoints.cors
This commit moves CORS properties out of the endpoints namespace as they
do not refer to a "cors" endpoint but rather to the CORS configuration
of all endpoints.

Closes gh-10053
2017-08-22 11:40:39 +02:00
Stephane Nicoll
3087514b79 Move endpoints.health.mapping to management.health.status.http-mapping
Closes gh-10052
2017-08-22 11:11:22 +02:00
Stephane Nicoll
f2a74946af Polish 2017-08-22 10:20:20 +02:00
Stephane Nicoll
79bdaad686 Remove reference to HttpStatus
This commit removes an import on a class in "spring-web" as this class
is also meant to be used with Jersey only (i.e. when "spring-web" is
not present on the classpath).

Closes gh-10051
2017-08-22 10:03:32 +02:00
Stephane Nicoll
f801c12a69 Merge branch '1.5.x' 2017-08-21 18:13:03 +02:00
Stephane Nicoll
02e2d903c3 Merge pull request #10050 from izeye:patch-49
* pr/10050:
  Document default values for compression properties
2017-08-21 18:12:51 +02:00
Johnny Lim
2c897385d9 Document default values for compression properties
Closes gh-10050
2017-08-21 18:12:27 +02:00
Brian Clozel
918d803f76 Remove start/stop integration test
This test is not useful in this context.

Closes gh-9889
2017-08-21 16:20:15 +02:00
Stephane Nicoll
2f51340047 Restore WebServerInitializedEvent listener registration
This commit fixes ServerPortInfoApplicationContextInitializer so that
is registers a listener against `WebServerInitializedEvent`.

A former polish to use a lambda actually introduced a regression as the
listener was registered as `ApplicationListener<?>`.

Closes gh-10047
2017-08-20 18:28:35 +02:00
Stephane Nicoll
dd08c31b9a Merge pull request #9752 from vpavic:gh-8981
* pr/9752:
  Polish "Harmonize database initializers"
  Harmonize database initializers
2017-08-18 18:15:26 +02:00
Stephane Nicoll
394371eb73 Polish "Harmonize database initializers"
Closes gh-9752
2017-08-18 18:14:22 +02:00
Vedran Pavic
14b7be8325 Harmonize database initializers
This commit updates database initializers configuration to enable them
automatically only when an embedded `DataSource` is used. Related
configuration properties have been updated to use a more expressive
`DatabaseInitializerMode` enum rather than `Boolean` flag.

See gh-9752
2017-08-18 14:55:48 +02:00
Stephane Nicoll
29078c78f2 Merge branch '1.5.x' 2017-08-18 12:08:20 +02:00
Stephane Nicoll
fa037610f8 Add missing class check on Neo4jDataAutoConfiguration
Neo4jDataAutoConfiguration is meant to kick in when Spring Data Neo4J is
on the classpath. Yet, we were only checking for the presence of neo4j
itself and the transaction manager provided by spring-tx.

This commit makes sure to back off if Spring Data Neo4J is not present.

Closes gh-10038
2017-08-18 12:07:59 +02:00
Stephane Nicoll
7a672afc47 Merge branch '1.5.x' 2017-08-18 11:58:09 +02:00
Stephane Nicoll
8b8322216d Revert "Upgrade to Spring Integration 4.3.12"
This reverts commit 0e64598
2017-08-18 11:57:28 +02:00
Stephane Nicoll
db0758c1ba Merge branch '1.5.x' 2017-08-18 11:47:53 +02:00
Stephane Nicoll
0e6459888c Upgrade to Spring Integration 4.3.12
Closes gh-10034
2017-08-18 11:47:32 +02:00
Stephane Nicoll
60c9c2d018 Merge pull request #10032 from izeye:polish-20170818
* pr/10032:
  Polish
2017-08-18 11:28:51 +02:00
Johnny Lim
a7ef258069 Polish
Closes gh-10032
2017-08-18 11:28:33 +02:00
Stephane Nicoll
cc46977c76 Merge pull request #10033 from izeye:instanceof
* pr/10033:
  Remove null check before instanceof
2017-08-18 11:26:34 +02:00
Johnny Lim
9439467664 Remove null check before instanceof
Closes gh-10033
2017-08-18 11:26:15 +02:00
Stephane Nicoll
74c5e48715 Polish 2017-08-17 16:43:30 +02:00
Stephane Nicoll
8ad21b5417 Remove useless override 2017-08-17 16:05:18 +02:00
Stephane Nicoll
e93f61ba70 Calling delegate on LoaderHidingResource#close()
Closes gh-10025
2017-08-17 14:25:00 +02:00
Stephane Nicoll
b8a209e6d5 Upgrade to maven-enforcer-plugin 3.0.0-M1
Closes gh-10028
2017-08-17 14:12:03 +02:00
Stephane Nicoll
0f93d65fb0 Upgrade to maven-assembly-plugin 3.1.0
Closes gh-7513
2017-08-17 14:01:07 +02:00
Stephane Nicoll
30014785a4 Merge branch '1.5.x' 2017-08-17 13:29:24 +02:00
Stephane Nicoll
dbaaf2a5fa Improve conditions on FreeMarkerWebConfiguration
This commit makes sure to prevent the Freemarker web auto-configuration
to kick in if `spring-webmvc` is not on the classpath.

Closes gh-10027
2017-08-17 13:28:45 +02:00
Stephane Nicoll
ad3a14141f Polish endpoints metadata
This commit introduces manual metadata for the endpoints.all.* namespace
and polish the appendix following the work that happened in #9692
2017-08-17 11:34:08 +02:00
Stephane Nicoll
80793b3148 Cleanup additional meta-data
The new endpoint infrastructure does not provide a `path` property so
the manual metadata for older endpoints have been removed.
2017-08-17 11:07:02 +02:00