Author: aadrian
Date: Sun Nov 3 14:38:16 2013
New Revision: 1538370
URL: http://svn.apache.org/r1538370
Log:
update to log4j-1.2.17 dependency.
Modified:
click/trunk/click/build/build.properties
click/trunk/click/documentation/docs/developer-guide/building.html
click/trunk/click/documentation/docs/roadmap-changes.html
Modified: click/trunk/click/build/build.properties
URL: http://svn.apache.org/viewvc/click/trunk/click/build/build.properties?rev=1538370&r1=1538369&r2=1538370&view=diff
==============================================================================
--- click/trunk/click/build/build.properties (original)
+++ click/trunk/click/build/build.properties Sun Nov 3 14:38:16 2013
@@ -50,7 +50,7 @@ commons-lang.version=2.5
freemarker.version=2.3.16
hibernate.version=3.2.6.ga
junit.version=3.8.1
-log4j.version=1.2.16
+log4j.version=1.2.17
mvel2.version=2.0.19
ognl.version=2.6.9
servlet-api.version=2.4
Modified: click/trunk/click/documentation/docs/developer-guide/building.html
URL: http://svn.apache.org/viewvc/click/trunk/click/documentation/docs/developer-guide/building.html?rev=1538370&r1=1538369&r2=1538370&view=diff
==============================================================================
--- click/trunk/click/documentation/docs/developer-guide/building.html (original)
+++ click/trunk/click/documentation/docs/developer-guide/building.html Sun Nov 3 14:38:16
2013
@@ -332,8 +332,8 @@ classpath, otherwise it is not needed.
</tr>
<tr>
<td>Log4J</td>
- <td>1.2.16</td>
- <td>log4j-1.2.16.jar</td>
+ <td>1.2.17</td>
+ <td>log4j-1.2.17.jar</td>
<td><a target="_blank" href="http://logging.apache.org/log4j/">Log4j</a></td>
<td>Logging Framework</td>
</tr>
Modified: click/trunk/click/documentation/docs/roadmap-changes.html
URL: http://svn.apache.org/viewvc/click/trunk/click/documentation/docs/roadmap-changes.html?rev=1538370&r1=1538369&r2=1538370&view=diff
==============================================================================
--- click/trunk/click/documentation/docs/roadmap-changes.html (original)
+++ click/trunk/click/documentation/docs/roadmap-changes.html Sun Nov 3 14:38:16 2013
@@ -80,6 +80,9 @@
</div>
<ul style="padding: 0em; margin-left:0em;margin-bottom: 2em">
<li class="change">
+ Updated JAR dependencies: log4j-1.2.17
+ </li>
+ <li class="change">
Added Page method getCharacterEncoding. The response character encoding
can be overridden through this method. getCharacterEncoding should be
used instead of returning the <tt>charset</tt> through the getContentType
@@ -103,7 +106,7 @@
</li>
<li>
Added support using Click as a JBoss 7 module
- [<a target="_blank" href="https://issues.apache.org/jira/browse/CLK-788">CLK-788</a>].
+ [<a target="_blank" href="https://issues.apache.org/jira/browse/CLK-788">CLK-783</a>].
</li>
<li class="change">
Removed AutoCompleteTextField dependency on Page. The Ajax callback
|