Claude,

There is some kind of formatting error - at the end of the permissions block, it includes the "other" stuff. (wild guess - you didn't use Markdown link syntax)

        Andy

On 26/07/15 11:49, [email protected] wrote:
Author: claude
Date: Sun Jul 26 10:49:35 2015
New Revision: 1692709

URL: http://svn.apache.org/r1692709
Log:
Added/updated permissions documentation


Modified:
     jena/site/trunk/content/documentation/migrate_jena2_jena3.mdtext
     jena/site/trunk/templates/skeleton.html

Modified: jena/site/trunk/content/documentation/migrate_jena2_jena3.mdtext
URL: 
http://svn.apache.org/viewvc/jena/site/trunk/content/documentation/migrate_jena2_jena3.mdtext?rev=1692709&r1=1692708&r2=1692709&view=diff
==============================================================================
--- jena/site/trunk/content/documentation/migrate_jena2_jena3.mdtext (original)
+++ jena/site/trunk/content/documentation/migrate_jena2_jena3.mdtext Sun Jul 26 
10:49:35 2015
@@ -9,6 +9,8 @@ Jena2. The migration consists of package
  * [RDF 1.1 Semantics for plain literals](#rdf11-plain-literals)
  * [Persistent data (TDB, SDB) should be reloaded.](#persistent-data)
  * Java8 is required.
+* [Security renamed to Permissions. Security Evaluator changes 
required](#permissions-changes)
+

  ## Package Name Changes {#packaging}

@@ -81,10 +83,19 @@ For data stored in [TDB](tdb/) and [SDB]
  Data that does not use explicit `xsd:string` should be safe but it is still
  recommended that data is reloaded at a convenient time.

+## Security package renamed to Permissions {#permissions-changes}
+
+Jena Security has been renamed Jena Permissions and the Maven _artifact id_ 
has been changed to _jena-permissions_ to reflect this change.
+
+Shim code that was introduced to map Jena classes to security classes has been removed.  This 
change requires changes to SecurtyEvaluator implementations.  More detals are available at the 
<a href="permissions/migration2To3.html>Permissions migration documentation</a>.
+
  ## Other

  The `GraphStore` interface has been removed.

  `ModelFactory.createFileModelMaker` has been removed.

-See ["Jena Security"](security/) for changes to `jena-permission`.
+Gone:
+LateBindingIterator: use LazyIterator instead
+EarlyBindingIterator: no replacement
+UniqueExtendedIterator: use ExtendedIterator with unique filter.

Modified: jena/site/trunk/templates/skeleton.html
URL: 
http://svn.apache.org/viewvc/jena/site/trunk/templates/skeleton.html?rev=1692709&r1=1692708&r2=1692709&view=diff
==============================================================================
--- jena/site/trunk/templates/skeleton.html (original)
+++ jena/site/trunk/templates/skeleton.html Sun Jul 26 10:49:35 2015
@@ -83,8 +83,8 @@
                    <li><a href="/documentation/tdb/index.html">TDB</a></li>
                    <li><a href="/documentation/sdb/index.html">SDB</a></li>
                    <li><a href="/documentation/jdbc/index.html">SPARQL over 
JDBC</a></li>
-                  <li><a 
href="/documentation/security/index.html">Security</a></li>
                    <li><a 
href="/documentation/fuseki2/index.html">Fuseki</a></li>
+                  <li><a 
href="/documentation/permissions/index.html">Permissions</a></li>
                    <li><a 
href="/documentation/assembler/index.html">Assembler</a></li>
                    <li><a href="/documentation/ontology/">Ontology API</a></li>
                    <li><a href="/documentation/inference/index.html">Inference 
API</a></li>



Reply via email to