RusticiSoftware / TinCanJava

Tin Can Java Library
http://rusticisoftware.github.io/TinCanJava/
Apache License 2.0
44 stars 46 forks source link

Need version family or non-equality version comparison for querying statements #60

Open brianjmiller opened 7 years ago

brianjmiller commented 7 years ago

The statement query interface has version specific handling such that a version (family) specific query interface has to be constructed that uses a hard coded version of 1.0.0. When trying to use that query object with a RemoteLRS set to 1.0.1 it will fail with a version mismatch. The workaround is to set the version on that object to match that of the RemoteLRS, but that shouldn't be necessary.