Author: rmannibucau
Date: Fri May 12 17:14:01 2017
New Revision: 1794996
URL: http://svn.apache.org/viewvc?rev=1794996&view=rev
Log:
doc clarification on meecrowave.properties
Modified:
openwebbeans/meecrowave/trunk/meecrowave-doc/src/main/jbake/content/meecrowave-core/configuration.adoc
openwebbeans/meecrowave/trunk/meecrowave-doc/src/main/jbake/content/meecrowave-oauth2/index.adoc
Modified:
openwebbeans/meecrowave/trunk/meecrowave-doc/src/main/jbake/content/meecrowave-core/configuration.adoc
URL:
http://svn.apache.org/viewvc/openwebbeans/meecrowave/trunk/meecrowave-doc/src/main/jbake/content/meecrowave-core/configuration.adoc?rev=1794996&r1=1794995&r2=1794996&view=diff
==============================================================================
---
openwebbeans/meecrowave/trunk/meecrowave-doc/src/main/jbake/content/meecrowave-core/configuration.adoc
(original)
+++
openwebbeans/meecrowave/trunk/meecrowave-doc/src/main/jbake/content/meecrowave-core/configuration.adoc
Fri May 12 17:14:01 2017
@@ -59,7 +59,8 @@ and delegate the processing to the first
- `configurationCustomizer=y` will create an instance of `y` to customize the
configuration
- `configurationCustomizer.x=y` will set `x` to `y` for the customizer
-TIP: out of the box, any `Builder` instance will read `meecrowave.properties`.
+TIP: out of the box, any `Builder` instance will read `meecrowave.properties`.
`meecrowave.properties` uses CLI
+names (without the leading `--`). See
link:{context_rootpath}/meecrowave-core/cli.html[CLI] page for the list.
== Logging
Modified:
openwebbeans/meecrowave/trunk/meecrowave-doc/src/main/jbake/content/meecrowave-oauth2/index.adoc
URL:
http://svn.apache.org/viewvc/openwebbeans/meecrowave/trunk/meecrowave-doc/src/main/jbake/content/meecrowave-oauth2/index.adoc?rev=1794996&r1=1794995&r2=1794996&view=diff
==============================================================================
---
openwebbeans/meecrowave/trunk/meecrowave-doc/src/main/jbake/content/meecrowave-oauth2/index.adoc
(original)
+++
openwebbeans/meecrowave/trunk/meecrowave-doc/src/main/jbake/content/meecrowave-oauth2/index.adoc
Fri May 12 17:14:01 2017
@@ -36,7 +36,7 @@ Here is a sample usage of that bundle:
[source,bash]
----
-java -jar meecrowave-oauth2-0.3.0-SNAPSHOT-bundle.jar --users test=test
--roles test=test
+java -jar meecrowave-oauth2-0.3.1-bundle.jar --users test=test --roles
test=test
----
Then just test your token endpoint: