-
Notifications
You must be signed in to change notification settings - Fork 355
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Remove old TEA change log [DHIS2-18477] (#19388)
* feat: Remove old TEA change log [DHIS2-18477] * feat: Remove unused tests [DHIS2-18477] * feat: Remove delete old table change log method [DHIS2-18477] * feat: Remove unused imports [DHIS2-18477] * feat: Remove incorrect deprecated annotation [DHIS2-18477] * feat: Move audit services and stores to regular package [DHIS2-18477]
- Loading branch information
Showing
35 changed files
with
302 additions
and
1,007 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ | |
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS | ||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||
*/ | ||
package org.hisp.dhis.tracker.deprecated.audit; | ||
package org.hisp.dhis.tracker.audit; | ||
|
||
import java.util.List; | ||
import org.hisp.dhis.changelog.ChangeLogType; | ||
|
@@ -36,7 +36,6 @@ | |
/** | ||
* @author Abyot Asalefew Gizaw [email protected] | ||
*/ | ||
@Deprecated(since = "2.42", forRemoval = true) | ||
public interface TrackedEntityAuditService { | ||
|
||
String ID = TrackedEntityAuditService.class.getName(); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ | |
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS | ||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||
*/ | ||
package org.hisp.dhis.tracker.deprecated.audit; | ||
package org.hisp.dhis.tracker.audit; | ||
|
||
import java.util.List; | ||
import org.hisp.dhis.trackedentity.TrackedEntityAudit; | ||
|
@@ -34,7 +34,6 @@ | |
/** | ||
* @author Abyot Asalefew Gizaw [email protected] | ||
*/ | ||
@Deprecated(since = "2.42", forRemoval = true) | ||
public interface TrackedEntityAuditStore { | ||
String ID = TrackedEntityAuditStore.class.getName(); | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.