From 1f5e2630aa749ad5e1967010ffef035e4916115c Mon Sep 17 00:00:00 2001 From: aheritier Date: Sun, 15 Jan 2006 00:45:47 +0000 Subject: [PATCH] Re-order changes git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@369137 13f79535-47bb-0310-9956-ffa450edef68 --- linkcheck/xdocs/changes.xml | 39 ++++++++++++++++--------------------- 1 file changed, 17 insertions(+), 22 deletions(-) diff --git a/linkcheck/xdocs/changes.xml b/linkcheck/xdocs/changes.xml index 03e4b21e..7ee4bcf7 100644 --- a/linkcheck/xdocs/changes.xml +++ b/linkcheck/xdocs/changes.xml @@ -1,5 +1,4 @@ - - Changes Emmanuel Venisse Vincent Massol + Arnaud Heritier - Improve performance getting rid of jtidy dependency via regexps. - StackOverflowError processing apidocs/index-all.html. - If maven is in offline mode the report doesn't test external urls. A warning is displayed in the report. - "Moved Permanently" sites are reported as a warning and not as an error. - Speed and stability enhancement [better usage of httpClient]. - Upgrade to HttpClient 3.0. Display for each file the number of links and the number of errors. New counters to report how many files and links are checked and how many errors are found. Display a more verbose message than the "NOT FOUND" error. - Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated : -
    -
  • commons-collections v2.1 -> v3.0
  • -
  • commons-httpclient v2.0 -> v2.0.2
  • -
  • commons-jelly v1.0-beta-4 -> v1.0
  • -
  • commons-jelly-tags-ant v1.0 -> v1.1
  • -
  • commons-jelly-tags-xml v1.0 -> v1.1
  • -
  • commons-logging v1.0.3 -> v1.0.4
  • -
  • dom4j v1.4-dev-8 -> v1.4
  • -
  • log4j v1.2.8 -> v1.2.12
  • -
  • maven-model v3.0.0-SNAPSHOT -> v3.0.1
  • -
-
- Make compatible with Maven 1.1 + Speed and stability enhancement [better usage of httpClient]. + Upgrade to HttpClient 3.0. Will be used only with, at least, maven 1.1 beta 3. + Improve performance getting rid of jtidy dependency via regexps. java.lang.NumberFormatException if proxy port is setted to "" + StackOverflowError processing apidocs/index-all.html. + "Moved Permanently" sites are reported as a warning and not as an error. + If maven is in offline mode the report doesn't test external urls. A warning is displayed in the report. + Make compatible with Maven 1.1 + Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependency is updated : commons-collections v2.1 -> v3.0 + Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependency is updated : commons-httpclient v2.0 -> v2.0.2 + Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependency is updated : commons-jelly v1.0-beta-4 -> v1.0 + Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependency is updated : commons-jelly-tags-ant v1.0 -> v1.1 + Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependency is updated : commons-jelly-tags-xml v1.0 -> v1.1 + Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependency is updated : commons-logging v1.0.3 -> v1.0.4 + Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependency is updated : dom4j v1.4-dev-8 -> v1.4 + Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependency is updated : log4j v1.2.8 -> v1.2.12 + Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependency is updated : maven-model v3.0.0-SNAPSHOT -> v3.0.1
Made compatible with JDK 1.3