Skip to content

Commit

Permalink
[ignore] upgrade nekohtml to newer and maintained version from https:…
Browse files Browse the repository at this point in the history
  • Loading branch information
dizzzz committed Nov 30, 2023
1 parent 17275cd commit 0d392bd
Show file tree
Hide file tree
Showing 34 changed files with 70 additions and 70 deletions.
4 changes: 2 additions & 2 deletions exist-ant/src/test/resources-filtered/conf.xml
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@
perhaps the best way to do this is to place it into $EXIST_HOME/lib/user
Examples include:
- org.cyberneko.html.parsers.SAXParser
- org.codelibs.nekohtml.parsers.SAXParser
The Cyber NekoHTML parser from https://sourceforge.net/projects/nekohtml/
- org.ccil.cowan.tagsoup.Parser
Expand Down Expand Up @@ -571,7 +571,7 @@

<!-- html-to-xml class="org.ccil.cowan.tagsoup.Parser"/ -->

<html-to-xml class="org.cyberneko.html.parsers.SAXParser">
<html-to-xml class="org.codelibs.nekohtml.parsers.SAXParser">
<properties>
<property name="http://cyberneko.org/html/properties/names/elems" value="match"/>
<property name="http://cyberneko.org/html/properties/names/attrs" value="no-change"/>
Expand Down
10 changes: 5 additions & 5 deletions exist-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -311,12 +311,12 @@
</dependency>

<dependency>
<groupId>net.sourceforge.nekohtml</groupId>
<groupId>org.codelibs</groupId>
<artifactId>nekohtml</artifactId>
<version>1.9.22</version>
<scope>runtime</scope> <!-- default for util:parse-html -->
<version>2.1.0</version>
<scope>runtime</scope>
<exclusions>
<exclusion> <!-- conflicts with eXist-db's xercesImpl 2.12.2 dependency -->
<exclusion>
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
</exclusion>
Expand Down Expand Up @@ -1040,7 +1040,7 @@ The BaseX Team. The original license statement is also included below.]]></pream
<ignoredUnusedDeclaredDependency>org.eclipse.angus:angus-activation:jar:${eclipse.angus-activation.version}</ignoredUnusedDeclaredDependency>
<ignoredUnusedDeclaredDependency>org.glassfish.jaxb:jaxb-runtime:jar:${jaxb.impl.version}</ignoredUnusedDeclaredDependency>
<ignoredUnusedDeclaredDependency>org.fusesource.jansi:jansi:jar:${jansi.version}</ignoredUnusedDeclaredDependency>
<ignoredUnusedDeclaredDependency>net.sourceforge.nekohtml:nekohtml:jar:1.9.22</ignoredUnusedDeclaredDependency>
<ignoredUnusedDeclaredDependency>org.codelibs:nekohtml:jar:2.1.0</ignoredUnusedDeclaredDependency>
<ignoredUnusedDeclaredDependency>xml-resolver:xml-resolver:jar:1.2</ignoredUnusedDeclaredDependency>
<ignoredUnusedDeclaredDependency>org.xmlresolver:xmlresolver:jar:${xmlresolver.version}</ignoredUnusedDeclaredDependency>
<ignoredUnusedDeclaredDependency>org.exist-db.thirdparty.org.eclipse.wst.xml:xpath2:jar:1.2.0</ignoredUnusedDeclaredDependency>
Expand Down
4 changes: 2 additions & 2 deletions exist-core/src/test/resources-filtered/conf.xml
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,7 @@
perhaps the best way to do this is to place it into $EXIST_HOME/lib/user
Examples include:
- org.cyberneko.html.parsers.SAXParser
- org.codelibs.nekohtml.parsers.SAXParser
The Cyber NekoHTML parser from https://sourceforge.net/projects/nekohtml/
- org.ccil.cowan.tagsoup.Parser
Expand Down Expand Up @@ -713,7 +713,7 @@

<!-- html-to-xml class="org.ccil.cowan.tagsoup.Parser"/ -->

<html-to-xml class="org.cyberneko.html.parsers.SAXParser">
<html-to-xml class="org.codelibs.nekohtml.parsers.SAXParser">
<properties>
<property name="http://cyberneko.org/html/properties/names/elems" value="match"/>
<property name="http://cyberneko.org/html/properties/names/attrs" value="no-change"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,7 @@
perhaps the best way to do this is to place it into $EXIST_HOME/lib/user
Examples include:
- org.cyberneko.html.parsers.SAXParser
- org.codelibs.nekohtml.parsers.SAXParser
The Cyber NekoHTML parser from https://sourceforge.net/projects/nekohtml/
- org.ccil.cowan.tagsoup.Parser
Expand Down Expand Up @@ -712,7 +712,7 @@

<!-- html-to-xml class="org.ccil.cowan.tagsoup.Parser"/ -->

<html-to-xml class="org.cyberneko.html.parsers.SAXParser">
<html-to-xml class="org.codelibs.nekohtml.parsers.SAXParser">
<properties>
<property name="http://cyberneko.org/html/properties/names/elems" value="match"/>
<property name="http://cyberneko.org/html/properties/names/attrs" value="no-change"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,7 @@
perhaps the best way to do this is to place it into $EXIST_HOME/lib/user
Examples include:
- org.cyberneko.html.parsers.SAXParser
- org.codelibs.nekohtml.parsers.SAXParser
The Cyber NekoHTML parser from https://sourceforge.net/projects/nekohtml/
- org.ccil.cowan.tagsoup.Parser
Expand Down Expand Up @@ -723,7 +723,7 @@

<!-- html-to-xml class="org.ccil.cowan.tagsoup.Parser"/ -->

<html-to-xml class="org.cyberneko.html.parsers.SAXParser">
<html-to-xml class="org.codelibs.nekohtml.parsers.SAXParser">
<properties>
<property name="http://cyberneko.org/html/properties/names/elems" value="match"/>
<property name="http://cyberneko.org/html/properties/names/attrs" value="no-change"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<xml>
<features/>
</xml>
<html-to-xml class="org.cyberneko.html.parsers.SAXParser">
<html-to-xml class="org.codelibs.nekohtml.parsers.SAXParser">
<properties>
<property name="http://cyberneko.org/html/properties/names/elems" value="match"/>
<property name="http://cyberneko.org/html/properties/names/attrs" value="no-change"/>
Expand Down
4 changes: 2 additions & 2 deletions exist-core/src/test/resources/org/exist/xmldb/allowAnyUri.xml
Original file line number Diff line number Diff line change
Expand Up @@ -715,7 +715,7 @@
perhaps the best way to do this is to place it into $EXIST_HOME/lib/user
Examples include:
- org.cyberneko.html.parsers.SAXParser
- org.codelibs.nekohtml.parsers.SAXParser
The Cyber NekoHTML parser from https://sourceforge.net/projects/nekohtml/
- org.ccil.cowan.tagsoup.Parser
Expand Down Expand Up @@ -760,7 +760,7 @@

<!-- html-to-xml class="org.ccil.cowan.tagsoup.Parser"/ -->

<html-to-xml class="org.cyberneko.html.parsers.SAXParser">
<html-to-xml class="org.codelibs.nekohtml.parsers.SAXParser">
<properties>
<property name="http://cyberneko.org/html/properties/names/elems" value="match"/>
<property name="http://cyberneko.org/html/properties/names/attrs" value="no-change"/>
Expand Down
4 changes: 2 additions & 2 deletions exist-distribution/src/main/config/conf.xml
Original file line number Diff line number Diff line change
Expand Up @@ -715,7 +715,7 @@
perhaps the best way to do this is to place it into $EXIST_HOME/lib/user
Examples include:
- org.cyberneko.html.parsers.SAXParser
- org.codelibs.nekohtml.parsers.SAXParser
The Cyber NekoHTML parser from https://sourceforge.net/projects/nekohtml/
- org.ccil.cowan.tagsoup.Parser
Expand Down Expand Up @@ -756,7 +756,7 @@

<!-- html-to-xml class="org.ccil.cowan.tagsoup.Parser"/ -->

<html-to-xml class="org.cyberneko.html.parsers.SAXParser">
<html-to-xml class="org.codelibs.nekohtml.parsers.SAXParser">
<properties>
<property name="http://cyberneko.org/html/properties/names/elems" value="match"/>
<property name="http://cyberneko.org/html/properties/names/attrs" value="no-change"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@
perhaps the best way to do this is to place it into $EXIST_HOME/lib/user
Examples include:
- org.cyberneko.html.parsers.SAXParser
- org.codelibs.nekohtml.parsers.SAXParser
The Cyber NekoHTML parser from https://sourceforge.net/projects/nekohtml/
- org.ccil.cowan.tagsoup.Parser
Expand Down Expand Up @@ -571,7 +571,7 @@

<!-- html-to-xml class="org.ccil.cowan.tagsoup.Parser"/ -->

<html-to-xml class="org.cyberneko.html.parsers.SAXParser">
<html-to-xml class="org.codelibs.nekohtml.parsers.SAXParser">
<properties>
<property name="http://cyberneko.org/html/properties/names/elems" value="match"/>
<property name="http://cyberneko.org/html/properties/names/attrs" value="no-change"/>
Expand Down
4 changes: 2 additions & 2 deletions extensions/debuggee/src/test/resources-filtered/conf.xml
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@
perhaps the best way to do this is to place it into $EXIST_HOME/lib/user
Examples include:
- org.cyberneko.html.parsers.SAXParser
- org.codelibs.nekohtml.parsers.SAXParser
The Cyber NekoHTML parser from https://sourceforge.net/projects/nekohtml/
- org.ccil.cowan.tagsoup.Parser
Expand Down Expand Up @@ -571,7 +571,7 @@

<!-- html-to-xml class="org.ccil.cowan.tagsoup.Parser"/ -->

<html-to-xml class="org.cyberneko.html.parsers.SAXParser">
<html-to-xml class="org.codelibs.nekohtml.parsers.SAXParser">
<properties>
<property name="http://cyberneko.org/html/properties/names/elems" value="match"/>
<property name="http://cyberneko.org/html/properties/names/attrs" value="no-change"/>
Expand Down
4 changes: 2 additions & 2 deletions extensions/expath/src/test/resources-filtered/conf.xml
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@
perhaps the best way to do this is to place it into $EXIST_HOME/lib/user
Examples include:
- org.cyberneko.html.parsers.SAXParser
- org.codelibs.nekohtml.parsers.SAXParser
The Cyber NekoHTML parser from https://sourceforge.net/projects/nekohtml/
- org.ccil.cowan.tagsoup.Parser
Expand Down Expand Up @@ -571,7 +571,7 @@

<!-- html-to-xml class="org.ccil.cowan.tagsoup.Parser"/ -->

<html-to-xml class="org.cyberneko.html.parsers.SAXParser">
<html-to-xml class="org.codelibs.nekohtml.parsers.SAXParser">
<properties>
<property name="http://cyberneko.org/html/properties/names/elems" value="match"/>
<property name="http://cyberneko.org/html/properties/names/attrs" value="no-change"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@
perhaps the best way to do this is to place it into $EXIST_HOME/lib/user
Examples include:
- org.cyberneko.html.parsers.SAXParser
- org.codelibs.nekohtml.parsers.SAXParser
The Cyber NekoHTML parser from https://sourceforge.net/projects/nekohtml/
- org.ccil.cowan.tagsoup.Parser
Expand Down Expand Up @@ -548,7 +548,7 @@

<!-- html-to-xml class="org.ccil.cowan.tagsoup.Parser"/ -->

<html-to-xml class="org.cyberneko.html.parsers.SAXParser">
<html-to-xml class="org.codelibs.nekohtml.parsers.SAXParser">
<properties>
<property name="http://cyberneko.org/html/properties/names/elems" value="match"/>
<property name="http://cyberneko.org/html/properties/names/attrs" value="no-change"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,7 @@
perhaps the best way to do this is to place it into $EXIST_HOME/lib/user
Examples include:
- org.cyberneko.html.parsers.SAXParser
- org.codelibs.nekohtml.parsers.SAXParser
The Cyber NekoHTML parser from https://sourceforge.net/projects/nekohtml/
- org.ccil.cowan.tagsoup.Parser
Expand Down Expand Up @@ -716,7 +716,7 @@

<!-- html-to-xml class="org.ccil.cowan.tagsoup.Parser"/ -->

<html-to-xml class="org.cyberneko.html.parsers.SAXParser">
<html-to-xml class="org.codelibs.nekohtml.parsers.SAXParser">
<properties>
<property name="http://cyberneko.org/html/properties/names/elems" value="match"/>
<property name="http://cyberneko.org/html/properties/names/attrs" value="no-change"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -670,7 +670,7 @@
perhaps the best way to do this is to place it into $EXIST_HOME/lib/user
Examples include:
- org.cyberneko.html.parsers.SAXParser
- org.codelibs.nekohtml.parsers.SAXParser
The Cyber NekoHTML parser from https://sourceforge.net/projects/nekohtml/
- org.ccil.cowan.tagsoup.Parser
Expand Down Expand Up @@ -715,7 +715,7 @@

<!-- html-to-xml class="org.ccil.cowan.tagsoup.Parser"/ -->

<html-to-xml class="org.cyberneko.html.parsers.SAXParser">
<html-to-xml class="org.codelibs.nekohtml.parsers.SAXParser">
<properties>
<property name="http://cyberneko.org/html/properties/names/elems" value="match"/>
<property name="http://cyberneko.org/html/properties/names/attrs" value="no-change"/>
Expand Down
4 changes: 2 additions & 2 deletions extensions/indexes/ngram/src/test/resources-filtered/conf.xml
Original file line number Diff line number Diff line change
Expand Up @@ -670,7 +670,7 @@
perhaps the best way to do this is to place it into $EXIST_HOME/lib/user
Examples include:
- org.cyberneko.html.parsers.SAXParser
- org.codelibs.nekohtml.parsers.SAXParser
The Cyber NekoHTML parser from https://sourceforge.net/projects/nekohtml/
- org.ccil.cowan.tagsoup.Parser
Expand Down Expand Up @@ -715,7 +715,7 @@

<!-- html-to-xml class="org.ccil.cowan.tagsoup.Parser"/ -->

<html-to-xml class="org.cyberneko.html.parsers.SAXParser">
<html-to-xml class="org.codelibs.nekohtml.parsers.SAXParser">
<properties>
<property name="http://cyberneko.org/html/properties/names/elems" value="match"/>
<property name="http://cyberneko.org/html/properties/names/attrs" value="no-change"/>
Expand Down
4 changes: 2 additions & 2 deletions extensions/indexes/range/src/test/resources-filtered/conf.xml
Original file line number Diff line number Diff line change
Expand Up @@ -673,7 +673,7 @@
perhaps the best way to do this is to place it into $EXIST_HOME/lib/user
Examples include:
- org.cyberneko.html.parsers.SAXParser
- org.codelibs.nekohtml.parsers.SAXParser
The Cyber NekoHTML parser from https://sourceforge.net/projects/nekohtml/
- org.ccil.cowan.tagsoup.Parser
Expand Down Expand Up @@ -718,7 +718,7 @@

<!-- html-to-xml class="org.ccil.cowan.tagsoup.Parser"/ -->

<html-to-xml class="org.cyberneko.html.parsers.SAXParser">
<html-to-xml class="org.codelibs.nekohtml.parsers.SAXParser">
<properties>
<property name="http://cyberneko.org/html/properties/names/elems" value="match"/>
<property name="http://cyberneko.org/html/properties/names/attrs" value="no-change"/>
Expand Down
4 changes: 2 additions & 2 deletions extensions/indexes/sort/src/test/resources-filtered/conf.xml
Original file line number Diff line number Diff line change
Expand Up @@ -670,7 +670,7 @@
perhaps the best way to do this is to place it into $EXIST_HOME/lib/user
Examples include:
- org.cyberneko.html.parsers.SAXParser
- org.codelibs.nekohtml.parsers.SAXParser
The Cyber NekoHTML parser from https://sourceforge.net/projects/nekohtml/
- org.ccil.cowan.tagsoup.Parser
Expand Down Expand Up @@ -715,7 +715,7 @@

<!-- html-to-xml class="org.ccil.cowan.tagsoup.Parser"/ -->

<html-to-xml class="org.cyberneko.html.parsers.SAXParser">
<html-to-xml class="org.codelibs.nekohtml.parsers.SAXParser">
<properties>
<property name="http://cyberneko.org/html/properties/names/elems" value="match"/>
<property name="http://cyberneko.org/html/properties/names/attrs" value="no-change"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -669,7 +669,7 @@
perhaps the best way to do this is to place it into $EXIST_HOME/lib/user
Examples include:
- org.cyberneko.html.parsers.SAXParser
- org.codelibs.nekohtml.parsers.SAXParser
The Cyber NekoHTML parser from https://sourceforge.net/projects/nekohtml/
- org.ccil.cowan.tagsoup.Parser
Expand Down Expand Up @@ -714,7 +714,7 @@

<!-- html-to-xml class="org.ccil.cowan.tagsoup.Parser"/ -->

<html-to-xml class="org.cyberneko.html.parsers.SAXParser">
<html-to-xml class="org.codelibs.nekohtml.parsers.SAXParser">
<properties>
<property name="http://cyberneko.org/html/properties/names/elems" value="match"/>
<property name="http://cyberneko.org/html/properties/names/attrs" value="no-change"/>
Expand Down
4 changes: 2 additions & 2 deletions extensions/modules/cache/src/test/resources-filtered/conf.xml
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@
perhaps the best way to do this is to place it into $EXIST_HOME/lib/user
Examples include:
- org.cyberneko.html.parsers.SAXParser
- org.codelibs.nekohtml.parsers.SAXParser
The Cyber NekoHTML parser from https://sourceforge.net/projects/nekohtml/
- org.ccil.cowan.tagsoup.Parser
Expand Down Expand Up @@ -571,7 +571,7 @@

<!-- html-to-xml class="org.ccil.cowan.tagsoup.Parser"/ -->

<html-to-xml class="org.cyberneko.html.parsers.SAXParser">
<html-to-xml class="org.codelibs.nekohtml.parsers.SAXParser">
<properties>
<property name="http://cyberneko.org/html/properties/names/elems" value="match"/>
<property name="http://cyberneko.org/html/properties/names/attrs" value="no-change"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@
perhaps the best way to do this is to place it into $EXIST_HOME/lib/user
Examples include:
- org.cyberneko.html.parsers.SAXParser
- org.codelibs.nekohtml.parsers.SAXParser
The Cyber NekoHTML parser from https://sourceforge.net/projects/nekohtml/
- org.ccil.cowan.tagsoup.Parser
Expand Down Expand Up @@ -571,7 +571,7 @@

<!-- html-to-xml class="org.ccil.cowan.tagsoup.Parser"/ -->

<html-to-xml class="org.cyberneko.html.parsers.SAXParser">
<html-to-xml class="org.codelibs.nekohtml.parsers.SAXParser">
<properties>
<property name="http://cyberneko.org/html/properties/names/elems" value="match"/>
<property name="http://cyberneko.org/html/properties/names/attrs" value="no-change"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@
perhaps the best way to do this is to place it into $EXIST_HOME/lib/user
Examples include:
- org.cyberneko.html.parsers.SAXParser
- org.codelibs.nekohtml.parsers.SAXParser
The Cyber NekoHTML parser from https://sourceforge.net/projects/nekohtml/
- org.ccil.cowan.tagsoup.Parser
Expand Down Expand Up @@ -571,7 +571,7 @@

<!-- html-to-xml class="org.ccil.cowan.tagsoup.Parser"/ -->

<html-to-xml class="org.cyberneko.html.parsers.SAXParser">
<html-to-xml class="org.codelibs.nekohtml.parsers.SAXParser">
<properties>
<property name="http://cyberneko.org/html/properties/names/elems" value="match"/>
<property name="http://cyberneko.org/html/properties/names/attrs" value="no-change"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@
perhaps the best way to do this is to place it into $EXIST_HOME/lib/user
Examples include:
- org.cyberneko.html.parsers.SAXParser
- org.codelibs.nekohtml.parsers.SAXParser
The Cyber NekoHTML parser from https://sourceforge.net/projects/nekohtml/
- org.ccil.cowan.tagsoup.Parser
Expand Down Expand Up @@ -571,7 +571,7 @@

<!-- html-to-xml class="org.ccil.cowan.tagsoup.Parser"/ -->

<html-to-xml class="org.cyberneko.html.parsers.SAXParser">
<html-to-xml class="org.codelibs.nekohtml.parsers.SAXParser">
<properties>
<property name="http://cyberneko.org/html/properties/names/elems" value="match"/>
<property name="http://cyberneko.org/html/properties/names/attrs" value="no-change"/>
Expand Down
Loading

0 comments on commit 0d392bd

Please sign in to comment.