This is an automated email from the ASF dual-hosted git repository.

jamesbognar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/juneau.git


The following commit(s) were added to refs/heads/master by this push:
     new 289862c  Javadocs
289862c is described below

commit 289862cc0003a9785fc025f946fd618e1ee47252
Author: JamesBognar <[email protected]>
AuthorDate: Mon Dec 31 13:42:04 2018 -0500

    Javadocs
---
 .../8.0.1.html}                                    | 40 ++++++++++++++--------
 .../{13.ClosingConfigs.html => 10.Imports.html}    | 15 ++------
 .../{10.Serializing.html => 11.Serializing.html}   |  0
 .../01.ConfigMemoryStore.html                      |  0
 .../02.ConfigFileStore.html                        |  0
 .../03.CustomConfigStores.html                     |  0
 .../04.ConfigStoreListeners.html                   |  0
 ...eadOnlyConfigs.html => 13.ReadOnlyConfigs.html} |  0
 ....ClosingConfigs.html => 14.ClosingConfigs.html} |  0
 ...aultConfig.html => 15.SystemDefaultConfig.html} |  2 +-
 launches/juneau-env.sh                             |  2 +-
 11 files changed, 29 insertions(+), 30 deletions(-)

diff --git a/juneau-doc/docs/Topics/06.juneau-config/10.Serializing.html 
b/juneau-doc/docs/ReleaseNotes/8.0.1.html
similarity index 60%
copy from juneau-doc/docs/Topics/06.juneau-config/10.Serializing.html
copy to juneau-doc/docs/ReleaseNotes/8.0.1.html
index 2bf88fd..74cc979 100644
--- a/juneau-doc/docs/Topics/06.juneau-config/10.Serializing.html
+++ b/juneau-doc/docs/ReleaseNotes/8.0.1.html
@@ -13,22 +13,32 @@
  
***************************************************************************************************************************/
  -->
 
-Serializing
+8.0.0 (TBD)
 
 <p>
-       The following methods are used for serializing <code>Config</code> 
objects back into INI files:
+       TBD
 </p>
-<ul class='doctree'>
-       <li class='jc'>{@link oaj.config.Config}
-       <ul>
-               <li class='jm'>{@link oaj.config.Config#writeTo(Writer) 
writeTo(Writer)}
-               <li class='jm'>{@link oaj.config.Config#toString() toString()}
-       </ul>
+
+<h5 class='topic w800'>juneau-config</h5>
+<ul class='spaced-list'>
+       <li>
+               Support for import statements:
+               <p class='bpcode'>
+       <cc># Import values from another configuration:</cc>
+       <ci>&lt;ParentConfig1&gt;</ci>
+       
+       <cs>[Foo]</cs>
+       <ck>bar</ck> = <cv>baz</cv>
+               </p>
+       <li>
+               The {@link oaj.config.store.ConfigFileStore} now automatically 
resolves file extensions.
+               <br>New configuration property for specifying search paths for 
file extensions:
+               <ul class='doctree'>
+                       <li class='jf'>{@link 
oaj.config.store.ConfigFileStore#FILESTORE_extensions}
+               </ul>
+       <li>
+               Fixed a bug where instances of {@link 
oaj.config.store.ConfigMemoryStore} ended up resolving to the same object.
+       <li>
+               
 </ul>
-<p>
-       Both methods are thread safe.
-</p>
-<p>
-       The <code>Config</code> class implements the {@link oaj.Writable} which 
means it can be 
-       returned as-is by REST methods to be serialized as INI text.
-</p>
+
diff --git a/juneau-doc/docs/Topics/06.juneau-config/13.ClosingConfigs.html 
b/juneau-doc/docs/Topics/06.juneau-config/10.Imports.html
similarity index 69%
copy from juneau-doc/docs/Topics/06.juneau-config/13.ClosingConfigs.html
copy to juneau-doc/docs/Topics/06.juneau-config/10.Imports.html
index 7c81a1a..ed72ca4 100644
--- a/juneau-doc/docs/Topics/06.juneau-config/13.ClosingConfigs.html
+++ b/juneau-doc/docs/Topics/06.juneau-config/10.Imports.html
@@ -13,19 +13,8 @@
  
***************************************************************************************************************************/
  -->
 
-Closing Configs
+{todo} Imports
 
 <p>
-       In general, it's good practice to close Config if you're only creating 
them temporarily so that
-       their listeners get unregistered from the underlying storage APIs.
-</p>
-<h5 class='figure'>Example:</h5>
-<p class='bpcode w800'>
-       <jc>// Create a transient config.</jc>
-       Config c = Config.<jsm>create</jsm>(<js>"MyConfig.cfg"</js>).build();
-       
-       <jc>// Do stuff with it.</jc>
-       
-       <jc>// Then close the config to unregister the listeners.</jc>
-       c.close();
+       TODO
 </p>
diff --git a/juneau-doc/docs/Topics/06.juneau-config/10.Serializing.html 
b/juneau-doc/docs/Topics/06.juneau-config/11.Serializing.html
similarity index 100%
rename from juneau-doc/docs/Topics/06.juneau-config/10.Serializing.html
rename to juneau-doc/docs/Topics/06.juneau-config/11.Serializing.html
diff --git 
a/juneau-doc/docs/Topics/06.juneau-config/11.ConfigStores/01.ConfigMemoryStore.html
 
b/juneau-doc/docs/Topics/06.juneau-config/12.ConfigStores/01.ConfigMemoryStore.html
similarity index 100%
rename from 
juneau-doc/docs/Topics/06.juneau-config/11.ConfigStores/01.ConfigMemoryStore.html
rename to 
juneau-doc/docs/Topics/06.juneau-config/12.ConfigStores/01.ConfigMemoryStore.html
diff --git 
a/juneau-doc/docs/Topics/06.juneau-config/11.ConfigStores/02.ConfigFileStore.html
 
b/juneau-doc/docs/Topics/06.juneau-config/12.ConfigStores/02.ConfigFileStore.html
similarity index 100%
rename from 
juneau-doc/docs/Topics/06.juneau-config/11.ConfigStores/02.ConfigFileStore.html
rename to 
juneau-doc/docs/Topics/06.juneau-config/12.ConfigStores/02.ConfigFileStore.html
diff --git 
a/juneau-doc/docs/Topics/06.juneau-config/11.ConfigStores/03.CustomConfigStores.html
 
b/juneau-doc/docs/Topics/06.juneau-config/12.ConfigStores/03.CustomConfigStores.html
similarity index 100%
rename from 
juneau-doc/docs/Topics/06.juneau-config/11.ConfigStores/03.CustomConfigStores.html
rename to 
juneau-doc/docs/Topics/06.juneau-config/12.ConfigStores/03.CustomConfigStores.html
diff --git 
a/juneau-doc/docs/Topics/06.juneau-config/11.ConfigStores/04.ConfigStoreListeners.html
 
b/juneau-doc/docs/Topics/06.juneau-config/12.ConfigStores/04.ConfigStoreListeners.html
similarity index 100%
rename from 
juneau-doc/docs/Topics/06.juneau-config/11.ConfigStores/04.ConfigStoreListeners.html
rename to 
juneau-doc/docs/Topics/06.juneau-config/12.ConfigStores/04.ConfigStoreListeners.html
diff --git a/juneau-doc/docs/Topics/06.juneau-config/12.ReadOnlyConfigs.html 
b/juneau-doc/docs/Topics/06.juneau-config/13.ReadOnlyConfigs.html
similarity index 100%
rename from juneau-doc/docs/Topics/06.juneau-config/12.ReadOnlyConfigs.html
rename to juneau-doc/docs/Topics/06.juneau-config/13.ReadOnlyConfigs.html
diff --git a/juneau-doc/docs/Topics/06.juneau-config/13.ClosingConfigs.html 
b/juneau-doc/docs/Topics/06.juneau-config/14.ClosingConfigs.html
similarity index 100%
rename from juneau-doc/docs/Topics/06.juneau-config/13.ClosingConfigs.html
rename to juneau-doc/docs/Topics/06.juneau-config/14.ClosingConfigs.html
diff --git 
a/juneau-doc/docs/Topics/06.juneau-config/14.SystemDefaultConfig.html 
b/juneau-doc/docs/Topics/06.juneau-config/15.SystemDefaultConfig.html
similarity index 98%
rename from juneau-doc/docs/Topics/06.juneau-config/14.SystemDefaultConfig.html
rename to juneau-doc/docs/Topics/06.juneau-config/15.SystemDefaultConfig.html
index 89cce01..bec6896 100644
--- a/juneau-doc/docs/Topics/06.juneau-config/14.SystemDefaultConfig.html
+++ b/juneau-doc/docs/Topics/06.juneau-config/15.SystemDefaultConfig.html
@@ -13,7 +13,7 @@
  
***************************************************************************************************************************/
  -->
 
-{new} System Default Config
+System Default Config
 
 <p>
        Each JVM has a system default config.  This is a configuration file 
that serves as the default
diff --git a/launches/juneau-env.sh b/launches/juneau-env.sh
index 1dbd0f6..d8294b7 100755
--- a/launches/juneau-env.sh
+++ b/launches/juneau-env.sh
@@ -13,5 +13,5 @@
 
 . ~/.profile
 set -e
-export JUNEAU_VERSION=8.0.0
+export JUNEAU_VERSION=8.0.1
 [ -z "$X_VERSION" ] && export X_VERSION="${JUNEAU_VERSION}-SNAPSHOT"

Reply via email to