You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by bu...@apache.org on 2018/06/10 20:05:27 UTC

svn commit: r1031021 - in /websites/staging/jena/trunk/content: ./ documentation/migrate_jena2_jena3.html

Author: buildbot
Date: Sun Jun 10 20:05:27 2018
New Revision: 1031021

Log:
Staging update by buildbot for jena

Modified:
    websites/staging/jena/trunk/content/   (props changed)
    websites/staging/jena/trunk/content/documentation/migrate_jena2_jena3.html

Propchange: websites/staging/jena/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun Jun 10 20:05:27 2018
@@ -1 +1 @@
-1833102
+1833299

Modified: websites/staging/jena/trunk/content/documentation/migrate_jena2_jena3.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/migrate_jena2_jena3.html (original)
+++ websites/staging/jena/trunk/content/documentation/migrate_jena2_jena3.html Sun Jun 10 20:05:27 2018
@@ -208,7 +208,7 @@ change the data.  </p>
 N-triples.</p>
 </li>
 <li>
-<p>Applications with explicitly use <code>^^xsd:string</code> (or in RDF/XML,
+<p>Applications which explicitly use <code>^^xsd:string</code> (or in RDF/XML,
 <code>rdf:datatype="http://www.w3.org/2001/XMLSchema#string"</code>) will see a change
 in appearance.</p>
 </li>
@@ -218,8 +218,7 @@ in appearance.</p>
 </li>
 <li>
 <p>Applications that do their own RDF output need to be careful to not assume
-that having datatype excludes the possibility of also having a language
-tag.</p>
+that having datatype excludes the possibility of also having a language tag.</p>
 </li>
 </ul>
 <h2 id="persistent-data">Persistent Data<a class="headerlink" href="#persistent-data" title="Permanent link">&para;</a></h2>
@@ -228,15 +227,21 @@ tag.</p>
 recommended that data is reloaded at a convenient time.</p>
 <p>Data that does use explicit <code>xsd:string</code> must be reloaded.</p>
 <h2 id="permissions-changes">Security package renamed to Permissions<a class="headerlink" href="#permissions-changes" title="Permanent link">&para;</a></h2>
-<p>Jena Security has been renamed Jena Permissions and the Maven <em>artifact id</em> has been changed to <em>jena-permissions</em> to reflect this change.</p>
-<p>Shim code that was introduced to map Jena classes to security classes has been removed.  This change requires changes to SecurityEvaluator implementations.  More details are available at the <a href="permissions/migration2To3.html">Permissions migration documentation</a>.</p>
+<p>Jena Security has been renamed Jena Permissions and the Maven 
+<em>artifact id</em> has been changed to <em>jena-permissions</em> to reflect this change.</p>
+<p>Shim code that was introduced to map Jena classes to security classes
+has been removed.  This change requires changes to <code>SecurityEvaluator</code>
+implementations.  More details are available at the 
+<a href="permissions/migration2To3.html">Permissions 
+migration documentation</a>.</p>
 <h2 id="other">Other<a class="headerlink" href="#other" title="Permanent link">&para;</a></h2>
-<p>The <code>GraphStore</code> interface has been removed.</p>
-<p><code>ModelFactory.createFileModelMaker</code> has been removed.</p>
-<p>Gone:
-LateBindingIterator: use LazyIterator instead
-EarlyBindingIterator: no replacement
-UniqueExtendedIterator: use ExtendedIterator with unique filter.</p>
+<ul>
+<li><code>GraphStore</code> interface has been removed</li>
+<li><code>ModelFactory.createFileModelMaker</code> has been removed</li>
+<li><code>LateBindingIterator</code> has been removed: use <code>LazyIterator</code> instead</li>
+<li><code>EarlyBindingIterator</code> has been removed: no replacement</li>
+<li><code>UniqueExtendedIterator</code> has been removed: use <code>ExtendedIterator</code> with unique filter</li>
+</ul>
   </div>
 </div>