Admin API will be changing in the 6.2 release of the project. There are
couple different major changes and some minor changes involving the
Admin API.
1) Previously the "embedded" and "server" runtimes defined and
implemented slightly different Admin API methods, which were derived
from a common set of interfaces. Starting with 6.2, these both APIs will
be combined into single API, that covers both runtime modes.
2) The package name for the API is changed to "org.teiid.adminapi"
3) There will be some minor changes in terms of API methods itself.
Please note that we are very cautious about changes here, to keep the
backwards compatibility.
Any management tools using the Admin API, need to update their code to
the latest API to be compatible with 6.2 version.
Please let us know if you have any questions.
Ramesh..