Verifies the integrety of the projects, as builds are executed immediately after a code change was detected. This plan provides no artifiacts (use a nightly build instead).
Merge pull request #3353 from guusdk/OF-3296_Property-migration-encryption OF-3296: Ensure that 'encryption' state is retained when migrating XML properties
OF-3296: Ensure that 'encryption' state is retained when migrating XML properties
When migrating a property that's defined in `openfire.xml`, its value can be defined to be encrypted. During migration, this encrypted state must be retained in the database. Prior to this commit, this was not always the case.