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

Jdk11 #33

Merged
merged 6 commits into from
Dec 14, 2018
Merged

Jdk11 #33

merged 6 commits into from
Dec 14, 2018

Conversation

hamnis
Copy link
Owner

@hamnis hamnis commented Nov 2, 2018

Support JDK 11

  • Drop native module
  • Add module-info.java Change the JPMS module names to immutable.json.*
  • Drop Vavr, replace with JDK types
    • Loses Either and Try types, Try<A> is mostly handled by use of Callable<A>
    • Add Callables to add transformation functions to Callable<A>
    • Lose Tuple2 meaning the api changes a bit. Map.entry(K, V) should mediate most problems

o AST is only dependant on JDK
o Remove Tuple and Function types from codec, and use Arities
o New Major version, 7.0.0-SNAPSHOT
o Remove Vavr as a dependency
o Use OpenJDK 11 in travis
o var syntax to get local type inference in decoders
o module-info.java support
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant