You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2017/10/16 20:34:48 UTC

[isis] 03/04: ISIS-1742: tidying up todo-deprecation-list.txt

This is an automated email from the ASF dual-hosted git repository.

danhaywood pushed a commit to branch dev/2.0.0/ISIS-1742-remove-deprecations
in repository https://gitbox.apache.org/repos/asf/isis.git

commit 8a7063a1628bc0b47738e741d8bc738bed6307d9
Author: Dan Haywood <da...@haywood-associates.co.uk>
AuthorDate: Mon Oct 16 21:06:05 2017 +0100

    ISIS-1742: tidying up todo-deprecation-list.txt
---
 todo-deprecation-list.txt | 25 +++++++++----------------
 1 file changed, 9 insertions(+), 16 deletions(-)

diff --git a/todo-deprecation-list.txt b/todo-deprecation-list.txt
index eab3a09..79d89f9 100644
--- a/todo-deprecation-list.txt
+++ b/todo-deprecation-list.txt
@@ -7,7 +7,6 @@ TO REMOVE:
 
 
 
-
 org.apache.isis.applib.clock
     Clock
 
@@ -19,24 +18,11 @@ org.apache.isis.applib.services.memento  (19 usages found)
 
 
 
-org.apache.isis.objectstore.jdo.applib.service
-    DomainChangeJdoAbstract.java - move to incode platform
-    JdoColumnLength.java - remove class (all constants defined in other classes)
-                         - https://github.com/apache/isis/blob/rel/isis-1.15.1/core/applib/src/main/java/org/apache/isis/objectstore/jdo/applib/service/JdoColumnLength.java
-
-
-
-
 
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
 
-Notes:
-
-sometimes there are multiple versions of a type, eg BookmarkService2 and BookmarkService, where BookmarkService2 extends BookmarkService.  In these cases, suggest pull up the methods from the subtype(s) into the supertype, and then delete those subtypes... ie we end up with a new expanded version of BookmarkService.
-
-
 Also propose:
     make AppManifest mandatory
 
@@ -471,8 +457,15 @@ org.apache.isis.applib
 
 
 org.apache.isis.objectstore.jdo.applib.service
-
-    deletes Util ... with no replacement
+    DomainChangeJdoAbstract.java
+        - deleted, not replacement (used only by incode platform)
+        - https://github.com/apache/isis/blob/rel/isis-1.15.1/core/applib/src/main/java/org/apache/isis/objectstore/jdo/applib/service/DomainChangeJdoAbstract.java
+    JdoColumnLength.java
+        - ditto
+        - https://github.com/apache/isis/blob/rel/isis-1.15.1/core/applib/src/main/java/org/apache/isis/objectstore/jdo/applib/service/JdoColumnLength.java
+    Util.java
+        - ditto
+        - https://github.com/apache/isis/blob/rel/isis-1.15.1/core/applib/src/main/java/org/apache/isis/objectstore/jdo/applib/service/Util.java
 
 
 org.apache.isis.core.objectstore.jdo.applib.annotations - remove package entirely

-- 
To stop receiving notification emails like this one, please contact
"commits@isis.apache.org" <co...@isis.apache.org>.