Deprecate createTableWithIndices
As noted in #8, version 2.20.86+ of the official SDK now duplicates the functionality of the createTableWithIndices
extension method provided by this module. As a result, version 2.20.86
is now the minimum supported version, and the createTableWithIndices
method is now deprecated.
While this module is built with java 8, only 11 and 17 are officially supported. This change comes due to flakiness when running java 8 on osx.