Skip to content

Commit 18d00d1

Browse files
committed
Bumping versions
1 parent d81b2d6 commit 18d00d1

File tree

2 files changed

+3
-18
lines changed

2 files changed

+3
-18
lines changed

README.adoc

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -54,23 +54,9 @@ the `.mvn` configuration, so if you find you have to do it to make a
5454
build succeed, please raise a ticket to get the settings added to
5555
source control.
5656

57-
For hints on how to build the project look in `.travis.yml` if there
58-
is one. There should be a "script" and maybe "install" command. Also
59-
look at the "services" section to see if any services need to be
60-
running locally (e.g. mongo or rabbit). Ignore the git-related bits
61-
that you might find in "before_install" since they're related to setting git
62-
credentials and you already have those.
63-
64-
The projects that require middleware generally include a
65-
`docker-compose.yml`, so consider using
66-
https://docs.docker.com/compose/[Docker Compose] to run the middeware servers
67-
in Docker containers. See the README in the
68-
https://github.com/spring-cloud-samples/scripts[scripts demo
69-
repository] for specific instructions about the common cases of mongo,
70-
rabbit and redis.
71-
72-
NOTE: If all else fails, build with the command from `.travis.yml` (usually
73-
`./mvnw install`).
57+
The projects that require middleware (i.e. Redis) for testing generally
58+
require that a local instance of [Docker](https://www.docker.com/get-started) is installed and running.
59+
7460

7561
=== Documentation
7662

docs/src/main/asciidoc/_configprops.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@
108108
|spring.cloud.gateway.metrics.enabled | `false` | Enables the collection of metrics data.
109109
|spring.cloud.gateway.metrics.prefix | `spring.cloud.gateway` | The prefix of all metrics emitted by gateway.
110110
|spring.cloud.gateway.metrics.tags | | Tags map that added to metrics.
111-
|spring.cloud.gateway.metrics.tags.path.enabled | `false` | If the collection of metrics data is enabled, enables an extra metric data tag by path.
112111
|spring.cloud.gateway.predicate.after.enabled | `true` | Enables the after predicate.
113112
|spring.cloud.gateway.predicate.before.enabled | `true` | Enables the before predicate.
114113
|spring.cloud.gateway.predicate.between.enabled | `true` | Enables the between predicate.

0 commit comments

Comments
 (0)