You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@axis.apache.org by ve...@apache.org on 2017/07/30 18:21:06 UTC

svn commit: r1803445 - in /axis/axis2/java/core/branches/1_7/src/site: markdown/release-notes/1.7.6.md site.xml

Author: veithen
Date: Sun Jul 30 18:21:06 2017
New Revision: 1803445

URL: http://svn.apache.org/viewvc?rev=1803445&view=rev
Log:
Add release note for 1.7.6.

Modified:
    axis/axis2/java/core/branches/1_7/src/site/markdown/release-notes/1.7.6.md
    axis/axis2/java/core/branches/1_7/src/site/site.xml

Modified: axis/axis2/java/core/branches/1_7/src/site/markdown/release-notes/1.7.6.md
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_7/src/site/markdown/release-notes/1.7.6.md?rev=1803445&r1=1803444&r2=1803445&view=diff
==============================================================================
--- axis/axis2/java/core/branches/1_7/src/site/markdown/release-notes/1.7.6.md (original)
+++ axis/axis2/java/core/branches/1_7/src/site/markdown/release-notes/1.7.6.md Sun Jul 30 18:21:06 2017
@@ -0,0 +1,20 @@
+Apache Axis2 1.7.6 Release Note
+-------------------------------
+
+Apache Axis2 1.7.6 is a maintenance release containing the following fixes and
+improvements:
+
+*   The JSTL is now packaged into the Axis2 Web application. This fixes issues
+    with the Admin consoles on servlet containers that don't provide the JSTL.
+*   The `commons-fileupload` dependency has been updated to a version that fixes
+    CVE-2016-1000031 ([AXIS2-5853][]).
+*   A fix for [AXIS2-5863][], a possible null pointer dereference in generated
+    code flagged by static code analyzers.
+*   The dependencies of the Maven plugins have been updated to prevent issues
+    with temporary files being written to the source tree. This is part of the
+    fix for [AXIS2-5781][].
+*   The source code is now buildable with Java 8.
+
+[AXIS2-5781]: https://issues.apache.org/jira/browse/AXIS2-5781
+[AXIS2-5853]: https://issues.apache.org/jira/browse/AXIS2-5853
+[AXIS2-5863]: https://issues.apache.org/jira/browse/AXIS2-5863

Modified: axis/axis2/java/core/branches/1_7/src/site/site.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_7/src/site/site.xml?rev=1803445&r1=1803444&r2=1803445&view=diff
==============================================================================
--- axis/axis2/java/core/branches/1_7/src/site/site.xml (original)
+++ axis/axis2/java/core/branches/1_7/src/site/site.xml Sun Jul 30 18:21:06 2017
@@ -53,6 +53,7 @@
                 <item name="1.7.3" href="release-notes/1.7.3.html"/>
                 <item name="1.7.4" href="release-notes/1.7.4.html"/>
                 <item name="1.7.5" href="release-notes/1.7.5.html"/>
+                <item name="1.7.6" href="release-notes/1.7.6.html"/>
             </item>
             <item name="Modules" href="modules/index.html" />
             <item name="Tools" href="tools/index.html" />