Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

merge develop into main before release of 5.1 #5203

Merged
merged 62 commits into from
Nov 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
62 commits
Select commit Hold shift + click to select a range
00daf57
next minor version
hmottestad Jun 5, 2024
b4f537f
merge main (#5023)
hmottestad Jun 5, 2024
a900175
GH-4997: Enable SparqlBuilder to create VALUES clauses
fkleedorfer Jun 1, 2024
70703fc
set correct version
hmottestad Jun 20, 2024
51f09c3
sync develop branch after release 5.0.0 (#5045)
hmottestad Jun 20, 2024
312073a
GH-5054: added DCAT v3 class and properties (#5057)
barthanssens Jun 30, 2024
02e7b3c
set correct version
hmottestad Jul 9, 2024
51f044a
sync develop branch after release 5.0.1 (#5072)
hmottestad Jul 9, 2024
f7566d0
GH-5064: added docker makefile for Tomcat 9 / Jetty 9 and updated e2e…
barthanssens Jul 18, 2024
0173d84
set correct version
hmottestad Aug 2, 2024
985beac
sync develop branch after release 5.0.2 (#5099)
hmottestad Aug 2, 2024
ccf7377
merge main (#5126)
hmottestad Sep 13, 2024
7efff29
merge main into develop (#5127)
hmottestad Sep 18, 2024
20416e2
GH-5124 make the three main HttpClient timeouts configurable with sen…
hmottestad Sep 13, 2024
4eb1479
GH-5121: refactor the bind join logic into a reusable base class
aschwarte10 Sep 6, 2024
2d86cd3
GH-5121: prepare execution of left joins in the federation strategy
aschwarte10 Sep 6, 2024
558a595
GH-5121: implementation of left bind join operator
aschwarte10 Sep 6, 2024
2a7075a
GH-5121: configurability of bind left joins
aschwarte10 Sep 29, 2024
01bc075
GH-5121: code simplifications in bind join implementation
aschwarte10 Sep 29, 2024
2ece387
GH-5124 introduce number of connections and also reduce timeouts (+1 …
hmottestad Oct 21, 2024
00f8465
GH-5134 add test
hmottestad Oct 21, 2024
5d25e15
GH-5124 configurable http timeouts (#5125)
hmottestad Oct 21, 2024
eefa338
Gh 5121 - bind left join support in FedX
aschwarte10 Oct 23, 2024
3e4f94f
merge main into develop (#5158)
hmottestad Oct 27, 2024
d66ac9b
GH-5080 duplicate all settings so we can change the document loader s…
hmottestad Oct 28, 2024
2582602
code cleanup
hmottestad Oct 28, 2024
41d4869
GH-5149 Add search:numDocs property and maxQueryDocuments param in L…
ate47 Oct 28, 2024
095d478
GH-5151: use VALUES clause for FedX bind join with no free vars
aschwarte10 Oct 29, 2024
3e6454e
GH-5149 Use ParameterizedTest and Objects.requireNonNull
ate47 Nov 5, 2024
32d167b
GH-5182 improve performance of SHACL sh:pattern
hmottestad Nov 7, 2024
963fb7a
GH-5182 improve performance of SHACL sh:pattern (#5183)
hmottestad Nov 7, 2024
d323024
merge main into develop (#5184)
hmottestad Nov 7, 2024
3068e99
merge main into develop (#5188)
hmottestad Nov 8, 2024
8fa48c5
GH-5189 cache Value objects retrieved from parent sail
hmottestad Nov 8, 2024
736e4b1
GH-5189 cache Value objects retrieved from parent sail (#5190)
hmottestad Nov 9, 2024
8563132
GH-5080 Support for using a user provided document loader with HASMAC…
hmottestad Nov 9, 2024
f7d69a1
GH-5151: use VALUES clause for FedX bind join with no free vars (#5165)
hmottestad Nov 9, 2024
5ba73ef
GH-5064: added docker makefile for Jetty 9 (#5078)
hmottestad Nov 10, 2024
84c6860
merge main into develop (#5191)
hmottestad Nov 10, 2024
da33fbf
set correct version
hmottestad Nov 10, 2024
ab02413
sync develop branch after release 5.0.3 (#5194)
hmottestad Nov 10, 2024
d74e6be
GH-5197: preparation for supporting fair sub-query execution in FedX
aschwarte10 Nov 11, 2024
ddcadc0
GH-5197: javadoc refinements + smaller initialization changes
aschwarte10 Nov 12, 2024
e6988bf
GH-5121: support empty left bind join (OPTIONAL) in FedX
aschwarte10 Nov 12, 2024
721b3b6
GH-5197: mark extension points as experimental
aschwarte10 Nov 13, 2024
1339109
GH-5121: support empty left bind join (OPTIONAL) in FedX (#5200)
aschwarte10 Nov 14, 2024
42a331d
GH-5149 Rename MAX_QUERY_DOCUMENTS_KEY to MAX_DOCUMENTS_KEY and MAX_D…
ate47 Nov 14, 2024
f687e85
GH-5197: preparation for supporting fair sub-query execution in FedX …
hmottestad Nov 16, 2024
08b898c
GH-5149 Lucene numdocs param (#5163)
hmottestad Nov 20, 2024
5833e57
GH-5149 code simplification and cleanup
hmottestad Nov 20, 2024
8bb861d
GH-5149 numdocs (#5202)
hmottestad Nov 20, 2024
f29faee
GH-5135 add NS to vocabulary files where NS was missing
hmottestad Sep 24, 2024
6967301
GH-5130 zeroOrMorePath and oneOrMorePath mostly implemented
hmottestad Sep 19, 2024
a4b91f9
GH-5136 define that minCount and maxCount will only count the distinc…
hmottestad Sep 24, 2024
e1c3e4b
add more logging to the transaction controller in the server
hmottestad Sep 30, 2024
de41bf7
GH-5139 fix bug in sh:qualifiedMaxCount
hmottestad Sep 30, 2024
dbc9b50
optimize imports
hmottestad Nov 21, 2024
fa55005
GH-5130 disable ZeroOrMorePath and OneOrMorePath for the time being
hmottestad Nov 21, 2024
3d80cdc
GH-5130 sh:oneOrMorePath, sh:zeroOrMorePath, sh:zeroOrOnePath (#5131)
hmottestad Nov 21, 2024
665864b
GH-4997: Enable SparqlBuilder to create VALUES clauses (#5002)
hmottestad Nov 21, 2024
ae2c89f
GH-5130 fix test
hmottestad Nov 21, 2024
410c62c
GH-5130 fix test (#5204)
hmottestad Nov 21, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion assembly-descriptors/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.eclipse.rdf4j</groupId>
<artifactId>rdf4j</artifactId>
<version>5.0.4-SNAPSHOT</version>
<version>5.1.0-SNAPSHOT</version>
</parent>
<artifactId>rdf4j-assembly-descriptors</artifactId>
<name>RDF4J: Assembly Descriptors</name>
Expand Down
2 changes: 1 addition & 1 deletion assembly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.eclipse.rdf4j</groupId>
<artifactId>rdf4j</artifactId>
<version>5.0.4-SNAPSHOT</version>
<version>5.1.0-SNAPSHOT</version>
</parent>
<artifactId>rdf4j-assembly</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.eclipse.rdf4j</groupId>
<artifactId>rdf4j</artifactId>
<version>5.0.4-SNAPSHOT</version>
<version>5.1.0-SNAPSHOT</version>
</parent>
<artifactId>rdf4j-bom</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion compliance/elasticsearch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.eclipse.rdf4j</groupId>
<artifactId>rdf4j-compliance</artifactId>
<version>5.0.4-SNAPSHOT</version>
<version>5.1.0-SNAPSHOT</version>
</parent>
<artifactId>rdf4j-elasticsearch-compliance</artifactId>
<name>RDF4J: Elasticsearch Sail Tests</name>
Expand Down
2 changes: 1 addition & 1 deletion compliance/geosparql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.eclipse.rdf4j</groupId>
<artifactId>rdf4j-compliance</artifactId>
<version>5.0.4-SNAPSHOT</version>
<version>5.1.0-SNAPSHOT</version>
</parent>
<artifactId>rdf4j-geosparql-compliance</artifactId>
<name>RDF4J: GeoSPARQL compliance tests</name>
Expand Down
2 changes: 1 addition & 1 deletion compliance/lucene/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.eclipse.rdf4j</groupId>
<artifactId>rdf4j-compliance</artifactId>
<version>5.0.4-SNAPSHOT</version>
<version>5.1.0-SNAPSHOT</version>
</parent>
<artifactId>rdf4j-lucene-compliance</artifactId>
<name>RDF4J: Lucene Sail Tests</name>
Expand Down
2 changes: 1 addition & 1 deletion compliance/model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>rdf4j-compliance</artifactId>
<groupId>org.eclipse.rdf4j</groupId>
<version>5.0.4-SNAPSHOT</version>
<version>5.1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>rdf4j-model-compliance</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion compliance/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.eclipse.rdf4j</groupId>
<artifactId>rdf4j</artifactId>
<version>5.0.4-SNAPSHOT</version>
<version>5.1.0-SNAPSHOT</version>
</parent>
<artifactId>rdf4j-compliance</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion compliance/repository/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.eclipse.rdf4j</groupId>
<artifactId>rdf4j-compliance</artifactId>
<version>5.0.4-SNAPSHOT</version>
<version>5.1.0-SNAPSHOT</version>
</parent>
<artifactId>rdf4j-repository-compliance</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion compliance/rio/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.eclipse.rdf4j</groupId>
<artifactId>rdf4j-compliance</artifactId>
<version>5.0.4-SNAPSHOT</version>
<version>5.1.0-SNAPSHOT</version>
</parent>
<artifactId>rdf4j-rio-compliance</artifactId>
<name>RDF4J: Rio compliance tests</name>
Expand Down
2 changes: 1 addition & 1 deletion compliance/solr/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.eclipse.rdf4j</groupId>
<artifactId>rdf4j-compliance</artifactId>
<version>5.0.4-SNAPSHOT</version>
<version>5.1.0-SNAPSHOT</version>
</parent>
<artifactId>rdf4j-solr-compliance</artifactId>
<name>RDF4J: Solr Sail Tests</name>
Expand Down
2 changes: 1 addition & 1 deletion compliance/sparql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.eclipse.rdf4j</groupId>
<artifactId>rdf4j-compliance</artifactId>
<version>5.0.4-SNAPSHOT</version>
<version>5.1.0-SNAPSHOT</version>
</parent>
<artifactId>rdf4j-sparql-compliance</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion core/client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.eclipse.rdf4j</groupId>
<artifactId>rdf4j-core</artifactId>
<version>5.0.4-SNAPSHOT</version>
<version>5.1.0-SNAPSHOT</version>
</parent>
<artifactId>rdf4j-client</artifactId>
<name>RDF4J: Client Libraries</name>
Expand Down
2 changes: 1 addition & 1 deletion core/collection-factory/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.eclipse.rdf4j</groupId>
<artifactId>rdf4j-collection-factory</artifactId>
<version>5.0.4-SNAPSHOT</version>
<version>5.1.0-SNAPSHOT</version>
</parent>
<artifactId>rdf4j-collection-factory-api</artifactId>
<name>RDF4J: Collection Factory - API</name>
Expand Down
2 changes: 1 addition & 1 deletion core/collection-factory/mapdb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.eclipse.rdf4j</groupId>
<artifactId>rdf4j-collection-factory</artifactId>
<version>5.0.4-SNAPSHOT</version>
<version>5.1.0-SNAPSHOT</version>
</parent>
<artifactId>rdf4j-collection-factory-mapdb</artifactId>
<name>RDF4J: Collection Factory - Map DB backed</name>
Expand Down
2 changes: 1 addition & 1 deletion core/collection-factory/mapdb3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.eclipse.rdf4j</groupId>
<artifactId>rdf4j-collection-factory</artifactId>
<version>5.0.4-SNAPSHOT</version>
<version>5.1.0-SNAPSHOT</version>
</parent>
<artifactId>rdf4j-collection-factory-mapdb3</artifactId>
<name>RDF4J: Collection Factory - Map DB v3 backed</name>
Expand Down
2 changes: 1 addition & 1 deletion core/collection-factory/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.eclipse.rdf4j</groupId>
<artifactId>rdf4j-core</artifactId>
<version>5.0.4-SNAPSHOT</version>
<version>5.1.0-SNAPSHOT</version>
</parent>
<artifactId>rdf4j-collection-factory</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion core/common/annotation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.eclipse.rdf4j</groupId>
<artifactId>rdf4j-common</artifactId>
<version>5.0.4-SNAPSHOT</version>
<version>5.1.0-SNAPSHOT</version>
</parent>
<artifactId>rdf4j-common-annotation</artifactId>
<name>RDF4J: common annotation</name>
Expand Down
2 changes: 1 addition & 1 deletion core/common/exception/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.eclipse.rdf4j</groupId>
<artifactId>rdf4j-common</artifactId>
<version>5.0.4-SNAPSHOT</version>
<version>5.1.0-SNAPSHOT</version>
</parent>
<artifactId>rdf4j-common-exception</artifactId>
<name>RDF4J: common exception</name>
Expand Down
2 changes: 1 addition & 1 deletion core/common/io/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.eclipse.rdf4j</groupId>
<artifactId>rdf4j-common</artifactId>
<version>5.0.4-SNAPSHOT</version>
<version>5.1.0-SNAPSHOT</version>
</parent>
<artifactId>rdf4j-common-io</artifactId>
<name>RDF4J: common IO</name>
Expand Down
2 changes: 1 addition & 1 deletion core/common/iterator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.eclipse.rdf4j</groupId>
<artifactId>rdf4j-common</artifactId>
<version>5.0.4-SNAPSHOT</version>
<version>5.1.0-SNAPSHOT</version>
</parent>
<artifactId>rdf4j-common-iterator</artifactId>
<name>RDF4J: common iterators</name>
Expand Down
2 changes: 1 addition & 1 deletion core/common/order/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.eclipse.rdf4j</groupId>
<artifactId>rdf4j-common</artifactId>
<version>5.0.4-SNAPSHOT</version>
<version>5.1.0-SNAPSHOT</version>
</parent>
<artifactId>rdf4j-common-order</artifactId>
<name>RDF4J: common order</name>
Expand Down
2 changes: 1 addition & 1 deletion core/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.eclipse.rdf4j</groupId>
<artifactId>rdf4j-core</artifactId>
<version>5.0.4-SNAPSHOT</version>
<version>5.1.0-SNAPSHOT</version>
</parent>
<artifactId>rdf4j-common</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion core/common/text/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.eclipse.rdf4j</groupId>
<artifactId>rdf4j-common</artifactId>
<version>5.0.4-SNAPSHOT</version>
<version>5.1.0-SNAPSHOT</version>
</parent>
<artifactId>rdf4j-common-text</artifactId>
<name>RDF4J: common text</name>
Expand Down
2 changes: 1 addition & 1 deletion core/common/transaction/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.eclipse.rdf4j</groupId>
<artifactId>rdf4j-common</artifactId>
<version>5.0.4-SNAPSHOT</version>
<version>5.1.0-SNAPSHOT</version>
</parent>
<artifactId>rdf4j-common-transaction</artifactId>
<name>RDF4J: common transaction</name>
Expand Down
2 changes: 1 addition & 1 deletion core/common/xml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.eclipse.rdf4j</groupId>
<artifactId>rdf4j-common</artifactId>
<version>5.0.4-SNAPSHOT</version>
<version>5.1.0-SNAPSHOT</version>
</parent>
<artifactId>rdf4j-common-xml</artifactId>
<name>RDF4J: common XML</name>
Expand Down
2 changes: 1 addition & 1 deletion core/http/client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.eclipse.rdf4j</groupId>
<artifactId>rdf4j-http</artifactId>
<version>5.0.4-SNAPSHOT</version>
<version>5.1.0-SNAPSHOT</version>
</parent>
<artifactId>rdf4j-http-client</artifactId>
<name>RDF4J: HTTP client</name>
Expand Down
Loading
Loading