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 java record serialization #1223

Open
wants to merge 16 commits into
base: main
Choose a base branch
from

Commits on Mar 4, 2023

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

Commits on Sep 23, 2023

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

Commits on Oct 28, 2023

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

Commits on Nov 3, 2023

  1. Add support for java record serialization - move test code to google-…

    …cloud-firestore module by adding a test-jdk17 directory and a java17 profile, and eliminate google-cloud-firestore-jdk17 module
    eranl committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    53aabf5 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

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

Commits on Sep 5, 2024

  1. Merge branch 'main' into java-record

    # Conflicts:
    #	google-cloud-firestore/src/main/java/com/google/cloud/firestore/CustomClassMapper.java
    eranl committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    c91bb08 View commit details
    Browse the repository at this point in the history
  2. fix Instant-record merge

    eranl committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    ba92c1d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    90bceca View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    74a2397 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    56f0bbc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4c6cda7 View commit details
    Browse the repository at this point in the history
  7. Add support for java record serialization - move test code to google-…

    …cloud-firestore module by adding a test-jdk17 directory and a java17 profile, and eliminate google-cloud-firestore-jdk17 module
    eranl committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    322c6fc View commit details
    Browse the repository at this point in the history
  8. fix Instant-record merge

    eranl committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    7ce3630 View commit details
    Browse the repository at this point in the history
  9. Merge remote-tracking branch 'origin/java-record' into java-record

    # Conflicts:
    #	google-cloud-firestore/src/main/java/com/google/cloud/firestore/CustomClassMapper.java
    eranl committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    a50d8f3 View commit details
    Browse the repository at this point in the history