This is an automated email from the ASF dual-hosted git repository.
zregvart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push:
new f67e121 CAMEL-11492: Tidy up headers table
f67e121 is described below
commit f67e121b3b1b5bcd3e433a64ddd275784dd1382b
Author: Zoran Regvart <[email protected]>
AuthorDate: Wed Jan 2 10:13:02 2019 +0100
CAMEL-11492: Tidy up headers table
---
.../camel-consul/src/main/docs/consul-component.adoc | 2 +-
components/camel-kubernetes/src/main/docs/kubernetes.adoc | 2 +-
.../camel-metrics/src/main/docs/metrics-component.adoc | 14 +++++++-------
.../src/main/docs/micrometer-component.adoc | 10 +++++-----
components/camel-nats/src/main/docs/nats-component.adoc | 2 +-
docs/components/modules/ROOT/pages/consul-component.adoc | 2 +-
docs/components/modules/ROOT/pages/kubernetes.adoc | 2 +-
docs/components/modules/ROOT/pages/metrics-component.adoc | 14 +++++++-------
.../modules/ROOT/pages/micrometer-component.adoc | 10 +++++-----
docs/components/modules/ROOT/pages/nats-component.adoc | 2 +-
10 files changed, 30 insertions(+), 30 deletions(-)
diff --git a/components/camel-consul/src/main/docs/consul-component.adoc
b/components/camel-consul/src/main/docs/consul-component.adoc
index 19839ce..8d228f7 100644
--- a/components/camel-consul/src/main/docs/consul-component.adoc
+++ b/components/camel-consul/src/main/docs/consul-component.adoc
@@ -201,7 +201,7 @@ The component supports 90 options, which are listed below.
### Headers
-[width="100%",cols="10%,10%,80%",options="header",]
+[width="100%",options="header"]
|=======================================================================
|Name |Type |Description
|CamelConsulAction|String|The Producer action
diff --git a/components/camel-kubernetes/src/main/docs/kubernetes.adoc
b/components/camel-kubernetes/src/main/docs/kubernetes.adoc
index 0b1eb65..84f365b 100644
--- a/components/camel-kubernetes/src/main/docs/kubernetes.adoc
+++ b/components/camel-kubernetes/src/main/docs/kubernetes.adoc
@@ -40,7 +40,7 @@ their `pom.xml` for this component:
### Headers
-[width="100%",cols="10%,10%,80%",options="header",]
+[width="100%",options="header"]
|=======================================================================
|Name |Type |Description
diff --git a/components/camel-metrics/src/main/docs/metrics-component.adoc
b/components/camel-metrics/src/main/docs/metrics-component.adoc
index 42ea039..ee4ba7d 100644
--- a/components/camel-metrics/src/main/docs/metrics-component.adoc
+++ b/components/camel-metrics/src/main/docs/metrics-component.adoc
@@ -209,7 +209,7 @@ metrics:counter:metricname[?options]
#### Options
-[width="100%",cols="10%,10%,80%",options="header",]
+[width="100%",options="header"]
|=====================================================
|Name |Default |Description
|increment |- |Long value to add to the counter
@@ -284,7 +284,7 @@ metrics:histogram:metricname[?options]
#### Options
-[width="100%",cols="10%,10%,80%",options="header",]
+[width="100%",options="header"]
|===================================
|Name |Default |Description
|value |- |Value to use in histogram
@@ -340,7 +340,7 @@ metrics:meter:metricname[?options]
#### Options
-[width="100%",cols="10%,10%,80%",options="header",]
+[width="100%",options="header"]
|===================================
|Name |Default |Description
|mark |- |Long value to use as mark
@@ -393,7 +393,7 @@ metrics:timer:metricname[?options]
#### Options
-[width="100%",cols="10%,10%,80%",options="header",]
+[width="100%",options="header"]
|==========================
|Name |Default |Description
|action |- |start or stop
@@ -446,7 +446,7 @@ metrics:gauge:metricname[?options]
#### Options
-[width="100%",cols="10%,10%,80%",options="header",]
+[width="100%",options="header"]
|=====================================================
|Name |Default |Description
|subject |- |Any object to be observed by the gauge
@@ -512,7 +512,7 @@ And from XML DSL you define a <bean> as follows:
The `MetricsRoutePolicyFactory` and `MetricsRoutePolicy` supports the
following options:
-[width="100%",cols="10%,10%,80%",options="header",]
+[width="100%",options="header"]
|=======================================================================
|Name |Default |Description
|useJmx |false |Whether to report fine grained statistics to JMX by
@@ -588,7 +588,7 @@ And from XML DSL you define a <bean> as follows:
The following options is supported on the factory:
-[width="100%",cols="10%,10%,80%",options="header",]
+[width="100%",options="header"]
|=======================================================================
|Name |Default |Description
|useJmx |false |Whether to report fine grained statistics to JMX by
diff --git
a/components/camel-micrometer/src/main/docs/micrometer-component.adoc
b/components/camel-micrometer/src/main/docs/micrometer-component.adoc
index 8d44f04..c645243 100644
--- a/components/camel-micrometer/src/main/docs/micrometer-component.adoc
+++ b/components/camel-micrometer/src/main/docs/micrometer-component.adoc
@@ -222,7 +222,7 @@ micrometer:counter:name[?options]
#### Options
-[width="100%",cols="10%,10%,80%",options="header",]
+[width="100%",options="header"]
|=====================================================
|Name |Default |Description
|increment |- |Double value to add to the counter
@@ -300,7 +300,7 @@ micrometer:summary:metricname[?options]
#### Options
-[width="100%",cols="10%,10%,80%",options="header",]
+[width="100%",options="header"]
|===================================
|Name |Default |Description
|value |- |Value to use in histogram
@@ -368,7 +368,7 @@ micrometer:timer:metricname[?options]
#### Options
-[width="100%",cols="10%,10%,80%",options="header",]
+[width="100%",options="header"]
|==========================
|Name |Default |Description
|action |- |start or stop
@@ -444,7 +444,7 @@ And from XML DSL you define a <bean> as follows:
The `MicrometerRoutePolicyFactory` and `MicrometerRoutePolicy` supports the
following options:
-[width="100%",cols="10%,10%,80%",options="header",]
+[width="100%",options="header"]
|=======================================================================
|Name |Default |Description
|prettyPrint |false |Whether to use pretty print when outputting statistics in
json format
@@ -480,7 +480,7 @@ And from XML DSL you define a <bean> as follows:
The following options is supported on the factory:
-[width="100%",cols="10%,10%,80%",options="header",]
+[width="100%",options="header"]
|=======================================================================
|Name |Default |Description
|prettyPrint |false |Whether to use pretty print when outputting statistics in
json format
diff --git a/components/camel-nats/src/main/docs/nats-component.adoc
b/components/camel-nats/src/main/docs/nats-component.adoc
index 3b2c85b..ca0aed5 100644
--- a/components/camel-nats/src/main/docs/nats-component.adoc
+++ b/components/camel-nats/src/main/docs/nats-component.adoc
@@ -122,7 +122,7 @@ The component supports 3 options, which are listed below.
### Headers
-[width="100%",cols="10%,10%,80%",options="header",]
+[width="100%",options="header"]
|=======================================================================
|Name |Type |Description
diff --git a/docs/components/modules/ROOT/pages/consul-component.adoc
b/docs/components/modules/ROOT/pages/consul-component.adoc
index 19839ce..8d228f7 100644
--- a/docs/components/modules/ROOT/pages/consul-component.adoc
+++ b/docs/components/modules/ROOT/pages/consul-component.adoc
@@ -201,7 +201,7 @@ The component supports 90 options, which are listed below.
### Headers
-[width="100%",cols="10%,10%,80%",options="header",]
+[width="100%",options="header"]
|=======================================================================
|Name |Type |Description
|CamelConsulAction|String|The Producer action
diff --git a/docs/components/modules/ROOT/pages/kubernetes.adoc
b/docs/components/modules/ROOT/pages/kubernetes.adoc
index 0b1eb65..84f365b 100644
--- a/docs/components/modules/ROOT/pages/kubernetes.adoc
+++ b/docs/components/modules/ROOT/pages/kubernetes.adoc
@@ -40,7 +40,7 @@ their `pom.xml` for this component:
### Headers
-[width="100%",cols="10%,10%,80%",options="header",]
+[width="100%",options="header"]
|=======================================================================
|Name |Type |Description
diff --git a/docs/components/modules/ROOT/pages/metrics-component.adoc
b/docs/components/modules/ROOT/pages/metrics-component.adoc
index 42ea039..ee4ba7d 100644
--- a/docs/components/modules/ROOT/pages/metrics-component.adoc
+++ b/docs/components/modules/ROOT/pages/metrics-component.adoc
@@ -209,7 +209,7 @@ metrics:counter:metricname[?options]
#### Options
-[width="100%",cols="10%,10%,80%",options="header",]
+[width="100%",options="header"]
|=====================================================
|Name |Default |Description
|increment |- |Long value to add to the counter
@@ -284,7 +284,7 @@ metrics:histogram:metricname[?options]
#### Options
-[width="100%",cols="10%,10%,80%",options="header",]
+[width="100%",options="header"]
|===================================
|Name |Default |Description
|value |- |Value to use in histogram
@@ -340,7 +340,7 @@ metrics:meter:metricname[?options]
#### Options
-[width="100%",cols="10%,10%,80%",options="header",]
+[width="100%",options="header"]
|===================================
|Name |Default |Description
|mark |- |Long value to use as mark
@@ -393,7 +393,7 @@ metrics:timer:metricname[?options]
#### Options
-[width="100%",cols="10%,10%,80%",options="header",]
+[width="100%",options="header"]
|==========================
|Name |Default |Description
|action |- |start or stop
@@ -446,7 +446,7 @@ metrics:gauge:metricname[?options]
#### Options
-[width="100%",cols="10%,10%,80%",options="header",]
+[width="100%",options="header"]
|=====================================================
|Name |Default |Description
|subject |- |Any object to be observed by the gauge
@@ -512,7 +512,7 @@ And from XML DSL you define a <bean> as follows:
The `MetricsRoutePolicyFactory` and `MetricsRoutePolicy` supports the
following options:
-[width="100%",cols="10%,10%,80%",options="header",]
+[width="100%",options="header"]
|=======================================================================
|Name |Default |Description
|useJmx |false |Whether to report fine grained statistics to JMX by
@@ -588,7 +588,7 @@ And from XML DSL you define a <bean> as follows:
The following options is supported on the factory:
-[width="100%",cols="10%,10%,80%",options="header",]
+[width="100%",options="header"]
|=======================================================================
|Name |Default |Description
|useJmx |false |Whether to report fine grained statistics to JMX by
diff --git a/docs/components/modules/ROOT/pages/micrometer-component.adoc
b/docs/components/modules/ROOT/pages/micrometer-component.adoc
index 8d44f04..c645243 100644
--- a/docs/components/modules/ROOT/pages/micrometer-component.adoc
+++ b/docs/components/modules/ROOT/pages/micrometer-component.adoc
@@ -222,7 +222,7 @@ micrometer:counter:name[?options]
#### Options
-[width="100%",cols="10%,10%,80%",options="header",]
+[width="100%",options="header"]
|=====================================================
|Name |Default |Description
|increment |- |Double value to add to the counter
@@ -300,7 +300,7 @@ micrometer:summary:metricname[?options]
#### Options
-[width="100%",cols="10%,10%,80%",options="header",]
+[width="100%",options="header"]
|===================================
|Name |Default |Description
|value |- |Value to use in histogram
@@ -368,7 +368,7 @@ micrometer:timer:metricname[?options]
#### Options
-[width="100%",cols="10%,10%,80%",options="header",]
+[width="100%",options="header"]
|==========================
|Name |Default |Description
|action |- |start or stop
@@ -444,7 +444,7 @@ And from XML DSL you define a <bean> as follows:
The `MicrometerRoutePolicyFactory` and `MicrometerRoutePolicy` supports the
following options:
-[width="100%",cols="10%,10%,80%",options="header",]
+[width="100%",options="header"]
|=======================================================================
|Name |Default |Description
|prettyPrint |false |Whether to use pretty print when outputting statistics in
json format
@@ -480,7 +480,7 @@ And from XML DSL you define a <bean> as follows:
The following options is supported on the factory:
-[width="100%",cols="10%,10%,80%",options="header",]
+[width="100%",options="header"]
|=======================================================================
|Name |Default |Description
|prettyPrint |false |Whether to use pretty print when outputting statistics in
json format
diff --git a/docs/components/modules/ROOT/pages/nats-component.adoc
b/docs/components/modules/ROOT/pages/nats-component.adoc
index 3b2c85b..ca0aed5 100644
--- a/docs/components/modules/ROOT/pages/nats-component.adoc
+++ b/docs/components/modules/ROOT/pages/nats-component.adoc
@@ -122,7 +122,7 @@ The component supports 3 options, which are listed below.
### Headers
-[width="100%",cols="10%,10%,80%",options="header",]
+[width="100%",options="header"]
|=======================================================================
|Name |Type |Description