You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by da...@apache.org on 2013/03/20 06:54:45 UTC

svn commit: r1458647 - /db/derby/code/trunk/published_api_overview.html

Author: dag
Date: Wed Mar 20 05:54:44 2013
New Revision: 1458647

URL: http://svn.apache.org/r1458647
Log:
DERBY-6090 Package javadoc publishedapi/jdbc4/index.html

Committed patch but also merging in Rick's changes in
http://svn.apache.org/viewvc?view=revision&revision=r1458262 and
adding a paragraph as suggested by Knut.


Modified:
    db/derby/code/trunk/published_api_overview.html

Modified: db/derby/code/trunk/published_api_overview.html
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/published_api_overview.html?rev=1458647&r1=1458646&r2=1458647&view=diff
==============================================================================
--- db/derby/code/trunk/published_api_overview.html (original)
+++ db/derby/code/trunk/published_api_overview.html Wed Mar 20 05:54:44 2013
@@ -18,8 +18,13 @@
 Apache Derby is a pure Java, standards-based relational database engine.
 Derby provides an easy to use data management solution for
 software developers with zero administration for end users.
-Derby runs on Java SE 5 and higher with JDBC 3.0, 4.0, 4.1, and
-4.2. Derby also supports CDC/Foundation Profile 1.1.
+<p>
+Derby runs on any Java SE 5 platform or higher with JDBC 3.0, 4.0, 4.1,
+and 4.2 and also supports Java ME/CDC/Foundation Profile 1.1 with JDBC
+through JSR 169. For Java 8, Derby can also run on constrained devices
+with a runtime as specified by OpenJDK JEP 161, i.e. Compact Profile 2
+or higher.
+</p>
 Derby's database format is platform independent allowing databases to be copied to
 any machine type.
 <P>