Commit 112d8c7
committed
issue #819: Missing type for SPARQL repo config
Constructors that take SPARQL query and/or update endpoints did not set the type field properly. Repository managers could not retrieve the config information from the system repository without the type statement later, causing getRepository to fail with an exception:
org.eclipse.rdf4j.repository.config.RepositoryConfigException: Repository implementation for repository missing
Signed-off-by: Xiaofeng Li <luke.the.coder@gmail.com>1 parent 8fea325 commit 112d8c7
2 files changed
Lines changed: 33 additions & 0 deletions
File tree
- core/repository/sparql/src
- main/java/org/eclipse/rdf4j/repository/sparql/config
- test/java/org/eclipse/rdf4j/repository/sparql/config
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
| |||
Lines changed: 32 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
0 commit comments