VolumeProduct has seen its getVolumeSize() being deprecated recently in favour of newly added getMinVolumeSize() and getMaxVolumeSize(), however the class still only provides factory methods initialising the volumeSize field and not the other two. This causes confusion and errors.
https://github.com/dasein-cloud/dasein-cloud-core/blob/master/src/main/java/org/dasein/cloud/compute/VolumeProduct.java
VolumeProducthas seen itsgetVolumeSize()being deprecated recently in favour of newly addedgetMinVolumeSize()andgetMaxVolumeSize(), however the class still only provides factory methods initialising thevolumeSizefield and not the other two. This causes confusion and errors.https://github.com/dasein-cloud/dasein-cloud-core/blob/master/src/main/java/org/dasein/cloud/compute/VolumeProduct.java