001package org.opends.messages; 002 003import org.forgerock.i18n.LocalizableMessageDescriptor; 004 005/** 006 * This file contains localizable message descriptors having the resource 007 * name {@code org.opends.messages.version}. This file was generated 008 * automatically by the {@code i18n-maven-plugin} from the property file 009 * {@code org/opends/messages/version.properties} and it should not be manually edited. 010 */ 011public final class VersionMessages { 012 // The name of the resource bundle. 013 private static final String RESOURCE = "org.opends.messages.version"; 014 015 // Prevent instantiation. 016 private VersionMessages() { 017 // Do nothing. 018 } 019 020 /** 021 * Returns the name of the resource associated with the messages contained 022 * in this class. The resource name may be used for obtaining named loggers, 023 * e.g. using SLF4J's {@code org.slf4j.LoggerFactory#getLogger(String name)}. 024 * 025 * @return The name of the resource associated with the messages contained 026 * in this class. 027 */ 028 public static String resourceName() { 029 return RESOURCE; 030 } 031 032 /** 033 * With this upgrade, the Berkeley DB Java Edition JAR will be upgraded to version 3.2.13 which introduces incompatibilities to the data format. Consequently if at a later time you wish to revert this installation to its prior version you will have to export the data from this server and reimport it once the reversion has finished 034 */ 035 public static final LocalizableMessageDescriptor.Arg0 INFO_890_UPGRADE = 036 new LocalizableMessageDescriptor.Arg0(VersionMessages.class, RESOURCE, "INFO_890_UPGRADE_1", 1); 037 038 /** 039 * With this reversion, the Berkeley DB Java Edition JAR will be downgraded to an older version which uses a different data format than the current version. In order to revert this server you will have to export the data from this server and reimport it after the reversion has finished 040 */ 041 public static final LocalizableMessageDescriptor.Arg0 INFO_890_REVERSION = 042 new LocalizableMessageDescriptor.Arg0(VersionMessages.class, RESOURCE, "INFO_890_REVERSION_2", 2); 043 044 /** 045 * This upgrade introduces improvements to the data format which are not backward compatible with the current version. Consequently if at a later time you wish to revert this installation to its prior version you will have to export the data from this server and reimport it once the reversion has finished 046 */ 047 public static final LocalizableMessageDescriptor.Arg0 INFO_1582_UPGRADE = 048 new LocalizableMessageDescriptor.Arg0(VersionMessages.class, RESOURCE, "INFO_1582_UPGRADE_3", 3); 049 050 /** 051 * With this reversion the data format used to store data by the server will be reverted to a prior version. In order to revert this server you will have to export the data from this server and reimport it after the reversion has finished 052 */ 053 public static final LocalizableMessageDescriptor.Arg0 INFO_1582_REVERSION = 054 new LocalizableMessageDescriptor.Arg0(VersionMessages.class, RESOURCE, "INFO_1582_REVERSION_4", 4); 055 056 /** 057 * This upgrade introduces improvements to the data format which are not backward compatible with the current version. Consequently if at a later time you wish to revert this installation to its prior version you will have to export the data from this server and reimport it once the reversion has finished 058 */ 059 public static final LocalizableMessageDescriptor.Arg0 INFO_2049_UPGRADE = 060 new LocalizableMessageDescriptor.Arg0(VersionMessages.class, RESOURCE, "INFO_2049_UPGRADE_5", 5); 061 062 /** 063 * With this reversion the data format used to store data by the server will be reverted to a prior version. In order to revert this server you will have to export the data from this server and reimport it after the reversion has finished 064 */ 065 public static final LocalizableMessageDescriptor.Arg0 INFO_2049_REVERSION = 066 new LocalizableMessageDescriptor.Arg0(VersionMessages.class, RESOURCE, "INFO_2049_REVERSION_6", 6); 067 068 /** 069 * This upgrade introduces an incompatible property change for the default password storage scheme and deprecated password storage schemes associated with a password policy. The schemes are now referenced by DN rather than by name. Upgrade is not possible because the scheme name cannot be automatically translated into a DN 070 */ 071 public static final LocalizableMessageDescriptor.Arg0 INFO_2974_UPGRADE = 072 new LocalizableMessageDescriptor.Arg0(VersionMessages.class, RESOURCE, "INFO_2974_UPGRADE_7", 7); 073 074 /** 075 * It is not possible to revert to a revision before 2974 because the default password storage scheme and deprecated password storage scheme references in the password policy have been converted from names to DNs, and it is not possible to revert from the DN back to the scheme name 076 */ 077 public static final LocalizableMessageDescriptor.Arg0 INFO_2974_REVERSION = 078 new LocalizableMessageDescriptor.Arg0(VersionMessages.class, RESOURCE, "INFO_2974_REVERSION_8", 8); 079 080 /** 081 * This upgrade introduces a new security framework that is not backwards compatible. Upgrade is not possible 082 */ 083 public static final LocalizableMessageDescriptor.Arg0 INFO_3294_UPGRADE = 084 new LocalizableMessageDescriptor.Arg0(VersionMessages.class, RESOURCE, "INFO_3294_UPGRADE_9", 9); 085 086 /** 087 * The revision 3294 introduces a new security framework. Revert is not possible 088 */ 089 public static final LocalizableMessageDescriptor.Arg0 INFO_3294_REVERSION = 090 new LocalizableMessageDescriptor.Arg0(VersionMessages.class, RESOURCE, "INFO_3294_REVERSION_10", 10); 091 092 /** 093 * This upgrade introduces a change in the backend configuration that is not backwards compatible. Upgrade is not possible 094 */ 095 public static final LocalizableMessageDescriptor.Arg0 INFO_3708_UPGRADE = 096 new LocalizableMessageDescriptor.Arg0(VersionMessages.class, RESOURCE, "INFO_3708_UPGRADE_11", 11); 097 098 /** 099 * The revision 3294 introduces a change in the backend configuration. Revert is not possible 100 */ 101 public static final LocalizableMessageDescriptor.Arg0 INFO_3708_REVERSION = 102 new LocalizableMessageDescriptor.Arg0(VersionMessages.class, RESOURCE, "INFO_3708_REVERSION_12", 12); 103 104 /** 105 * This change introduces a change to the way in which distinguished names are normalized. In order to upgrade this server you will have to export the data from this server and reimport it after the upgrade has finished 106 */ 107 public static final LocalizableMessageDescriptor.Arg0 INFO_3873_UPGRADE = 108 new LocalizableMessageDescriptor.Arg0(VersionMessages.class, RESOURCE, "INFO_3873_UPGRADE_13", 13); 109 110 /** 111 * With this reversion the normalized form of distinguished names will be reverted to a prior version. In order to revert this server you will have to export the data from this server and reimport it after the reversion has finished 112 */ 113 public static final LocalizableMessageDescriptor.Arg0 INFO_3873_REVERSION = 114 new LocalizableMessageDescriptor.Arg0(VersionMessages.class, RESOURCE, "INFO_3873_REVERSION_14", 14); 115 116 /** 117 * The revision 5134 introduces a change to the way in which certain matching rules normalize an attribute or assertion value. In order to upgrade this server you will have to export the data from this server and reimport it after the upgrade has finished 118 */ 119 public static final LocalizableMessageDescriptor.Arg0 INFO_5134_UPGRADE = 120 new LocalizableMessageDescriptor.Arg0(VersionMessages.class, RESOURCE, "INFO_5134_UPGRADE_15", 15); 121 122 /** 123 * With this reversion the normalization of attribute or assertion value will be reverted to a prior version. In order to revert this server you will have to export the data from this server and reimport it after the reversion has finished 124 */ 125 public static final LocalizableMessageDescriptor.Arg0 INFO_5134_REVERSION = 126 new LocalizableMessageDescriptor.Arg0(VersionMessages.class, RESOURCE, "INFO_5134_REVERSION_16", 16); 127 128 /** 129 * Reversion from version 2.0 to a previous version is not supported 130 */ 131 public static final LocalizableMessageDescriptor.Arg0 INFO_5278_REVERSION = 132 new LocalizableMessageDescriptor.Arg0(VersionMessages.class, RESOURCE, "INFO_5278_REVERSION_17", 17); 133 134 /** 135 * The revision 7635 introduces a change to the way in which the 'ds-sync-hist' attribute is normalized for indexing. In order to complete the upgrade of this server you will have to manually rebuild the 'ds-sync-hist' attribute index after the upgrade has finished 136 */ 137 public static final LocalizableMessageDescriptor.Arg0 INFO_7635_UPGRADE = 138 new LocalizableMessageDescriptor.Arg0(VersionMessages.class, RESOURCE, "INFO_7635_UPGRADE_18", 18); 139 140 /** 141 * With this reversion the normalization of the 'ds-sync-hist' attribute will be reverted to the prior version. In order to complete the reversion of this server you will need to start the server and then perform an online rebuild of the 'ds-sync-hist' index 142 */ 143 public static final LocalizableMessageDescriptor.Arg0 INFO_7635_REVERSION = 144 new LocalizableMessageDescriptor.Arg0(VersionMessages.class, RESOURCE, "INFO_7635_REVERSION_19", 19); 145 146}