Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/prethink.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/setup-java@v5
with:
java-version: '21'
distribution: 'liberica'
distribution: 'temurin'

- name: Install Moderne CLI
run: |
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ work/
# Claude planning files
plans/
.codacy/
.moderne/
!.moderne/context/
!.moderne/moderne.yml

# Debug logs (e.g. from reindex investigation)
reindex-dbg.log
8 changes: 4 additions & 4 deletions exist-core-jcstress/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@

<name>eXist-db Core JCStress Tests</name>

<properties>
<uberjar.name>jcstress</uberjar.name>
</properties>

<dependencies>
<dependency>
<groupId>org.openjdk.jcstress</groupId>
Expand All @@ -51,10 +55,6 @@
</dependency>
</dependencies>

<properties>
<uberjar.name>jcstress</uberjar.name>
</properties>

<build>
<plugins>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
* HTTP POST Query Document
* HTTP DELETE
* HTTP PUT
*
* Created by IntelliJ IDEA.
* User: lcahlander
* Date: Aug 18, 2010
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,4 @@ private void checkEncoding() throws IOException {
public int hashCode() {
return Arrays.hashCode(data);
}
}
}
16 changes: 8 additions & 8 deletions exist-core/src/main/java/org/exist/util/HSort.java
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@
import org.exist.numbering.NodeId;

/**
This class implements Floyd's version
of the heapsort algorithm.

http://users.encs.concordia.ca/~chvatal/notes/hsort.html
http://en.wikipedia.org/wiki/Heapsort#Variations
@author José María Fernández (jmfg@users.sourceforge.net)
*/
* This class implements Floyd's version
* of the heapsort algorithm.
*
* http://users.encs.concordia.ca/~chvatal/notes/hsort.html
* http://en.wikipedia.org/wiki/Heapsort#Variations
*
* @author José María Fernández (jmfg@users.sourceforge.net)
*/

public final class HSort {
public static <C extends Comparable<? super C>> void sort(C[] a, int lo, int hi)
Expand Down
20 changes: 10 additions & 10 deletions exist-core/src/main/java/org/exist/util/InsertionSort.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,16 @@
import org.exist.dom.persistent.NodeProxy;

/**
This class implements a version
of the insertion sort algorithm.

The implementation is inspired on
the work of Michael Maniscalco in
C++
http://www.michael-maniscalco.com/sorting.htm
@author José María Fernández (jmfg@users.sourceforge.net)
*/
* This class implements a version
* of the insertion sort algorithm.
*
* The implementation is inspired on
* the work of Michael Maniscalco in
* C++
* http://www.michael-maniscalco.com/sorting.htm
*
* @author José María Fernández (jmfg@users.sourceforge.net)
*/
public final class InsertionSort {
public final static void sortByNodeId(NodeProxy[] a, int lo0, int hi0)
//------------------------------------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -133,4 +133,4 @@ private void callAndTestBorrowCompiledXQuery(StringSource stringSourceArg) throw
preCompiledXQuery, compiledXQuery);
xqueryPool.returnCompiledXQuery(stringSourceArg, compiledXQuery);
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,4 @@ void parseBooleanAttributeInvalidTreatsAsFalse() throws Exception {
assertThat(Configuration.parseBooleanAttribute(elem("case", "1"), "case", false)).isFalse();
assertThat(Configuration.parseBooleanAttribute(elem("case", "0"), "case", true)).isFalse();
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -107,4 +107,4 @@ public int hashCode() {
return 42;
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -223,4 +223,4 @@ private XPathQueryService getQueryService() throws XMLDBException {
XPathQueryService service = testCollection.getService(XPathQueryService.class);
return service;
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -191,4 +191,4 @@ private Node load(final String document) throws XMLDBException {
}
return null;
}
}
}
6 changes: 3 additions & 3 deletions exist-installer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
</scm>

<properties>
<izpack.resources.src>${basedir}/src/main/izpack</izpack.resources.src>
<izpack.resources.target>${basedir}/target/izpack</izpack.resources.target>
<izpack.resources.src>${project.basedir}/src/main/izpack</izpack.resources.src>
<izpack.resources.target>${project.basedir}/target/izpack</izpack.resources.target>

<izpack.installation.info.url>${project.organization.url}</izpack.installation.info.url>
<izpack.installation.info.appversion>${project.version}</izpack.installation.info.appversion>
Expand Down Expand Up @@ -116,7 +116,7 @@
<extensions>true</extensions>
<configuration>
<installFile>${izpack.resources.target}/install.xml</installFile>
<baseDir>${basedir}/../exist-distribution/target/exist-distribution-dir</baseDir>
<baseDir>${project.basedir}/../exist-distribution/target/exist-distribution-dir</baseDir>
<includeProperties>apache.httpcomponents.core.version,apache.httpcomponents.version,apache.xmlrpc.version,appassembler.version,aspectj.version,git.commit.id,git.commit.id.abbrev,git.closest.tag.name,git.closest.tag.commit.count,git.commit.time,git.commit.id.describe,contact.email,exquery.distribution.version,icu.version,jetty.version,izpack.installation.info.appversion,izpack.installation.info.author.email,izpack.installation.info.author.name,izpack.installation.info.url,izpack.resources.src,izpack.resources.target,izpack.version,jansi.version,jaxb.api.version,jaxb.impl.version,log4j.version,lucene.version,milton.version,project.build.sourceEncoding,project.copyright.name,saxon.version,xmlresolver.version,maven.compiler.release</includeProperties>
<autoIncludeUrl>true</autoIncludeUrl>
<autoIncludeDevelopers>true</autoIncludeDevelopers>
Expand Down
Loading