Remove most of atomix.utils.* 83/104683/1
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 2 Mar 2023 00:54:33 +0000 (01:54 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Thu, 2 Mar 2023 00:57:08 +0000 (01:57 +0100)
commitaad091c6b6f05b167214f0f0091aaad5446a6715
tree16bc92cc8d23fa095301f8e39784ab581887ca2a
parent02535a343a22efabf70d36eb07a74690e5ac9d53
Remove most of atomix.utils.*

Most of the defined interfaces are not used anywhere, remove them.

JIRA: CONTROLLER-2071
Change-Id: Iffa3fc760be89752868249f7e8eb189e231f8006
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
third-party/atomix/utils/src/main/java/io/atomix/utils/ConfiguredType.java [deleted file]
third-party/atomix/utils/src/main/java/io/atomix/utils/Identifier.java [deleted file]
third-party/atomix/utils/src/main/java/io/atomix/utils/Managed.java [deleted file]
third-party/atomix/utils/src/main/java/io/atomix/utils/NamedType.java [deleted file]
third-party/atomix/utils/src/main/java/io/atomix/utils/ServiceException.java [deleted file]
third-party/atomix/utils/src/main/java/io/atomix/utils/Type.java [deleted file]
third-party/atomix/utils/src/main/java/io/atomix/utils/Version.java [deleted file]
third-party/atomix/utils/src/main/java/io/atomix/utils/serializer/Namespaces.java
third-party/atomix/utils/src/test/java/io/atomix/utils/VersionTest.java [deleted file]