Author: andy
Date: Tue Jun 24 15:27:51 2014
New Revision: 1605110

URL: http://svn.apache.org/r1605110
Log:
ReleaseNotes updates for Java7, deprecation removal and other activity

Modified:
    jena/trunk/jena-arq/ReleaseNotes.txt
    jena/trunk/jena-core/ReleaseNotes.txt
    jena/trunk/jena-tdb/ReleaseNotes.txt

Modified: jena/trunk/jena-arq/ReleaseNotes.txt
URL: 
http://svn.apache.org/viewvc/jena/trunk/jena-arq/ReleaseNotes.txt?rev=1605110&r1=1605109&r2=1605110&view=diff
==============================================================================
--- jena/trunk/jena-arq/ReleaseNotes.txt (original)
+++ jena/trunk/jena-arq/ReleaseNotes.txt Tue Jun 24 15:27:51 2014
@@ -4,8 +4,25 @@ ChangeLog for ARQ
 
 ==== Jena 2.12.0
 
+Jena now requires Java7 as of this version.
+At the same time some classes and methods previous deprecated and marked
+for removal have now been removed.
+
+QueryExecution is now AutoCloeable and can be used with try-resource.
+
++ JENA-694 : Require Java 7
++ JENA-714 : Source language upgrades 
++ JENA-726 : remove deprecated classes and methods.
++ JENA-727 : Checks on ResultSet from execSelect that it is still valid/
+
 + JENA-710 : Bug fix for filter optimizer where the filter only 
              mentions a variable onl yused with GRAPH.
++ JENA-723 : Bug fix in TopN optimization revealed in Java8 
++ JENA-715 : Read payload for errors in HttpOp 
++ JENA-713 : Reduce costly string operations in utility class 
++ JENA-712 : ARQ outputs BASE if expclitily set in a query else
+             does not produce relative URIs. This is now consistent 
+             with behaviour of RIOT writers.
 
 ==== Jena 2.11.2
 

Modified: jena/trunk/jena-core/ReleaseNotes.txt
URL: 
http://svn.apache.org/viewvc/jena/trunk/jena-core/ReleaseNotes.txt?rev=1605110&r1=1605109&r2=1605110&view=diff
==============================================================================
--- jena/trunk/jena-core/ReleaseNotes.txt (original)
+++ jena/trunk/jena-core/ReleaseNotes.txt Tue Jun 24 15:27:51 2014
@@ -1,6 +1,15 @@
 Release Notes 
 =============
 
+==== Jena 2.12.0
+
+Jena now requires Java7 as of this version.
+At the same time some classes and methods previous deprecated and marked
+for removal have now been removed.
++ JENA-694 : Require Java 7
++ JENA-714 : Source language upgrades 
++ JENA-726 : remove deprecated classes and methods.
+
 ==== Jena 2.11.2
 + Addition of Datatypes to SchemaGen
 

Modified: jena/trunk/jena-tdb/ReleaseNotes.txt
URL: 
http://svn.apache.org/viewvc/jena/trunk/jena-tdb/ReleaseNotes.txt?rev=1605110&r1=1605109&r2=1605110&view=diff
==============================================================================
--- jena/trunk/jena-tdb/ReleaseNotes.txt (original)
+++ jena/trunk/jena-tdb/ReleaseNotes.txt Tue Jun 24 15:27:51 2014
@@ -1,6 +1,16 @@
 ChangeLog for TDB
 =================
 
+==== TDB 1.1.0
+
+Jena now requires Java7 as of this version.
+At the same time some classes and methods previous deprecated and marked
+for removal have now been removed.
+
+QueryExecution is now AutoCloeable and can be used with try-resource.
+
++ JENA-720 : NodeId did not handle BigDecimal correctly 
+
 ==== TDB 1.0.1
 
 + JENA-550 : tdbloader2 now checks that the target location either 


Reply via email to