You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by st...@apache.org on 2004/10/20 18:45:47 UTC

svn commit: rev 55164 - in incubator/jackrabbit/trunk: . xdocs

Author: stefan
Date: Wed Oct 20 09:45:47 2004
New Revision: 55164

Modified:
   incubator/jackrabbit/trunk/ToDo.txt
   incubator/jackrabbit/trunk/xdocs/tasks.xml
Log:
updating todo/tasks list

Modified: incubator/jackrabbit/trunk/ToDo.txt
==============================================================================
--- incubator/jackrabbit/trunk/ToDo.txt	(original)
+++ incubator/jackrabbit/trunk/ToDo.txt	Wed Oct 20 09:45:47 2004
@@ -6,7 +6,7 @@
 
 - locking
 - jta support
-- access control
+- access control (jaas)
 - current persistence model (nodes and properties are stored in separate
   files) leads to *very* slow performance in a normal filesystem;
   see next issues for solutions 
@@ -24,11 +24,6 @@
     operation (move, remove, copy)
 - HierarchyManager: cache Path objects (key: ItemId, value: Path[]);
   update cache on hierarchy changes (move, hardlink, remove, etc) 
-- gracefull repository shutdown:
-  - shutdown repository
-  - close workspaces
-  - close abstract file systems (e.g. flush dirty buffers, etc.)
-  - trap JVM shutdown in RepositoryFactory? (Runtime#addShutdownHook)
 - inline @todo comments: resolve/implement
 - ItemState: hide STATUS_* flags, use set* and is* methods instead
 - javaDoc, javaDoc, javaDoc

Modified: incubator/jackrabbit/trunk/xdocs/tasks.xml
==============================================================================
--- incubator/jackrabbit/trunk/xdocs/tasks.xml	(original)
+++ incubator/jackrabbit/trunk/xdocs/tasks.xml	Wed Oct 20 09:45:47 2004
@@ -6,9 +6,6 @@
   <body>
 
     <category name="General">
-        <task creator="stefan" assignedto="all" startdate="2004/10/09" enddate="2004/10/09" effort="?" status="?">
-        	search
-        </task>
         <task creator="stefan" assignedto="" startdate="" enddate="" effort="" status="">
         	locking
         </task>
@@ -16,7 +13,7 @@
         	jta support
         </task>
         <task creator="stefan" assignedto="" startdate="" enddate="" effort="" status="">
-        	access control
+        	access control (jaas)
         </task>
         <task creator="stefan" assignedto="" startdate="" enddate="" effort="" status="">
 		current persistence model (nodes and properties are stored in separate
@@ -46,11 +43,6 @@
   		update cache on hierarchy changes (move, hardlink, remove, etc) 
         <task creator="stefan" assignedto="" startdate="" enddate="" effort="" status="">
         	inline @todo comments: resolve/implement
-        </task>
-        <task creator="stefan" assignedto="" startdate="" enddate="" effort="" status="">
-  		gracefull repository shutdown: shutdown repository, close workspaces,
-		close abstract file systems (e.g. flush dirty buffers, etc.),
-		trap JVM shutdown in RepositoryFactory (Runtime#addShutdownHook)?
         </task>
         <task creator="stefan" assignedto="" startdate="" enddate="" effort="" status="">
     		ItemState: hide STATUS_* flags, use set* and is* methods instead