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

Add support for Records in JDK 14 #766

Merged
merged 24 commits into from
Mar 18, 2021
Merged

Commits on Aug 26, 2020

  1. add test and serializer skeleton and update pom

    Julia Boes committed Aug 26, 2020
    Configuration menu
    Copy the full SHA
    370aad5 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2020

  1. Merge branch 'master' into records

    Julia Boes committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    7dae878 View commit details
    Browse the repository at this point in the history
  2. add record serializer and test

    Julia Boes committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    57822d2 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2020

  1. minimal commit to reproduce pom config

    Julia Boes committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    054adcf View commit details
    Browse the repository at this point in the history
  2. fix test compilation

    Julia Boes committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    e46c198 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2020

  1. fix compile and test run configuration

    Julia Boes committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    f167b17 View commit details
    Browse the repository at this point in the history
  2. add record serializer and test and update pom

    Julia Boes committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    59d7532 View commit details
    Browse the repository at this point in the history
  3. fix lower bound for compiler profile

    Julia Boes committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    f97e3b3 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2020

  1. adjust config and small clean ups

    Julia Boes committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    2a7c2bf View commit details
    Browse the repository at this point in the history
  2. fix indentation

    Julia Boes committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    2d1497c View commit details
    Browse the repository at this point in the history
  3. merge with upstream

    Julia Boes committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    48809c9 View commit details
    Browse the repository at this point in the history
  4. change to 2-arg constructor to work with JDK14

    Julia Boes committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    da5a8c2 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2020

  1. Configuration menu
    Copy the full SHA
    b3ac7de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7641fca View commit details
    Browse the repository at this point in the history
  3. remove child pom config (again)

    Julia Boes committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    5ad3f11 View commit details
    Browse the repository at this point in the history
  4. remove .ser files and cleanup RecordSerializer

    Julia Boes committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    260ccca View commit details
    Browse the repository at this point in the history
  5. fix typo and empty line

    Julia Boes committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    04dbbe8 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2020

  1. add .ser files and add convenience method

    Julia Boes committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    c66346d View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2020

  1. Configuration menu
    Copy the full SHA
    c7be874 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2020

  1. Configuration menu
    Copy the full SHA
    9d7ff95 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2021

  1. merge in master

    Julia Boes committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    34fbe7d View commit details
    Browse the repository at this point in the history
  2. add author tags

    Julia Boes committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    e5e6422 View commit details
    Browse the repository at this point in the history
  3. update ser test/resources and serializer count

    Julia Boes committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    18df838 View commit details
    Browse the repository at this point in the history
  4. fix serializier count

    Julia Boes committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    de170a7 View commit details
    Browse the repository at this point in the history