You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Gary Gregory <ga...@gmail.com> on 2017/06/21 20:07:55 UTC

Fwd: svn commit: r1799506 - in /commons/proper/configuration/trunk/src/site/xdoc: dependencies.xml userguide/howto_hierarchical.xml

Why use an old version of Jackson?

Gary
---------- Forwarded message ----------
From: <oh...@apache.org>
Date: Jun 21, 2017 13:01
Subject: svn commit: r1799506 - in
/commons/proper/configuration/trunk/src/site/xdoc: dependencies.xml
userguide/howto_hierarchical.xml
To: <co...@commons.apache.org>
Cc:

Author: oheger
> Date: Wed Jun 21 20:01:07 2017
> New Revision: 1799506
>
> URL: http://svn.apache.org/viewvc?rev=1799506&view=rev
> Log:
> [CONFIGURATION-258] Some documentation for new configuration classes.
>
> Listed special dependencies for JSON and YAML Configuration.
>
> Modified:
>     commons/proper/configuration/trunk/src/site/xdoc/dependencies.xml
>     commons/proper/configuration/trunk/src/site/xdoc/userguide/
> howto_hierarchical.xml
>
> Modified: commons/proper/configuration/trunk/src/site/xdoc/
> dependencies.xml
> URL: http://svn.apache.org/viewvc/commons/proper/configuration/
> trunk/src/site/xdoc/dependencies.xml?rev=1799506&
> r1=1799505&r2=1799506&view=diff
> ============================================================
> ==================
> --- commons/proper/configuration/trunk/src/site/xdoc/dependencies.xml
> (original)
> +++ commons/proper/configuration/trunk/src/site/xdoc/dependencies.xml Wed
> Jun 21 20:01:07 2017
> @@ -68,6 +68,14 @@
>                          <td>commons-codec</td>
>                      </tr>
>                      <tr>
> +                        <td>JSONConfiguration</td>
> +                        <td>com.fasterxml.jackson.
> core:jackson-databind</td>
> +                    </tr>
> +                    <tr>
> +                        <td>YAMLConfiguration</td>
> +                        <td>org.yaml:snakeyaml</td>
> +                    </tr>
> +                    <tr>
>                          <td>ConfigurationDynaBean</td>
>                          <td>commons-beanutils</td>
>                      </tr>
>
> Modified: commons/proper/configuration/trunk/src/site/xdoc/userguide/
> howto_hierarchical.xml
> URL: http://svn.apache.org/viewvc/commons/proper/configuration/
> trunk/src/site/xdoc/userguide/howto_hierarchical.xml?rev=
> 1799506&r1=1799505&r2=1799506&view=diff
> ============================================================
> ==================
> --- commons/proper/configuration/trunk/src/site/xdoc/userguide/howto_hierarchical.xml
> (original)
> +++ commons/proper/configuration/trunk/src/site/xdoc/userguide/howto_hierarchical.xml
> Wed Jun 21 20:01:07 2017
> @@ -54,6 +54,10 @@
>          INIConfiguration</a></code></li>
>          <li><code><a href="../apidocs/org/apache/
> commons/configuration2/plist/PropertyListConfiguration.html">
>          PropertyListConfiguration</a></code></li>
> +        <li><code><a href="../apidocs/org/apache/commons/configuration2/
> JSONConfiguration.html">
> +        JSONConfiguration</a></code></li>
> +        <li><code><a href="../apidocs/org/apache/commons/configuration2/
> YAMLConfiguration.html">
> +        YAMLConfiguration</a></code></li>
>        </ul>
>      </p>
>
>
>
>

Re: Fwd: svn commit: r1799506 - in /commons/proper/configuration/trunk/src/site/xdoc: dependencies.xml userguide/howto_hierarchical.xml

Posted by Oliver Heger <ol...@oliver-heger.de>.

Am 21.06.2017 um 22:07 schrieb Gary Gregory:
> Why use an old version of Jackson?

Thanks for the catch. Version updated.

Oliver

> 
> Gary
> ---------- Forwarded message ----------
> From: <oh...@apache.org>
> Date: Jun 21, 2017 13:01
> Subject: svn commit: r1799506 - in
> /commons/proper/configuration/trunk/src/site/xdoc: dependencies.xml
> userguide/howto_hierarchical.xml
> To: <co...@commons.apache.org>
> Cc:
> 
> Author: oheger
>> Date: Wed Jun 21 20:01:07 2017
>> New Revision: 1799506
>>
>> URL: http://svn.apache.org/viewvc?rev=1799506&view=rev
>> Log:
>> [CONFIGURATION-258] Some documentation for new configuration classes.
>>
>> Listed special dependencies for JSON and YAML Configuration.
>>
>> Modified:
>>     commons/proper/configuration/trunk/src/site/xdoc/dependencies.xml
>>     commons/proper/configuration/trunk/src/site/xdoc/userguide/
>> howto_hierarchical.xml
>>
>> Modified: commons/proper/configuration/trunk/src/site/xdoc/
>> dependencies.xml
>> URL: http://svn.apache.org/viewvc/commons/proper/configuration/
>> trunk/src/site/xdoc/dependencies.xml?rev=1799506&
>> r1=1799505&r2=1799506&view=diff
>> ============================================================
>> ==================
>> --- commons/proper/configuration/trunk/src/site/xdoc/dependencies.xml
>> (original)
>> +++ commons/proper/configuration/trunk/src/site/xdoc/dependencies.xml Wed
>> Jun 21 20:01:07 2017
>> @@ -68,6 +68,14 @@
>>                          <td>commons-codec</td>
>>                      </tr>
>>                      <tr>
>> +                        <td>JSONConfiguration</td>
>> +                        <td>com.fasterxml.jackson.
>> core:jackson-databind</td>
>> +                    </tr>
>> +                    <tr>
>> +                        <td>YAMLConfiguration</td>
>> +                        <td>org.yaml:snakeyaml</td>
>> +                    </tr>
>> +                    <tr>
>>                          <td>ConfigurationDynaBean</td>
>>                          <td>commons-beanutils</td>
>>                      </tr>
>>
>> Modified: commons/proper/configuration/trunk/src/site/xdoc/userguide/
>> howto_hierarchical.xml
>> URL: http://svn.apache.org/viewvc/commons/proper/configuration/
>> trunk/src/site/xdoc/userguide/howto_hierarchical.xml?rev=
>> 1799506&r1=1799505&r2=1799506&view=diff
>> ============================================================
>> ==================
>> --- commons/proper/configuration/trunk/src/site/xdoc/userguide/howto_hierarchical.xml
>> (original)
>> +++ commons/proper/configuration/trunk/src/site/xdoc/userguide/howto_hierarchical.xml
>> Wed Jun 21 20:01:07 2017
>> @@ -54,6 +54,10 @@
>>          INIConfiguration</a></code></li>
>>          <li><code><a href="../apidocs/org/apache/
>> commons/configuration2/plist/PropertyListConfiguration.html">
>>          PropertyListConfiguration</a></code></li>
>> +        <li><code><a href="../apidocs/org/apache/commons/configuration2/
>> JSONConfiguration.html">
>> +        JSONConfiguration</a></code></li>
>> +        <li><code><a href="../apidocs/org/apache/commons/configuration2/
>> YAMLConfiguration.html">
>> +        YAMLConfiguration</a></code></li>
>>        </ul>
>>      </p>
>>
>>
>>
>>
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org