You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by afs <gi...@git.apache.org> on 2016/10/25 13:23:39 UTC

[GitHub] jena pull request #183: JENA1249: Default prefixes

GitHub user afs opened a pull request:

    https://github.com/apache/jena/pull/183

    JENA1249:  Default prefixes

    This PR contains:
    
    1. Change to ModelCom to not touch prefixes if the inclusion is empty
    1. Deprecates default prefixes (ModelCom, ModelFactory)
    1. Add `PrefixMapping.noMappings()` and `PrefixMapping.numPrefixes()`
    
    In addition it has some changes to make initialization more robust.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/afs/jena jena-1249-prefixes-modelcom

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/jena/pull/183.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 #183
    
----
commit 27d4884b04072b53767be07ea352740e4ca76f15
Author: Andy Seaborne <an...@apache.org>
Date:   2016-10-25T11:37:38Z

    Use try-resource to reduce warnings.

commit 46e164867f49f7fe4dd990f9bcdf705c97bd9523
Author: Andy Seaborne <an...@apache.org>
Date:   2016-10-25T11:38:58Z

    Add annotations to suppress warnings.

commit 7df4d4cd2db09bfea06999b040160d0321e42b9d
Author: Andy Seaborne <an...@apache.org>
Date:   2016-10-25T11:39:13Z

    Use try-resource to reduce warnings.

commit 4573a430e7b05c9a3e669e53f128507461f03bf3
Author: Andy Seaborne <an...@apache.org>
Date:   2016-10-25T11:49:06Z

    JENA-1249 - Add PrefixMapping.numPrefixes and PrefixMapping.noMappings

commit d865a839c9268b5f2e23c223c193f409b887a28c
Author: Andy Seaborne <an...@apache.org>
Date:   2016-10-25T11:50:33Z

    JENA-1249 - Don't touch prefixes unless non-empty to be merged.
    
    Cope with initialization ordering effects.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] jena pull request #183: JENA1249: Default prefixes

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/jena/pull/183


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---