Deprecate SchemaNode.getPath() for removal

Description

Once all other issues have been resolved and we are ready to start removal of getPath(), change its definition to:

@Deprecated(forRemoval = true) default getPath() { throw new UnsupportedOperationException(getClass() + " does not provide SchemaPath"); }

Activity

Show:
Done

Details

Assignee

Reporter

Components

Fix versions

Priority

Created January 15, 2020 at 8:45 PM
Updated August 29, 2021 at 7:19 PM
Resolved August 29, 2021 at 7:19 PM