|
Change Parameter Type currentVersion : int to currentVersion : SchemaVersion in method public InMemorySchemaDAO(currentVersion SchemaVersion) in class org.apache.james.backends.cassandra.migration.CassandraMigrationServiceTest.InMemorySchemaDAO |
From |
To |
|
Change Parameter Type newVersion : int to newVersion : SchemaVersion in method public updateVersion(newVersion SchemaVersion) : CompletableFuture<Void> in class org.apache.james.backends.cassandra.migration.CassandraMigrationServiceTest.InMemorySchemaDAO |
From |
To |
|
Change Parameter Type newVersion : int to newVersion : SchemaVersion in method public upgradeToVersion(newVersion SchemaVersion) : Migration in class org.apache.james.backends.cassandra.migration.CassandraMigrationService |
From |
To |
|
Change Parameter Type version : Integer to version : SchemaVersion in method private toMigration(version SchemaVersion) : Migration in class org.apache.james.backends.cassandra.migration.CassandraMigrationService |
From |
To |
|
Change Parameter Type toVersion : int to toVersion : SchemaVersion in method public Details(toVersion SchemaVersion) in class org.apache.james.backends.cassandra.migration.MigrationTask.Details |
From |
To |
|
Change Parameter Type newVersion : Integer to newVersion : SchemaVersion in method private failureMessage(newVersion SchemaVersion) : String in class org.apache.james.backends.cassandra.migration.CassandraMigrationService |
From |
To |
|
Change Parameter Type newVersion : int to newVersion : SchemaVersion in method public updateVersion(newVersion SchemaVersion) : CompletableFuture<Void> in class org.apache.james.backends.cassandra.versions.CassandraSchemaVersionDAO |
From |
To |
|
Change Parameter Type latestVersion : int to latestVersion : SchemaVersion in method public CassandraMigrationService(schemaVersionDAO CassandraSchemaVersionDAO, allMigrationClazz Map<SchemaVersion,Migration>, latestVersion SchemaVersion) in class org.apache.james.backends.cassandra.migration.CassandraMigrationService |
From |
To |
|
Change Parameter Type allMigrationClazz : Map<Integer,Migration> to allMigrationClazz : Map<SchemaVersion,Migration> in method public CassandraMigrationService(schemaVersionDAO CassandraSchemaVersionDAO, allMigrationClazz Map<SchemaVersion,Migration>, latestVersion SchemaVersion) in class org.apache.james.backends.cassandra.migration.CassandraMigrationService |
From |
To |
|
Change Parameter Type newVersion : int to newVersion : SchemaVersion in method private throwMigrationException(newVersion SchemaVersion) : void in class org.apache.james.backends.cassandra.migration.CassandraMigrationService |
From |
To |
|
Change Parameter Type newVersion : int to newVersion : SchemaVersion in method private assertMigrationNeeded(newVersion SchemaVersion, currentVersion SchemaVersion) : void in class org.apache.james.backends.cassandra.migration.CassandraMigrationService |
From |
To |
|
Change Parameter Type toVersion : int to toVersion : SchemaVersion in method public MigrationTask(migration Migration, toVersion SchemaVersion) in class org.apache.james.backends.cassandra.migration.MigrationTask |
From |
To |
|
Change Parameter Type currentVersion : int to currentVersion : SchemaVersion in method private assertMigrationNeeded(newVersion SchemaVersion, currentVersion SchemaVersion) : void in class org.apache.james.backends.cassandra.migration.CassandraMigrationService |
From |
To |
|
Change Parameter Type versionNumber : Integer to versionNumber : SchemaVersion in method private validateVersionNumber(versionNumber SchemaVersion) : SchemaVersion in class org.apache.james.backends.cassandra.migration.CassandraMigrationService |
From |
To |
|
Change Return Type int to SchemaVersion in method public getValue() : SchemaVersion in class org.apache.james.webadmin.dto.CassandraVersionRequest |
From |
To |
|
Change Return Type int to SchemaVersion in method public getMaximumSupportedVersion() : SchemaVersion in class org.apache.james.backends.cassandra.versions.CassandraSchemaVersionManager |
From |
To |
|
Change Return Type Optional<Integer> to Optional<SchemaVersion> in method public getCurrentVersion() : Optional<SchemaVersion> in class org.apache.james.backends.cassandra.migration.CassandraMigrationService |
From |
To |
|
Change Return Type CompletableFuture<Optional<Integer>> to CompletableFuture<Optional<SchemaVersion>> in method public getCurrentSchemaVersion() : CompletableFuture<Optional<SchemaVersion>> in class org.apache.james.backends.cassandra.versions.CassandraSchemaVersionDAO |
From |
To |
|
Change Return Type Optional<Object> to Optional<TaskExecutionDetails.AdditionalInformation> in method public details() : Optional<TaskExecutionDetails.AdditionalInformation> in class org.apache.james.backends.cassandra.migration.MigrationTask |
From |
To |
|
Change Return Type int to SchemaVersion in method public computeVersion() : SchemaVersion in class org.apache.james.backends.cassandra.versions.CassandraSchemaVersionManager |
From |
To |
|
Change Return Type Integer to SchemaVersion in method private validateVersionNumber(versionNumber SchemaVersion) : SchemaVersion in class org.apache.james.backends.cassandra.migration.CassandraMigrationService |
From |
To |
|
Change Return Type Optional<Integer> to Optional<SchemaVersion> in method public getLatestVersion() : Optional<SchemaVersion> in class org.apache.james.backends.cassandra.migration.CassandraMigrationService |
From |
To |
|
Change Return Type int to SchemaVersion in method public getMinimumSupportedVersion() : SchemaVersion in class org.apache.james.backends.cassandra.versions.CassandraSchemaVersionManager |
From |
To |
|
Change Return Type CompletableFuture<Optional<Integer>> to CompletableFuture<Optional<SchemaVersion>> in method public getCurrentSchemaVersion() : CompletableFuture<Optional<SchemaVersion>> in class org.apache.james.backends.cassandra.migration.CassandraMigrationServiceTest.InMemorySchemaDAO |
From |
To |
|
Change Variable Type allMigrationClazz : Map<Integer,Migration> to allMigrationClazz : Map<SchemaVersion,Migration> in method public partialMigrationShouldThrow() : void in class org.apache.james.backends.cassandra.migration.CassandraMigrationServiceTest |
From |
To |
|
Change Variable Type allMigrationClazz : Map<Integer,Migration> to allMigrationClazz : Map<SchemaVersion,Migration> in method public upgradeToVersionShouldThrowOnMissingVersion() : void in class org.apache.james.backends.cassandra.migration.CassandraMigrationServiceTest |
From |
To |
|
Change Variable Type allMigrationClazz : Map<Integer,Migration> to allMigrationClazz : Map<SchemaVersion,Migration> in method public setUp() : void in class org.apache.james.backends.cassandra.migration.CassandraMigrationServiceTest |
From |
To |
|
Change Variable Type currentVersion : int to currentVersion : SchemaVersion in method public computeSchemaStateShouldReturnUpToDateWhenVersionEqualsMaxVersion() : void in class org.apache.james.backends.cassandra.versions.CassandraSchemaVersionManagerTest |
From |
To |
|
Change Variable Type allMigrationClazz : Map<Integer,Migration> to allMigrationClazz : Map<SchemaVersion,Migration> in method public upgradeToVersionShouldUpdateIntermediarySuccessfulMigrationsInCaseOfError() : void in class org.apache.james.backends.cassandra.migration.CassandraMigrationServiceTest |
From |
To |
|
Change Variable Type currentVersion : int to currentVersion : SchemaVersion in method private toMigration(version SchemaVersion) : Migration in class org.apache.james.backends.cassandra.migration.CassandraMigrationService |
From |
To |
|
Change Variable Type version : int to version : SchemaVersion in method public computeSchemaState() : SchemaState in class org.apache.james.backends.cassandra.versions.CassandraSchemaVersionManager |
From |
To |
|
Change Variable Type currentVersion : int to currentVersion : SchemaVersion in method public upgradeToVersion(newVersion SchemaVersion) : Migration in class org.apache.james.backends.cassandra.migration.CassandraMigrationService |
From |
To |
|
Change Variable Type allMigrationClazz : Map<Integer,Migration> to allMigrationClazz : Map<SchemaVersion,Migration> in method private createServer() : void in class org.apache.james.webadmin.routes.CassandraMigrationRoutesTest |
From |
To |
|
Change Variable Type allMigrationClazz : Map<Integer,Migration> to allMigrationClazz : Map<SchemaVersion,Migration> in method public partialMigrationShouldAbortMigrations() : void in class org.apache.james.backends.cassandra.migration.CassandraMigrationServiceTest |
From |
To |
|
Change Variable Type allMigrationClazzBinder : MapBinder<Integer,Migration> to allMigrationClazzBinder : MapBinder<SchemaVersion,Migration> in method protected configure() : void in class org.apache.james.modules.server.CassandraRoutesModule |
From |
To |
|
Change Attribute Type LATEST_VERSION : int to LATEST_VERSION : SchemaVersion in class org.apache.james.backends.cassandra.migration.CassandraMigrationServiceTest |
From |
To |
|
Change Attribute Type FROM_V4_TO_V5 : int to FROM_V4_TO_V5 : SchemaVersion in class org.apache.james.modules.server.CassandraRoutesModule |
From |
To |
|
Change Attribute Type toVersion : int to toVersion : SchemaVersion in class org.apache.james.backends.cassandra.migration.MigrationTask |
From |
To |
|
Change Attribute Type MIN_VERSION : int to MIN_VERSION : SchemaVersion in class org.apache.james.backends.cassandra.versions.CassandraSchemaVersionManager |
From |
To |
|
Change Attribute Type OLDER_VERSION : Integer to OLDER_VERSION : SchemaVersion in class org.apache.james.webadmin.routes.CassandraMigrationRoutesTest |
From |
To |
|
Change Attribute Type maxVersion : int to maxVersion : SchemaVersion in class org.apache.james.backends.cassandra.versions.CassandraSchemaVersionManager |
From |
To |
|
Change Attribute Type FROM_V2_TO_V3 : int to FROM_V2_TO_V3 : SchemaVersion in class org.apache.james.modules.server.CassandraRoutesModule |
From |
To |
|
Change Attribute Type allMigrationClazz : Map<Integer,Migration> to allMigrationClazz : Map<SchemaVersion,Migration> in class org.apache.james.backends.cassandra.migration.CassandraMigrationService |
From |
To |
|
Change Attribute Type latestVersion : int to latestVersion : SchemaVersion in class org.apache.james.backends.cassandra.migration.CassandraMigrationService |
From |
To |
|
Change Attribute Type OLDER_VERSION : int to OLDER_VERSION : SchemaVersion in class org.apache.james.backends.cassandra.migration.CassandraMigrationServiceTest |
From |
To |
|
Change Attribute Type minVersion : int to minVersion : SchemaVersion in class org.apache.james.backends.cassandra.versions.CassandraSchemaVersionManagerTest |
From |
To |
|
Change Attribute Type currentVersion : int to currentVersion : SchemaVersion in class org.apache.james.backends.cassandra.migration.CassandraMigrationServiceTest.InMemorySchemaDAO |
From |
To |
|
Change Attribute Type LATEST_VERSION : Integer to LATEST_VERSION : SchemaVersion in class org.apache.james.webadmin.routes.CassandraMigrationRoutesTest |
From |
To |
|
Change Attribute Type DEFAULT_VERSION : int to DEFAULT_VERSION : SchemaVersion in class org.apache.james.backends.cassandra.versions.CassandraSchemaVersionManager |
From |
To |
|
Change Attribute Type toVersion : int to toVersion : SchemaVersion in class org.apache.james.backends.cassandra.migration.MigrationTask.Details |
From |
To |
|
Change Attribute Type FROM_V3_TO_V4 : int to FROM_V3_TO_V4 : SchemaVersion in class org.apache.james.modules.server.CassandraRoutesModule |
From |
To |
|
Change Attribute Type MAX_VERSION : int to MAX_VERSION : SchemaVersion in class org.apache.james.CassandraVersionCheckingTest |
From |
To |
|
Change Attribute Type maxVersion : int to maxVersion : SchemaVersion in class org.apache.james.backends.cassandra.versions.CassandraSchemaVersionManagerTest |
From |
To |
|
Change Attribute Type CURRENT_VERSION : Integer to CURRENT_VERSION : SchemaVersion in class org.apache.james.webadmin.routes.CassandraMigrationRoutesTest |
From |
To |
|
Change Attribute Type INTERMEDIARY_VERSION : int to INTERMEDIARY_VERSION : SchemaVersion in class org.apache.james.backends.cassandra.migration.CassandraMigrationServiceTest |
From |
To |
|
Change Attribute Type MIN_VERSION : int to MIN_VERSION : SchemaVersion in class org.apache.james.CassandraVersionCheckingTest |
From |
To |
|
Change Attribute Type MAX_VERSION : int to MAX_VERSION : SchemaVersion in class org.apache.james.backends.cassandra.versions.CassandraSchemaVersionManager |
From |
To |
|
Change Attribute Type CURRENT_VERSION : int to CURRENT_VERSION : SchemaVersion in class org.apache.james.backends.cassandra.migration.CassandraMigrationServiceTest |
From |
To |
|
Change Attribute Type minVersion : int to minVersion : SchemaVersion in class org.apache.james.backends.cassandra.versions.CassandraSchemaVersionManager |
From |
To |