cancel
Showing results for 
Search instead for 
Did you mean: 

Tool to compare two SAPUI5 versions to check for deprecated objects?

BrendanFarthing
Participant

Hi,

Does anyone know of an automated tool for comparing two different SAPUI5 versions, specifically to look for what has been deprecated between those two versions? I don't want to do this manually by comparing documentation as it would be too time consuming.

For example, we would like to upgrade the SAPUI5 version we use from 1.84.27 to the latest 1.96.xx version and want to know what has been deprecated between those two versions so we can look for those APIs, Controls etc in all of our apps and adjust the code. We'd like to do that rather than just having user's test and hope they find all issues. Users would also test, but they may miss things, hence wanting to do this also in a more controlled way.

Note that i also played around with the UI5 Support Assistant but it doesn't seen useful enough for this task.

Thanks,

Brendan

View Entire Topic
Marian_Zeis
Active Contributor

Hi Brendan,

this has always bugged me too and wanted to write a fast UI5 app to show the differences between UI5 versions.

I quickly wrote something that can help:

https://marianfoo.github.io/ui5-lib-diff/

Feel free to give feedback

BrendanFarthing
Participant
0 Kudos

Hi Marian,

I just had a quick look at your tool. That's nice! That's closer to the type of tool I was looking for.

I'll have a more detailed look and give you any feedback I have.

Regards,

Brendan

philipdavy
Contributor
0 Kudos

20eed143c19f4b82bc4cf049916102cb

Is the code for this project available as open source in Github ?