You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the ContextAwareRepository and calling connection.add(model) results in a StackOverflowError in
at org.eclipse.rdf4j.repository.RepositoryConnection.add(RepositoryConnection.java:988)
at org.eclipse.rdf4j.repository.contextaware.ContextAwareConnection.add(ContextAwareConnection.java:330)
Casting the ConvertingIteration to Iteration<? extends Statement, E> fixes the problem, however I currently struggle to write a sane test for this. I added a PR anyways, maybe it helps.
Current Behavior
Using the
ContextAwareRepository
and callingconnection.add(model)
results in aStackOverflowError
inExpected Behavior
Model gets added to repository.
Steps To Reproduce
To reproduce use the following code:
Version
4.3.7
Are you interested in contributing a solution yourself?
None
Anything else?
No response
The text was updated successfully, but these errors were encountered: