Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Remove io.vertx.core.Future or replace with java.util.concurrent.CompletableFuture Future from the org.folio.service.export.storage.ExportStorageService interface. 

...

Remove io.vertx.core.Future or replace with java.util.concurrent.CompletableFuture Future from the org.folio.service.file.cleanup.StorageCleanupService interface. 

Remove io.vertx.core.Future or replace with java.util.concurrent.CompletableFuture Future from the org.folio.service.file.definition.FileDefinitionService interface. 

Remove io.vertx.core.Future or replace with java.util.concurrent.CompletableFuture Future from the org.folio.service.file.storage.FileStorage interface. 

Remove io.vertx.core.Future or replace with java.util.concurrent.CompletableFuture Future from the org.folio.service.file.upload.FileUploadService interface. 

...

Remove io.vertx.core.Future or replace with java.util.concurrent.CompletableFuture Future from the org.folio.service.job.JobExecutionService interface. 

...

Remove io.vertx.core.Future or replace with java.util.concurrent.CompletableFuture Future from the org.folio.service.logs.ErrorLogService interface. 

...

Remove io.vertx.core.Future or replace with java.util.concurrent.CompletableFuture Future from the org.folio.service.profiles.jobprofile.JobProfileService interface 

Remove io.vertx.core.Future or replace with java.util.concurrent.CompletableFuture Future from the org.folio.service.profiles.mappingprofile.MappingProfileService interface 

...

Remove io.vertx.core.Future or replace with java.util.concurrent.CompletableFuture Future from the org.folio.service.transformationfields.TransformationFieldsService interface. 

...

Remove io.vertx.core.Future or replace with java.util.concurrent.CompletableFuture Future from the org.folio.rest.impl.DataExportHelper class. 

...

Remove io.vertx.core.Future or replace with java.util.concurrent.CompletableFuture Future from the org.folio.dao.ErrorLogDao interface. 

Remove io.vertx.core.Future or replace with java.util.concurrent.CompletableFuture Future from the org.folio.dao.FileDefinitionDao interface. 

Remove io.vertx.core.Future or replace with java.util.concurrent.CompletableFuture Future from the org.folio.dao.JobExecutionDao interface. 

Remove io.vertx.core.Future or replace with java.util.concurrent.CompletableFuture Future from the org.folio.dao.JobProfileDao interface. 

Remove io.vertx.core.Future or replace with java.util.concurrent.CompletableFuture Future from the org.folio.dao.MappingProfileDao interface. 

...

Remove io.vertx.core.Future or replace with java.util.concurrent.CompletableFuture Future from the org.folio.clients.ClientUtilAsync class and modify getRequest method. 

...

Remove io.vertx.core.Future or replace with java.util.concurrent.CompletableFuture Future from the org.folio.clients.UsersClient class and modify getUserInfoAsync method. 

...