-
Classes Class Description com.github.mizool.core.concurrent.ListenableFutureCollector This class does not propagate exceptions consistently and will be removed. UseFutureStreamJoiner
instead.com.github.mizool.core.concurrent.ResultVoidingFuture Use the factory methodFutures.toVoidResult(ListenableFuture)
instead. This class will cease to be public at some point.com.github.mizool.core.converter.JavaUtilDateConverter Don't use java.util.Date.com.github.mizool.core.password.Pbkdf2WithHmacSha1Hasher For newly saved passwords, usePbkdf2WithHmacSha512Hasher
instead. This hasher is kept to allow continued verification of old passwords.
-
Exceptions Exceptions Description com.github.mizool.core.exception.UnprocessableEntityException Throwing UnprocessableEntityException doesn't say why the entity is unprocessable and is generally a bad fit as no client ever really has a chance of handling such a response. Instead, consider creating an exception class specific to the respective problem that extendsAbstractUnprocessableEntityException
.
-
Constructors Constructor Description com.github.mizool.core.concurrent.ResultVoidingFuture(ListenableFuture<T>) Use the factory methodFutures.toVoidResult(ListenableFuture)
instead. This class will cease to be public at some point.com.github.mizool.core.exception.NotYetImplementedException() Deprecated to remind you to implement the corresponding code before releasing the software.