Skip to content
This repository has been archived by the owner on Feb 22, 2020. It is now read-only.

develop to master #280

Merged
merged 350 commits into from
Aug 22, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
350 commits
Select commit Hold shift + click to select a range
7240bce
mvn formatter
hmottestad Mar 19, 2019
0814705
eclipse/rdf4j#1354 refactored test code and cleaned up imports
hmottestad Mar 19, 2019
bcd2524
Merge pull request #199 from eclipse/issues/1354_shacl_target_validation
hmottestad Mar 19, 2019
b5daec1
Merge branch 'develop' into feature/101_shacl_w3c_tests
hmottestad Mar 19, 2019
1b2663a
https://github.com/eclipse/rdf4j/issues/1247 simple sh:and support
hmottestad Mar 19, 2019
dbd73ce
formatter
hmottestad Mar 19, 2019
35ee602
fixed docs
hmottestad Mar 19, 2019
b124ce5
Merge pull request #200 from eclipse/issues/1247_sh_and
hmottestad Mar 19, 2019
dc6d642
https://github.com/eclipse/rdf4j/issues/1355 push filter and use less…
hmottestad Mar 20, 2019
e6be410
https://github.com/eclipse/rdf4j/issues/1355 fix sorting in Sort plan…
hmottestad Mar 20, 2019
c5cecb3
https://github.com/eclipse/rdf4j/issues/1355 also optimize range/doma…
hmottestad Mar 20, 2019
34556df
Merge pull request #201 from eclipse/issues/1355_push_filter
hmottestad Mar 20, 2019
ab21cce
Merge branch 'develop' into feature/101_shacl_w3c_tests
hmottestad Mar 20, 2019
93b7588
https://github.com/eclipse/rdf4j/issues/1290 created test
hmottestad Mar 23, 2019
5f971c8
https://github.com/eclipse/rdf4j/issues/1290 correct but inefficient…
hmottestad Mar 23, 2019
37b283f
https://github.com/eclipse/rdf4j/issues/1290 better cache handling
hmottestad Mar 23, 2019
c76f49f
eclipse/rdf4j#1290 check for active transaction
hmottestad Mar 23, 2019
353a302
Merge pull request #203 from eclipse/issues/1290_revalidate_added_data
hmottestad Mar 24, 2019
5a794a1
https://github.com/eclipse/rdf4j/issues/1358 added support for sh:in
hmottestad Mar 24, 2019
1e28ae6
created a helpful tips section for the github PR template
hmottestad Mar 24, 2019
856c636
formatter
hmottestad Mar 24, 2019
1ea4050
more tests
hmottestad Mar 24, 2019
bd30183
Merge pull request #204 from eclipse/issues/1358_sh_in
hmottestad Mar 24, 2019
a0309b9
Merge branch 'develop' into feature/101_shacl_w3c_tests
hmottestad Mar 24, 2019
a801d95
https://github.com/eclipse/rdf4j/issues/1360 simple multithreaded imp…
hmottestad Mar 25, 2019
46a9cb8
format
hmottestad Mar 25, 2019
e68ab92
Merge pull request #205 from eclipse/issues/1360_parallel_added_removed
hmottestad Mar 25, 2019
df64009
fixed constraint component for sh:in
hmottestad Mar 25, 2019
c43d01f
https://github.com/eclipse/rdf4j/issues/1359 tests
hmottestad Mar 25, 2019
dc7b1ea
https://github.com/eclipse/rdf4j/issues/1359 initial null implementation
hmottestad Mar 25, 2019
43d674f
https://github.com/eclipse/rdf4j/issues/1359 functional implementation
hmottestad Mar 25, 2019
460bb62
https://github.com/eclipse/rdf4j/issues/1359 handle edgecases
hmottestad Mar 25, 2019
c12582a
eclipse/rdf4j#1359 some documentation
hmottestad Mar 25, 2019
97bfde7
https://github.com/eclipse/rdf4j/issues/1359 bug fix and benchmark
hmottestad Mar 25, 2019
22cbab7
Merge pull request #206 from eclipse/issues/1359_unique_lang
hmottestad Mar 25, 2019
9aa5137
Merge branch 'develop' into feature/101_shacl_w3c_tests
hmottestad Mar 25, 2019
728915d
simplify test by merging files
hmottestad Mar 25, 2019
9d60014
https://github.com/eclipse/rdf4j/issues/1362 normalised targets with …
hmottestad Mar 25, 2019
be757f4
Merge pull request #208 from eclipse/issues/1362_propertyshape_with_t…
hmottestad Mar 25, 2019
3bb7afd
Merge branch 'develop' into feature/101_shacl_w3c_tests
hmottestad Mar 25, 2019
13e64a9
Use commons-lang3 and commons-text instead of commons-lang
barthanssens Mar 25, 2019
942ac2c
https://github.com/eclipse/rdf4j/issues/1290 tests
hmottestad Mar 26, 2019
b699ee8
https://github.com/eclipse/rdf4j/issues/1290 initial implementation
hmottestad Mar 26, 2019
1fc42b4
https://github.com/eclipse/rdf4j/issues/1290 handle concurrency better
hmottestad Mar 26, 2019
1ed5556
formatter
hmottestad Mar 26, 2019
87e5b23
Merge pull request #210 from Fedict/issues/#1173-commons-lang
barthanssens Mar 26, 2019
f8eef23
eclipse/rdf4j#1290 locking and isolation
hmottestad Mar 26, 2019
4de502b
formatter
hmottestad Mar 26, 2019
b13e231
https://github.com/eclipse/rdf4j-storage/pull/211 read/write lock
hmottestad Mar 27, 2019
6f914ea
cleanup
hmottestad Mar 27, 2019
21c7c1e
Merge branch 'develop' into issues/1290_automatic_revalidation
hmottestad Mar 28, 2019
70a3ae2
eclipse/rdf4j#1290 deadlock detection
hmottestad Mar 30, 2019
20d4cf7
https://github.com/eclipse/rdf4j/issues/1290 detect deadlock when mod…
hmottestad Mar 30, 2019
f765c3c
eclipse/rdf4j#1236 sail compliance tests to respective modules
abrokenjester Mar 31, 2019
46f0894
eclipse/rdf4j#1236 migrating sailmodel compliance [wip]
abrokenjester Mar 31, 2019
0fc16f7
Merge branch 'develop' into issues/GH-1236-testsuite-refactor
abrokenjester Mar 31, 2019
33768d6
eclipse/rdf4j#1236 cleanup
abrokenjester Mar 31, 2019
61a121d
https://github.com/eclipse/rdf4j/issues/1290 multithreaded test
hmottestad Mar 31, 2019
407d4d8
https://github.com/eclipse/rdf4j/issues/1290 added benchmakr
hmottestad Mar 31, 2019
378b505
https://github.com/eclipse/rdf4j/issues/1290 fixed typo and reformat
hmottestad Mar 31, 2019
5a631c4
Merge pull request #211 from eclipse/issues/1290_automatic_revalidation
hmottestad Mar 31, 2019
8576e6b
https://github.com/eclipse/rdf4j/issues/1374 log unsupported shacl fe…
hmottestad Mar 31, 2019
4686800
https://github.com/eclipse/rdf4j/issues/1290 diff shapes and implemen…
hmottestad Mar 31, 2019
4c311c2
Merge pull request #213 from eclipse/issues/1374_log_unsupported_shacl
hmottestad Mar 31, 2019
98103ef
Merge pull request #214 from eclipse/issues/1290_only_revalidate_modi…
hmottestad Mar 31, 2019
cdb8d99
eclipse/rdf4j#1236 moved store and lucene test suites
abrokenjester Apr 1, 2019
79b28a6
eclipse/rdf4j#1236 moved tests for shacl and spin
abrokenjester Apr 1, 2019
61a7f72
eclipse/rdf4j#1236 moved test suites for geosparql, serql, shacl, and…
abrokenjester Apr 1, 2019
76afd1a
eclipse/rdf4j#1236 clean install succesful
abrokenjester Apr 1, 2019
a29cc36
fixes https://github.com/eclipse/rdf4j/issues/1377 and fixes https://…
hmottestad Apr 1, 2019
874bb69
Merge pull request #217 from eclipse/issues/1377_1376_bugfix_shacl
hmottestad Apr 2, 2019
63ad680
https://github.com/eclipse/rdf4j/issues/1378 benchmarks
hmottestad Apr 3, 2019
4389140
https://github.com/eclipse/rdf4j/issues/1378 simple improvements
hmottestad Apr 3, 2019
89243d6
https://github.com/eclipse/rdf4j/issues/1378 simplified code
hmottestad Apr 3, 2019
390d2a3
Merge pull request #218 from eclipse/issues/1378_faster_bulked_extern…
hmottestad Apr 3, 2019
ae36ec3
https://github.com/eclipse/rdf4j/issues/1380 improved maxCount perfor…
hmottestad Apr 3, 2019
9dfdc77
eclipse/rdf4j#1380 innerjoin
hmottestad Apr 3, 2019
5f9cb83
Merge pull request #219 from eclipse/issues/1380_faster_maxCount
hmottestad Apr 3, 2019
d387f4c
https://github.com/eclipse/rdf4j/issues/1290 allow to read and delete…
hmottestad Apr 5, 2019
b03e37d
Merge pull request #220 from eclipse/issues/1290_support_more_read_wr…
hmottestad Apr 5, 2019
1984a59
Merge branch 'develop' into issues/GH-1236-testsuite-refactor
abrokenjester Apr 6, 2019
67d661b
shacl tests use logback explicitly instead of slf4j-simple
abrokenjester Apr 6, 2019
b003ed8
don't activate quick profile on skipTests
abrokenjester Apr 6, 2019
8e6ae65
Merge pull request #215 from eclipse/issues/GH-1236-testsuite-refactor
Apr 6, 2019
9547bfa
https://github.com/eclipse/rdf4j/issues/1384 test and fix
hmottestad Apr 6, 2019
a0d196c
faster uniqueLang on empty base sail
hmottestad Apr 6, 2019
38c3eba
formatter
hmottestad Apr 6, 2019
976db1d
eclipse/rdf4j#1384 optimize
hmottestad Apr 6, 2019
ded2ecd
https://github.com/eclipse/rdf4j/issues/1384 bug fix
hmottestad Apr 6, 2019
d948d32
Merge pull request #221 from eclipse/issues/1384_BulkedExternalInnerJoin
hmottestad Apr 6, 2019
dd74c25
clean up use of utf-8 and various other code cleanup
hmottestad Apr 10, 2019
3462104
https://github.com/eclipse/rdf4j/issues/1388 create benchmark
hmottestad Apr 10, 2019
33cae21
formatting
hmottestad Apr 10, 2019
075ff6f
https://github.com/eclipse/rdf4j/issues/1388 periodically flush when …
hmottestad Apr 10, 2019
aa27d6b
more utf8 and formatting
hmottestad Apr 10, 2019
1d0c14c
https://github.com/eclipse/rdf4j/issues/1388 allow for cache less val…
hmottestad Apr 10, 2019
752081e
https://github.com/eclipse/rdf4j/issues/1388 clean up benchmark
hmottestad Apr 10, 2019
33b1346
update benchmark
hmottestad Apr 10, 2019
a3ccacf
further reduce memory allowance in benchmark
hmottestad Apr 10, 2019
450153f
moved added
hmottestad Apr 10, 2019
98370f7
https://github.com/eclipse/rdf4j/issues/1388 moved auto batched flushing
hmottestad Apr 11, 2019
db0c8e1
https://github.com/eclipse/rdf4j/issues/1388 configurable caching
hmottestad Apr 11, 2019
d3256f0
formatter
hmottestad Apr 11, 2019
ee3999b
nicer query plans
hmottestad Apr 12, 2019
b781e48
formatter
hmottestad Apr 12, 2019
21f58a8
potential bug fix and performance optimization
hmottestad Apr 12, 2019
9557eea
Merge pull request #222 from eclipse/issues/1388_validate_large_files
hmottestad Apr 12, 2019
f618f5a
https://github.com/eclipse/rdf4j/issues/1375 bigger benchmark based o…
hmottestad Apr 13, 2019
232f8e6
optimize imports and format
hmottestad Apr 13, 2019
e083c97
Merge pull request #224 from eclipse/issues/1375_bigger_benchmark_for…
hmottestad Apr 13, 2019
75727cc
https://github.com/eclipse/rdf4j/issues/1390 check if data is sorted …
hmottestad Apr 13, 2019
c0a9f96
Merge branch 'develop' into feature/101_shacl_w3c_tests
hmottestad Apr 13, 2019
f8d04a2
formatter
hmottestad Apr 13, 2019
0dfa293
Merge pull request #226 from eclipse/issues/1390_skip_sorting_sorted_…
hmottestad Apr 13, 2019
d6a9ccf
https://github.com/eclipse/rdf4j/issues/1391 min, max and class use S…
hmottestad Apr 15, 2019
c3ca6d3
Merge pull request #227 from eclipse/issues/1391_sparql_queries_for_s…
hmottestad Apr 15, 2019
d4b8592
https://github.com/eclipse/rdf4j/issues/1392 more performance logging…
hmottestad Apr 15, 2019
c40c196
https://github.com/eclipse/rdf4j/issues/1392 cleanup isolation level
hmottestad Apr 15, 2019
1f3dc9f
https://github.com/eclipse/rdf4j/issues/1392 bug fix
hmottestad Apr 15, 2019
b5ec479
https://github.com/eclipse/rdf4j/issues/1392 another bug fix
hmottestad Apr 15, 2019
b479e2b
https://github.com/eclipse/rdf4j/issues/1392 another bug fix
hmottestad Apr 15, 2019
07c56bb
Merge pull request #228 from eclipse/issues/1392_skip_listener_if_emp…
hmottestad Apr 15, 2019
c05ff3c
https://github.com/eclipse/rdf4j/issues/1396 imrpoved benchmarks
hmottestad Apr 23, 2019
ec40400
Merge pull request #229 from eclipse/issues/1396_improve_benchmarks
hmottestad Apr 23, 2019
160c312
https://github.com/eclipse/rdf4j/issues/1397 more streams
hmottestad Apr 23, 2019
ce4a515
Merge pull request #231 from eclipse/issues/1397_more_streams
hmottestad Apr 23, 2019
a64a78e
Merge branch 'develop' into feature/101_shacl_w3c_tests
hmottestad Apr 27, 2019
3a4778e
GH-1223 init is now optional
abrokenjester Apr 29, 2019
41f56f1
GH-1223 init is now optional for Sail as well
abrokenjester Apr 29, 2019
c6e1da3
GH-1223 init twice is allowed to avoid race condition issues
abrokenjester Apr 29, 2019
91077bc
formatting
abrokenjester Apr 29, 2019
b139919
GH-1223 added a basic concurrency unit test
abrokenjester May 1, 2019
bf0c802
Merge pull request #233 from eclipse/issues/init-optional
May 2, 2019
969a44a
GH-1280 add QueryOptimizerPipeline
abrokenjester May 7, 2019
ea1f506
imports clean up
abrokenjester May 7, 2019
824b978
GH-389 switched from GraphUtil to Models
abrokenjester May 9, 2019
a66e964
https://github.com/eclipse/rdf4j/issues/1407 updated tests so that th…
hmottestad May 9, 2019
4905324
Merge pull request #235 from eclipse/issues/1407_update_tests_for_nod…
hmottestad May 9, 2019
e78a604
https://github.com/eclipse/rdf4j/issues/1407 better support for path …
hmottestad May 10, 2019
dca5050
formatter
hmottestad May 10, 2019
ff42ab4
https://github.com/eclipse/rdf4j/issues/1407 correct handling in sh:o…
hmottestad May 10, 2019
dce712a
Merge pull request #236 from eclipse/issues/1407_better_support_for_s…
hmottestad May 10, 2019
ed9f372
Merge branch 'develop' into feature/101_shacl_w3c_tests
hmottestad May 10, 2019
21c8087
https://github.com/eclipse/rdf4j/issues/1361 use HashSet for dedupe i…
hmottestad May 12, 2019
f4bdbdb
Merge pull request #238 from eclipse/issues/1361_unique_fix
hmottestad May 12, 2019
20743dc
https://github.com/eclipse/rdf4j/issues/1413 new test that preloads d…
hmottestad May 14, 2019
6f79465
Merge pull request #239 from eclipse/issues/1413_dummy_data_in_tests
hmottestad May 15, 2019
49d9be6
https://github.com/eclipse/rdf4j/issues/1357 support shacl in workbench
hmottestad May 17, 2019
8f422f6
Merge pull request #240 from eclipse/issues/1357_shacl_workbench
hmottestad May 18, 2019
6eb01bf
https://github.com/eclipse/rdf4j/issues/1227 docs for addInferredStat…
hmottestad May 22, 2019
610fbcf
https://github.com/eclipse/rdf4j/issues/1421 Upgraded japicmp-maven-p…
hmottestad May 22, 2019
c714cf7
Merge pull request #241 from eclipse/issues/1227_docs
hmottestad May 23, 2019
9cdb564
Merge pull request #243 from eclipse/master
hmottestad May 23, 2019
190c4cb
Merge branch 'master' into develop
abrokenjester May 25, 2019
6f359cc
Merge pull request #234 from eclipse/issues/GH-1280-inject-optimisers
May 29, 2019
cc315f2
formatter :cop:
abrokenjester May 29, 2019
3117b59
Merge branch 'develop' into issues/GH-389-remove-graph
abrokenjester May 29, 2019
2a7b3ab
Merge pull request #249 from eclipse/issues/GH-389-remove-graph
May 30, 2019
317b790
Update apache components
barthanssens Jun 12, 2019
6f5db23
Tab for restarting test
barthanssens Jun 13, 2019
350fb53
Merge pull request #251 from Fedict/issues/#1447-apache-http
barthanssens Jun 16, 2019
2bdc7d0
https://github.com/eclipse/rdf4j/issues/1369 more benchmarks
hmottestad May 18, 2019
6489950
https://github.com/eclipse/rdf4j/issues/1369 don't use distinct in si…
hmottestad Mar 29, 2019
b027ad6
https://github.com/eclipse/rdf4j/issues/1369 optimize SHACL since tra…
hmottestad May 18, 2019
82ae453
Add jaxb version and bump surefire-plugin
barthanssens Jun 19, 2019
3a17d34
https://github.com/eclipse/rdf4j/issues/1369 extract into class, docu…
hmottestad May 18, 2019
be65b6d
Merge pull request #212 from eclipse/issues/1369_size_too_slow
hmottestad Jun 20, 2019
dd4006a
Merge pull request #244 from eclipse/issues/1421_upgrade_japicmp
hmottestad Jun 21, 2019
f334f13
https://github.com/eclipse/rdf4j/issues/1369 need to close iterator
hmottestad Jun 22, 2019
4ff77b3
Merge pull request #254 from eclipse/issues/1369_close_iterator
hmottestad Jun 22, 2019
28f188c
Make LuceneSailConnection to replace query patterns with results inplace
KMax Jun 23, 2019
c7bd5e6
https://github.com/eclipse/rdf4j/issues/1463 check if already initial…
hmottestad Jun 23, 2019
fdf393c
Merge pull request #256 from eclipse/issues/1463_shacl_init_once
hmottestad Jun 23, 2019
21d2f73
https://github.com/eclipse/rdf4j/issues/1148 some jaxb fixes
hmottestad Jun 24, 2019
df7756d
eclipse/rdf4j#1236 shuffled some tests to deal with circular deps
abrokenjester Jun 25, 2019
fd3af39
eclipse/rdf4j#1236 remove obsolete compliance module
abrokenjester Jun 25, 2019
f67fc19
approved javax
hmottestad Jun 26, 2019
95a80db
Use File separator instead of hard-coded /
barthanssens Jun 26, 2019
5343c2d
Merge pull request #258 from Fedict/issues/#1466-lucene-location
barthanssens Jun 26, 2019
ba24701
Code formatting
barthanssens Jun 26, 2019
8c3f456
Merge pull request #259 from Fedict/issues/#1466-lucene-location
barthanssens Jun 26, 2019
139a084
eclipse/rdf4j#1236 remove rdf4j-runtime dependency
abrokenjester Jun 26, 2019
276c3d0
Merge pull request #257 from eclipse/issues/1148_jdk11
hmottestad Jun 27, 2019
0451a07
eclipse/rdf4j#1236 reintroduce compliance profile
abrokenjester Jun 27, 2019
22b342b
Merge pull request #260 from eclipse/issues/GH-1236-testsuite-refactor
Jun 27, 2019
aecd613
eclipse/rdf4j#1124 upgrade to jetty 9.4 / servlet api 3.1
abrokenjester Jun 29, 2019
aba57fe
Merge pull request #261 from eclipse/issues/GH-1124-bump-jetty
Jun 29, 2019
f862f99
Merge pull request #255 from DataFabricRus/1229-lucenesailconn
Jun 30, 2019
e161f3d
Merge branch 'master' into masterMergeBranch
hmottestad Jul 3, 2019
61f6b54
Merge pull request #263 from eclipse/masterMergeBranch
hmottestad Jul 3, 2019
39dacc2
Merge branch 'develop' into feature/101_shacl_w3c_tests
hmottestad Jul 3, 2019
6155cfd
https://github.com/eclipse/rdf4j/issues/1375 big real file
hmottestad Apr 13, 2019
338515f
pretty print
hmottestad Apr 18, 2019
dd3cf2e
LICENSE
hmottestad Jul 4, 2019
53c1ce6
Merge pull request #225 from eclipse/issues/1375_bigger_benchmark_rea…
hmottestad Jul 4, 2019
a478150
https://github.com/eclipse/rdf4j/issues/1398 full implementation
hmottestad Apr 27, 2019
ddb2eda
fixed test
hmottestad Jul 3, 2019
583ebcd
Fixed benchmarks
hmottestad Jul 4, 2019
59077d4
fixed test after rebase
hmottestad Jul 4, 2019
fd1169c
Merge pull request #232 from eclipse/issues/1398_sh_not
hmottestad Jul 5, 2019
de89e81
https://github.com/eclipse/rdf4j/issues/1477 no-op for sh:class in sh…
hmottestad Jul 5, 2019
3e632dc
Merge pull request #264 from eclipse/issues/1477_sh_not_sh_class_perf…
hmottestad Jul 5, 2019
409503d
https://github.com/eclipse/rdf4j/issues/1478 all nodes log automatically
hmottestad Jul 5, 2019
229b17b
fix test
hmottestad Jul 9, 2019
fba0600
private field
hmottestad Jul 9, 2019
828f11e
during main tests log only if there is a failure
hmottestad Jul 9, 2019
9121be6
reduced logging further
hmottestad Jul 9, 2019
0f2c56e
Merge pull request #265 from eclipse/issues/1478_shacl_logging
hmottestad Jul 9, 2019
d54c7a6
https://github.com/eclipse/rdf4j/issues/1396 standardise how transact…
hmottestad Jul 15, 2019
94b0e69
checking if jenkins will run benchmarks without running out of memory
hmottestad Jul 15, 2019
a1991b9
Merge pull request #266 from eclipse/issues/1396_standardise_benchmarks
hmottestad Jul 15, 2019
7a62db5
https://github.com/eclipse/rdf4j/issues/1479 benchmark
hmottestad Jul 21, 2019
75dc5cb
https://github.com/eclipse/rdf4j/issues/1479 fix
hmottestad Jul 21, 2019
b2f894b
Merge pull request #267 from eclipse/issues/1479_not_uniqueLang_optim…
hmottestad Jul 21, 2019
f4f1598
Merge branch 'develop' into feature/101_shacl_w3c_tests
hmottestad Jul 21, 2019
177835a
https://github.com/eclipse/rdf4j/issues/1419 created test
hmottestad May 22, 2019
3cc5ff3
https://github.com/eclipse/rdf4j/issues/1419 serializable validation …
hmottestad Jul 17, 2019
6c7f01d
added read workload to benchmarks
hmottestad Jul 30, 2019
14c3a04
Merge pull request #242 from eclipse/issues/1419_serializable_shacl
hmottestad Jul 31, 2019
22ad6f0
https://github.com/eclipse/rdf4j/issues/1461 modifying tests
hmottestad Jun 22, 2019
4fd5a42
https://github.com/eclipse/rdf4j/issues/1461 added more tests
hmottestad Jul 31, 2019
7ef1f16
improved tests and fixed benchmark
hmottestad Jul 31, 2019
49c56c0
fix test
hmottestad Jul 31, 2019
dcf9685
javadoc cleanup
abrokenjester Aug 1, 2019
77d334d
started use of deprecation to mark internal classes/packages
abrokenjester Aug 1, 2019
63fe5f1
Merge pull request #269 from eclipse/issues/1461_shacl_parallel
hmottestad Aug 2, 2019
0a80b11
Merge pull request #270 from eclipse/issues/GH-52-javadoc-cleanup
Aug 4, 2019
89a2698
Merge branch 'develop' into issues/GH-619-public-api
abrokenjester Aug 5, 2019
c455731
marked relevant shacl-sail classes/packages as internal-only
abrokenjester Aug 6, 2019
d5471a7
cleanup of native store internal code
abrokenjester Aug 6, 2019
c60a071
futher cleanup
abrokenjester Aug 6, 2019
c7c41ac
https://github.com/eclipse/rdf4j/issues/1493 replaced domain
hmottestad Aug 8, 2019
b4ecc21
Merge pull request #272 from eclipse/issues/1493_replace_domain
hmottestad Aug 8, 2019
fa0287f
marked as deprecated.
abrokenjester Aug 10, 2019
073ee66
Merge pull request #273 from eclipse/issues/GH-506-externalset
Aug 10, 2019
a997455
removed annotation from feedback
abrokenjester Aug 13, 2019
a42b87b
https://github.com/eclipse/rdf4j/issues/1396 faster junit benchmark runs
hmottestad Aug 13, 2019
f6bfda5
reduce logging
hmottestad Aug 13, 2019
e24a470
Merge pull request #275 from eclipse/issues/1396_benchmark_junit_faster
hmottestad Aug 13, 2019
1ed76a3
Merge pull request #271 from eclipse/issues/GH-619-public-api
Aug 13, 2019
bef56ee
Merge branch 'master' into develop
abrokenjester Aug 13, 2019
83fde7e
Merge branch 'develop' into feature/101_shacl_w3c_tests
hmottestad Aug 15, 2019
602a93a
ignore test so this can be merged
hmottestad Aug 15, 2019
26df64e
formatter
hmottestad Aug 15, 2019
53abdff
Merge pull request #102 from eclipse/feature/101_shacl_w3c_tests
hmottestad Aug 15, 2019
de76b9b
https://github.com/eclipse/rdf4j/issues/1504 changed to subdirectory
hmottestad Aug 16, 2019
c00fb0d
Merge pull request #277 from eclipse/issues/1504_shacl_persitance_dir…
hmottestad Aug 17, 2019
4baf508
Added ES/Solr dependencies to javadoc maven plugin
barthanssens Aug 19, 2019
e4615a5
Removed duplicated ES dependencies (already in parent)
barthanssens Aug 20, 2019
37b9535
Merge pull request #279 from Fedict/issues/#1148-jdk11-javadoc
Aug 21, 2019
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
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
4 changes: 4 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@ Briefly describe the changes proposed in this PR:
*
*
*

#### Helpful tips
- mvn formatter:format
- `// @formatter:off` and `// @formatter:on`
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,15 @@ guidelines](https://github.com/eclipse/rdf4j/blob/master/.github/CONTRIBUTING.md
The short version:

1. Digitally sign the [Eclipse Contributor Agreement (ECA)](https://www.eclipse.org/legal/ECA.php). You can do this by logging into the [Eclipse projects forge](http://www.eclipse.org/contribute/cla); click on "Eclipse Contributor Agreement"; and Complete the form. Be sure to use the same email address when you register for the account that you intend to use on Git commit records. See the [ECA FAQ](https://www.eclipse.org/legal/ecafaq.php) for more info.
2. Create an issue in the [issue tracker](https://github.com/eclipse/rdf4j/issues) that describes your improvement, new feature, or bug fix.
3. Fork the GitHub repository.
4. Create a new branch (starting from master) for your changes.
5. Make your changes on this branch. Apply the [RDF4J code formatting guidelines](https://github.com/eclipse/rdf4j-storage/blob/master/.github/CONTRIBUTING.md#code-formatting). Don't forget to include unit tests.
6. **sign off** every commit (using the `-s` flag).
7. Run `mvn verify` from the project root to make sure all tests succeed (both your own new ones, and existing).
8. Use meaningful commit messages and include the issue number in each commit message.
9. Once your fix is complete, put it up for review by opening a Pull Request against the master branch in the central Github repository.
1. Create an issue in the [issue tracker](https://github.com/eclipse/rdf4j/issues) that describes your improvement, new feature, or bug fix.
1. Fork the GitHub repository.
1. Create a new branch (starting from master) for your changes.
1. Make your changes on this branch. Apply the [RDF4J code formatting guidelines](https://github.com/eclipse/rdf4j-storage/blob/master/.github/CONTRIBUTING.md#code-formatting). Don't forget to include unit tests.
1. **sign off** every commit (using the `-s` flag).
1. Run `mvn formatter:format` to format your code.
1. Run `mvn verify` from the project root to make sure all tests succeed (both your own new ones, and existing).
1. Use meaningful commit messages and include the issue number in each commit message.
1. Once your fix is complete, put it up for review by opening a Pull Request against the master branch in the central Github repository.

These steps are explained in more detail in the [Contributor
guidelines](https://github.com/eclipse/rdf4j-storage/blob/master/.github/CONTRIBUTING.md).
13 changes: 10 additions & 3 deletions compliance/elasticsearch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.eclipse.rdf4j</groupId>
<artifactId>rdf4j-storage-compliance</artifactId>
<version>2.5-SNAPSHOT</version>
<version>3.0-SNAPSHOT</version>
</parent>

<artifactId>rdf4j-elasticsearch-compliance</artifactId>
Expand All @@ -16,8 +16,8 @@
<description>Tests for Elasticsearch.</description>

<properties>
<lucene.version>6.6.1</lucene.version>
<elasticsearch.version>5.6.9</elasticsearch.version>
<lucene.version>7.5.0</lucene.version>
<elasticsearch.version>6.5.4</elasticsearch.version>
</properties>

<!-- disable the Java security manager for elasticsearch tests -->
Expand Down Expand Up @@ -116,5 +116,12 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.11.1</version>
<scope>test</scope>
</dependency>
</dependencies>

</project>
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,12 @@
import org.elasticsearch.search.builder.SearchSourceBuilder;
import org.elasticsearch.test.ESIntegTestCase;
import org.elasticsearch.test.ESIntegTestCase.ClusterScope;
import org.elasticsearch.test.ESIntegTestCase.SuppressLocalMode;
import org.junit.After;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;

@ClusterScope(numDataNodes = 1)
@SuppressLocalMode
@Ignore("timeouts on JIPP due to ES cluster being spun up - see https://github.com/eclipse/rdf4j/issues/1196")
public class ElasticsearchIndexTest extends ESIntegTestCase {

private static final ValueFactory vf = SimpleValueFactory.getInstance();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,12 @@
import org.elasticsearch.plugins.Plugin;
import org.elasticsearch.test.ESIntegTestCase;
import org.elasticsearch.test.ESIntegTestCase.ClusterScope;
import org.elasticsearch.test.ESIntegTestCase.SuppressLocalMode;
import org.junit.After;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;

@ClusterScope(numDataNodes = 1)
@SuppressLocalMode
@Ignore("timeouts on JIPP due to ES cluster being spun up - see https://github.com/eclipse/rdf4j/issues/1196")
public class ElasticsearchSailGeoSPARQLTest extends ESIntegTestCase {

AbstractLuceneSailGeoSPARQLTest delegateTest;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,12 @@
import org.elasticsearch.plugins.Plugin;
import org.elasticsearch.test.ESIntegTestCase;
import org.elasticsearch.test.ESIntegTestCase.ClusterScope;
import org.elasticsearch.test.ESIntegTestCase.SuppressLocalMode;
import org.junit.After;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;

@ClusterScope(numDataNodes = 1)
@SuppressLocalMode
@Ignore("timeouts on JIPP due to ES cluster being spun up - see https://github.com/eclipse/rdf4j/issues/1196")
public class ElasticsearchSailIndexedPropertiesTest extends ESIntegTestCase {

AbstractLuceneSailIndexedPropertiesTest delegateTest;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,12 @@
import org.elasticsearch.plugins.Plugin;
import org.elasticsearch.test.ESIntegTestCase;
import org.elasticsearch.test.ESIntegTestCase.ClusterScope;
import org.elasticsearch.test.ESIntegTestCase.SuppressLocalMode;
import org.junit.After;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;

@ClusterScope(numDataNodes = 1)
@SuppressLocalMode
@Ignore("timeouts on JIPP due to ES cluster being spun up - see https://github.com/eclipse/rdf4j/issues/1196")
public class ElasticsearchSailTest extends ESIntegTestCase {

AbstractLuceneSailTest delegateTest;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
import java.net.URL;
import java.util.Collections;
import java.util.Set;
import java.util.function.Consumer;
import java.util.logging.Logger;

/**
* test of elasticsearch pass. Thus as a workaround we deactivate this test. see
Expand All @@ -29,4 +31,6 @@ public static Set<URL> parseClassPath() {
return Collections.emptySet();
}

public static void checkJarHell(Consumer o) {
}
}
18 changes: 9 additions & 9 deletions compliance/geosparql/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.eclipse.rdf4j</groupId>
<artifactId>rdf4j-storage-compliance</artifactId>
<version>2.5-SNAPSHOT</version>
<version>3.0-SNAPSHOT</version>
</parent>

<artifactId>rdf4j-geosparql-compliance</artifactId>
Expand All @@ -25,17 +26,16 @@
<artifactId>rdf4j-queryalgebra-geosparql</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>rdf4j-queryparser-serql</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<configuration>
<webappDirectory>${project.build.directory}/openrdf-sesame</webappDirectory>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions compliance/lucene/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.rdf4j</groupId>
<artifactId>rdf4j-storage-compliance</artifactId>
<version>2.5-SNAPSHOT</version>
<version>3.0-SNAPSHOT</version>
</parent>

<artifactId>rdf4j-lucene-compliance</artifactId>
Expand Down Expand Up @@ -64,7 +64,7 @@
<profile>
<id>jdk9</id>
<activation>
<jdk>[1.9,9,)</jdk>
<jdk>[1.9,9,10)</jdk>
</activation>
</profile>
</profiles>
Expand Down
5 changes: 2 additions & 3 deletions compliance/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,15 @@
<parent>
<groupId>org.eclipse.rdf4j</groupId>
<artifactId>rdf4j-storage-parent</artifactId>
<version>2.5-SNAPSHOT</version>
<version>3.0-SNAPSHOT</version>
</parent>

<artifactId>rdf4j-storage-compliance</artifactId>
<packaging>pom</packaging>

<modules>
<module>sail-model</module>
<module>sparql</module>
<module>lucene</module>
<module>lucene</module>
<module>elasticsearch</module>
<module>solr</module>
<module>store</module>
Expand Down
74 changes: 0 additions & 74 deletions compliance/sail-model/pom.xml

This file was deleted.

This file was deleted.

15 changes: 0 additions & 15 deletions compliance/sail-model/src/test/resources/logback-test.xml

This file was deleted.

8 changes: 1 addition & 7 deletions compliance/serql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.rdf4j</groupId>
<artifactId>rdf4j-storage-compliance</artifactId>
<version>2.5-SNAPSHOT</version>
<version>3.0-SNAPSHOT</version>
</parent>

<artifactId>rdf4j-serql-compliance</artifactId>
Expand All @@ -14,12 +14,6 @@
<description>Tests for the SeRQL query language implementation</description>

<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>rdf4j-runtime</artifactId>
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>rdf4j-serql-testsuite</artifactId>
Expand Down
Loading