API changes in AEM 5.6
hi all,
is cq providing documentation related api changes previous versions of cq - cq 5.6.
example:
[1]
com.day.cq.workflow
[2]
com.adobe.granite.workflow
api [1] has been replaced [2] in aem 5.6.
siva
i've found following link has api differences b/t cq5.5 & 5.6
http://dev.day.com/docs/en/cq/current/diff-previous/changes.html
the above has list of apis removed, added & changed. concern is, have developed few workflows in cq 5.5 , migrating cq 5.6.
example 1:
[1] com.day.cq.workflow.workflowsession;
[2] com.adobe.granite.workflow.workflowsession;
document says, [1] has been replaced [2] in 5.6. still [1] works in 5.6. if go update [1] [2]: getsession() method removed in 5.6 version.. i've used in several places in cq5.5 workflow process.
how can jcr session in workflow + cq5.6.. need check how can jcr session in 5.6.
example 2:
[1] com.day.cq.workflow.exec.participantstepchooser;
[2] com.adobe.granite.workflow.exec.participantstepchooser;
in case participant chooser not work, if don't update [1] [2] in 5.6.
so what's best approach migrate?
thanks
siva
More discussions in Archived Spaces
adobe
Comments
Post a Comment