API Compatibility changes in 7.1.9 SP1 for Atlas
Removed or Modified APIs in CDP 7.1.9 SP1 for Atlas and recommendations for how to handle them.
Apache Version of Atlas in 7.1.9 was 3.0.0 and Apache Version of Atlas in 7.1.9 SP1 is 3.0.0
Removed APIs in 7.1.9 SP1
The following APIs are no longer available for Atlas in CDP 7.1.9 SP1
AtlasClientV2.'<init>'
The method isn't removed, but modified to include a different parameter.Change was done as part of Jersey Upgrade to 2.0, not yet merged in Apache
- Package Name
- org.apache.atlas
- Effect
- The method isn't removed
- Reason for change
- but modified to include a different parameter.Change was done as part of Jersey Upgrade to 2.0
- Recommendation
- not yet merged in Apache.
- Recompilation Required?
- The client application needs to pass WebTarget from jersey 2.0 object as argument instead from WebResource of jersey 1.0
Modified APIs in 7.1.9 SP1
The following APIs have been modified for Atlas and include a description of the impact of the modifiaction on their use.
AdminResource.deleteRule
The method was not removed, rather modified to return the list of deleted rules and the API path was changed because it was conflicting with other API path, which was added in this release (ATLAS-4797)
- Package Name
- org.apache.atlas.web.resources
- Effect
- Any client application invoking this API needs to update the API path and if required, they can use the response object
- Reason for change
- Yes
- Recommendation
- The method was not removed
- Recompilation Required?
- rather modified to return the list of deleted rules and the API path was changed because it was conflicting with other API path