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 19:51:20 UTC

[isis] 05/09: ISIS-1742: remove o.a.i.objectstore.applib.service.support.IsisJdoSupport

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 f0ae08d302481c8512ed141f8f89ba87808bbd68
Author: Dan Haywood <da...@haywood-associates.co.uk>
AuthorDate: Mon Oct 16 20:17:33 2017 +0100

    ISIS-1742: remove o.a.i.objectstore.applib.service.support.IsisJdoSupport
---
 .../jdo/applib/service/support/IsisJdoSupport.java | 28 ----------------------
 .../service/support/IsisJdoSupportImpl.java        |  2 +-
 todo-deprecation-list.txt                          | 28 ++++++++++++++--------
 3 files changed, 19 insertions(+), 39 deletions(-)

diff --git a/core/applib/src/main/java/org/apache/isis/objectstore/jdo/applib/service/support/IsisJdoSupport.java b/core/applib/src/main/java/org/apache/isis/objectstore/jdo/applib/service/support/IsisJdoSupport.java
deleted file mode 100644
index 2d50ce6..0000000
--- a/core/applib/src/main/java/org/apache/isis/objectstore/jdo/applib/service/support/IsisJdoSupport.java
+++ /dev/null
@@ -1,28 +0,0 @@
-/*
- *  Licensed to the Apache Software Foundation (ASF) under one
- *  or more contributor license agreements.  See the NOTICE file
- *  distributed with this work for additional information
- *  regarding copyright ownership.  The ASF licenses this file
- *  to you under the Apache License, Version 2.0 (the
- *  "License"); you may not use this file except in compliance
- *  with the License.  You may obtain a copy of the License at
- *
- *        http://www.apache.org/licenses/LICENSE-2.0
- *
- *  Unless required by applicable law or agreed to in writing,
- *  software distributed under the License is distributed on an
- *  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- *  KIND, either express or implied.  See the License for the
- *  specific language governing permissions and limitations
- *  under the License.
- */
-
-package org.apache.isis.objectstore.jdo.applib.service.support;
-
-/**
- * @deprecated - replaced by {@link org.apache.isis.applib.services.jdosupport.IsisJdoSupport}
- */
-@Deprecated
-public interface IsisJdoSupport extends org.apache.isis.applib.services.jdosupport.IsisJdoSupport {
-
-}
diff --git a/core/runtime/src/main/java/org/apache/isis/objectstore/jdo/datanucleus/service/support/IsisJdoSupportImpl.java b/core/runtime/src/main/java/org/apache/isis/objectstore/jdo/datanucleus/service/support/IsisJdoSupportImpl.java
index 6470720..a9a2ac5 100644
--- a/core/runtime/src/main/java/org/apache/isis/objectstore/jdo/datanucleus/service/support/IsisJdoSupportImpl.java
+++ b/core/runtime/src/main/java/org/apache/isis/objectstore/jdo/datanucleus/service/support/IsisJdoSupportImpl.java
@@ -43,13 +43,13 @@ import org.apache.isis.applib.FatalException;
 import org.apache.isis.applib.annotation.DomainService;
 import org.apache.isis.applib.annotation.NatureOfService;
 import org.apache.isis.applib.annotation.Programmatic;
+import org.apache.isis.applib.services.jdosupport.IsisJdoSupport;
 import org.apache.isis.core.metamodel.adapter.ObjectAdapter;
 import org.apache.isis.core.metamodel.adapter.mgr.AdapterManager.ConcurrencyChecking;
 import org.apache.isis.core.metamodel.services.ServicesInjector;
 import org.apache.isis.core.runtime.persistence.ObjectPersistenceException;
 import org.apache.isis.core.runtime.system.persistence.PersistenceSession;
 import org.apache.isis.core.runtime.system.session.IsisSessionFactory;
-import org.apache.isis.objectstore.jdo.applib.service.support.IsisJdoSupport;
 
 
 /**
diff --git a/todo-deprecation-list.txt b/todo-deprecation-list.txt
index 5b77fbe..05ca6eb 100644
--- a/todo-deprecation-list.txt
+++ b/todo-deprecation-list.txt
@@ -24,13 +24,12 @@ org.apache.isis.core.objectstore.jdo.applib.annotations - remove package entirel
     Auditable.java - use @DomainObject(audited=...) instead.
 org.apache.isis.objectstore.jdo.applib
     Auditable.java - use @DomainObject(audited=...) instead.
+
 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
-    Util.java - remove
-org.apache.isis.objectstore.jdo.applib.service.support
-    IsisJdoSupport.java - replaced by org.apache.isis.applib.services.jdosupport.IsisJdoSupport
+
 
 
 
@@ -420,12 +419,6 @@ org.apache.isis.applib.services.metamodel
 
 
 
-org.apache.isis.viewer.restfulobjects.rendering.service.conmap.ContentMappingService
-    - replaced by non-applib
-
-org.apache.isis.viewer.restfulobjects.rendering.service.RepresentationServiceForRestfulObjects
-    - unused
-
 org.apache.isis.applib.services.publish - remove classes pertaining to original PublishingService (payload factories etc).
     EventMetadata.java - remove class
     EventType.java - remove class
@@ -476,4 +469,19 @@ org.apache.isis.applib
 
 org.apache.isis.objectstore.jdo.applib.service
 
-    deletes Util ... with no replacement
\ No newline at end of file
+    deletes Util ... with no replacement
+
+
+
+
+org.apache.isis.objectstore.jdo.applib.service.support
+    IsisJdoSupport.java - replaced by org.apache.isis.applib.services.jdosupport.IsisJdoSupport
+
+
+
+org.apache.isis.viewer.restfulobjects.rendering.service.conmap.ContentMappingService
+    - replaced by non-applib
+
+org.apache.isis.viewer.restfulobjects.rendering.service.RepresentationServiceForRestfulObjects
+    - unused
+

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