[
https://issues.apache.org/jira/browse/JENA-1253?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15615718#comment-15615718
]
ASF GitHub Bot commented on JENA-1253:
--------------------------------------
GitHub user afs opened a pull request:
https://github.com/apache/jena/pull/185
Jena 1253 : roperty impl
Fix for JENA-1253.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/afs/jena JENA-1253-PropertyImpl
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/jena/pull/185.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #185
----
commit 79565cfd2654f8782e8bb40d6e8a6bb6f065f6da
Author: Andy Seaborne <[email protected]>
Date: 2016-10-18T09:25:38Z
EXISTS : Prototype constraining BGPs
commit 379c6106c8745f3ff662f2a0a8a0caccda8865dd
Author: Andy Seaborne <[email protected]>
Date: 2016-10-20T18:09:22Z
Dev
commit b81da43b51d665fc7ac22094af475124010db50e
Author: Andy Seaborne <[email protected]>
Date: 2016-10-28T14:58:39Z
Allow TriG for 'default' graph data and load named graphs
commit 81a8bab1f3fee3ac514fee8282ad602defcac735
Author: Andy Seaborne <[email protected]>
Date: 2016-10-28T15:27:42Z
JENA-1253: Remove RDF/XML related validity checks.
These were applied only in some constructors and not others leading to
inconsistent behaviour.
Remove checkOrdinal because it was a no-op and the comment by it
says "remove shortly".
----
> ResourceFactory.createProperty fails with some URLs
> ---------------------------------------------------
>
> Key: JENA-1253
> URL: https://issues.apache.org/jira/browse/JENA-1253
> Project: Apache Jena
> Issue Type: Bug
> Components: Core
> Affects Versions: Jena 3.1.0
> Reporter: Graham Triggs
>
> I've recently updated a project that I work on from Jena 2.11 to 3.1.
> A section of code that checks to see if a URI has been used anywhere in the
> model includes a call to ResourceFactory.createProperty(String).
> This never caused a problem in 2.11. However, with 3.1, it now fails with an
> InvalidPropertyURIException for the following URI:
> "http://www.eionet.europa.eu/gemet/concept/148"
> The behaviour is inconsistent with Model / OntModel createProperty(String),
> which allows the URI to be used without issue.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)