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

Java: Changed handling of large requests to transfer them as leaked pointers #1708

Merged
merged 23 commits into from
Jun 29, 2024

Commits on Jun 29, 2024

  1. Configuration menu
    Copy the full SHA
    8a1ab48 View commit details
    Browse the repository at this point in the history
  2. Address clippy lints

    jonathanl-bq authored and jduo committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    645c563 View commit details
    Browse the repository at this point in the history
  3. Add tests for error and panic handling

    jonathanl-bq authored and jduo committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    aa55d2e View commit details
    Browse the repository at this point in the history
  4. Fix FFI tests

    jonathanl-bq authored and jduo committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    04c5b63 View commit details
    Browse the repository at this point in the history
  5. Apply Spotless

    jonathanl-bq authored and jduo committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    702d298 View commit details
    Browse the repository at this point in the history
  6. Fix some minor issue I forgot about

    jonathanl-bq authored and jduo committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    e41531f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    12d9307 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8527833 View commit details
    Browse the repository at this point in the history
  9. Fix warnings in Rust

    jduo committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    14df4e7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b3db90b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8f99527 View commit details
    Browse the repository at this point in the history
  12. spotless

    jduo committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    0fc8b44 View commit details
    Browse the repository at this point in the history
  13. Add docs and run Rust linters

    jduo committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    275e016 View commit details
    Browse the repository at this point in the history
  14. Add large value tests

    jduo committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    72dbe48 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    8d41f1d View commit details
    Browse the repository at this point in the history
  16. dummy commit for CI

    jduo committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    c8d1aa8 View commit details
    Browse the repository at this point in the history
  17. Revert "dummy commit for CI"

    This reverts commit 3ed1937.
    jduo committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    83725cd View commit details
    Browse the repository at this point in the history
  18. Fix JDK11 build issue

    Due to using a JDK17 function
    jduo committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    60757a1 View commit details
    Browse the repository at this point in the history
  19. Fix another JDK11 issue

    jduo committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    281855e View commit details
    Browse the repository at this point in the history
  20. Fix merge issues.

    jduo committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    7c9f5f1 View commit details
    Browse the repository at this point in the history
  21. Remove unneccesary mut prefix

    jduo committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    5258f90 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    5f18313 View commit details
    Browse the repository at this point in the history
  23. Fix merge issue

    jduo committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    c9609ce View commit details
    Browse the repository at this point in the history