OPENDJ-1545 Remove Workflow, NetworkGroups and related attempts at building a proxy
Removed org.opends.server.api.Extension.
We are fully open source we do not need to support closed source extensions.
Created an upgrade task to remove "dn: cn=Extensions,cn=config" from config.ldif.
| | |
| | | INFO_UPGRADE_TASK_11260_SUMMARY_10035=OpenDJ 3.0.0 changed the matching rule implementations. \ |
| | | All indexes have to be rebuilt. This could take a long time to proceed. \ |
| | | Do you want to launch this process automatically at the end of the upgrade? |
| | | INFO_UPGRADE_TASK_11339_1_SUMMARY_10036=Removing config for 'Extensions' |
| | |
| | | register("3.0.0.11239", |
| | | deleteConfigEntry(INFO_UPGRADE_TASK_11239_1_SUMMARY.get(), |
| | | "dn: cn=Network Group,cn=Plugins,cn=config")); |
| | | register("3.0.0.11339", |
| | | deleteConfigEntry(INFO_UPGRADE_TASK_11339_1_SUMMARY.get(), |
| | | "dn: cn=Extensions,cn=config")); |
| | | |
| | | /** See OPENDJ-1637 */ |
| | | register("3.0.0.11260", |