Hello, While testing migration of various projects to Ivy 6.0, I encountered a problem with a method that does not exist anymore.
In the previous code, the method MetaData.getProcessElement() is not found. By looking in Ivy 5.1.7, it was implemented as:
Now the method has been removed, and a new method getProcessElementId() was added, but with a new signature:
I didn't found this change in the migration documentation. Can I know the reason for removing the previous method and what are the alternative in order to get the current process name? Thanks. asked 14.12.2015 at 15:03 A1234 |
This is internal API which was never meant to be used by project implementors, thats why nothing is mentioned in the migration notes. If you really need the name of the process resource you can use this API.
of course this new API is internal as well. the API can change in the future! answered 14.12.2015 at 15:40 Reguel Werme... ♦♦ |
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Tags:
Asked: 14.12.2015 at 15:03
Seen: 1,597 times
Last updated: 15.12.2015 at 12:44