Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resolves issue 323 #324

Open
wants to merge 3 commits into
base: JDK-8
Choose a base branch
from

Commits on Mar 14, 2022

  1. Added a test that can deterministically reproduce the elusive

    deserialization error  that I have been experiencing.
    d-w-johnson committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    7de63da View commit details
    Browse the repository at this point in the history
  2. Fixed an elusive deserialization error that happens due to the

    DefaultFSTInt2ObjectMap's clear method not setting next to null. When
    the map was renamed to DefaultFSTInt2ObjectMap and an option of passing
    in your own map was added the clear method was also optimized and I
    think this was just missed.
    d-w-johnson committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    9add34d View commit details
    Browse the repository at this point in the history
  3. Updated the target and source to java 8 instead of java 7, which seems

    to make more sense on the JDK-8 branch. I also changed how the javadoc
    doclint is disabled so that I could build the jar.
    d-w-johnson committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    fcdae15 View commit details
    Browse the repository at this point in the history