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: Add Logger #1422

Merged
merged 38 commits into from
Jul 2, 2024
Merged

Commits on May 7, 2024

  1. Configuration menu
    Copy the full SHA
    fec36b1 View commit details
    Browse the repository at this point in the history
  2. Run spotless

    jonathanl-bq committed May 7, 2024
    Configuration menu
    Copy the full SHA
    24af480 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d3b2f81 View commit details
    Browse the repository at this point in the history
  4. Fix build error

    jonathanl-bq committed May 7, 2024
    Configuration menu
    Copy the full SHA
    e21f773 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a45ab3a View commit details
    Browse the repository at this point in the history
  6. Fix clippy lint

    jonathanl-bq committed May 7, 2024
    Configuration menu
    Copy the full SHA
    604066e View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Update logger

    jonathanl-bq committed May 13, 2024
    Configuration menu
    Copy the full SHA
    18509b3 View commit details
    Browse the repository at this point in the history
  2. Fix FFI function names.

    Signed-off-by: Yury-Fridlyand <[email protected]>
    Yury-Fridlyand committed May 13, 2024
    Configuration menu
    Copy the full SHA
    a291ad1 View commit details
    Browse the repository at this point in the history
  3. Remove %n from logs

    jonathanl-bq committed May 13, 2024
    Configuration menu
    Copy the full SHA
    73fc219 View commit details
    Browse the repository at this point in the history
  4. Fix Logger test

    jonathanl-bq committed May 13, 2024
    Configuration menu
    Copy the full SHA
    c998a2c View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Configuration menu
    Copy the full SHA
    2c3a1e4 View commit details
    Browse the repository at this point in the history
  2. Update java/src/lib.rs

    Co-authored-by: Andrew Carbonetto <[email protected]>
    jonathanl-bq and acarbonetto authored May 16, 2024
    Configuration menu
    Copy the full SHA
    cba7ad2 View commit details
    Browse the repository at this point in the history
  3. Apply suggestions from code review

    Co-authored-by: Andrew Carbonetto <[email protected]>
    jonathanl-bq and acarbonetto authored May 16, 2024
    Configuration menu
    Copy the full SHA
    a7062cd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3a13ee2 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Configuration menu
    Copy the full SHA
    6bf8fed View commit details
    Browse the repository at this point in the history
  2. Remove static loader

    jonathanl-bq committed May 17, 2024
    Configuration menu
    Copy the full SHA
    01e6b09 View commit details
    Browse the repository at this point in the history
  3. Run Spotless

    jonathanl-bq committed May 17, 2024
    Configuration menu
    Copy the full SHA
    7035243 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fcb4026 View commit details
    Browse the repository at this point in the history
  5. Spotless again

    jonathanl-bq committed May 17, 2024
    Configuration menu
    Copy the full SHA
    5094a4e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4b4bb44 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    405f9a3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    19b96cf View commit details
    Browse the repository at this point in the history
  9. Fix failing tests

    jonathanl-bq committed May 17, 2024
    Configuration menu
    Copy the full SHA
    1eccd3c View commit details
    Browse the repository at this point in the history
  10. Run spotless

    jonathanl-bq committed May 17, 2024
    Configuration menu
    Copy the full SHA
    0cfd92b View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Address PR comments

    jonathanl-bq committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    8c42435 View commit details
    Browse the repository at this point in the history
  2. Apply Spotless

    jonathanl-bq committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    6c9b7ae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    23c9957 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

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

Commits on Jul 1, 2024

  1. Configuration menu
    Copy the full SHA
    c9533fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    593702e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9e75012 View commit details
    Browse the repository at this point in the history
  4. Resolve merge conflict

    jonathanl-bq committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    cc978ab View commit details
    Browse the repository at this point in the history
  5. Run Spotless

    jonathanl-bq committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    16aaeb0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fea98cd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ed7fec6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1ce4d60 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fb3b75b View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Address PR comments

    jonathanl-bq committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    d48f4fb View commit details
    Browse the repository at this point in the history