You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't think this library is maintained any more. I developed https://github.com/asarkar/jsemver, and am curious why can't you simply persist the string representation of the version.
Make
com.github.zafarkhaja.semver.Version
implementjava.io.Serializable
.For example this makes it easier to persist
com.github.zafarkhaja.semver.Version
using a HibernateUserType
.The text was updated successfully, but these errors were encountered: