Skip to content

Instantly share code, notes, and snippets.

@jhaber
Created June 24, 2020 13:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jhaber/7eebe30c86bb583dd957750267395739 to your computer and use it in GitHub Desktop.
Save jhaber/7eebe30c86bb583dd957750267395739 to your computer and use it in GitHub Desktop.
➜ ~ serialver -classpath HBaseLibrary-java8.jar com.hubspot.SomeClass
com.hubspot.SomeClass: private static final long serialVersionUID = 4184345964864034491L;
➜ ~ serialver -classpath HBaseLibrary-java11.jar com.hubspot.SomeClass
com.hubspot.SomeClass: private static final long serialVersionUID = 4704675227730405865L;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment