Task #2001
closedUpgrade module dependency on core to version 10.0.0
100%
Updated by Peter Štrunc almost 5 years ago
- Status changed from New to Needs feedback
- Assignee changed from Peter Štrunc to Radek Tomiška
- % Done changed from 0 to 70
I upgraded the module using this guide https://github.com/bcvsolutions/CzechIdMng/blob/develop/MIGRATION.md. I also fixed some sonar bugs and renamed module to idm-extras.
All code is in develop branch.
@tomiskar would you please review changes that i did? Thanks
Updated by Radek Tomiška almost 5 years ago
- Status changed from Needs feedback to In Progress
- Assignee changed from Radek Tomiška to Peter Štrunc
- % Done changed from 70 to 90
I did code review for migration and install module into CzechIdM 10, module is available, thx!
Thx, for renaming module. Could you please provide a change log (just for sure for all projects using extras module)?
Just minors:
- application-test.properties should be renamed to application.properties, see https://github.com/bcvsolutions/CzechIdMng/blob/develop/MIGRATION.md#test-profile-properties
- a lot of warning is present in module (forgotten imports, xsd for scripts, templates and workflow can be added (see archetype or example)).
- old version of CzechIdM is forgotten in readme :)
- frontend sources is missing (see pwdreset module pom as example or here https://wiki.czechidm.com/priv/vlastnik_modulu#doporucene_nastaveni_modulu) ... module doesn't contain FE sources for now, but can be added in future :)
Updated by Peter Štrunc almost 5 years ago
- Status changed from In Progress to Closed
- % Done changed from 90 to 100
I fixed the remaining stuff.
Version released - closing issue