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

Immutables #790

Merged
merged 33 commits into from
Aug 4, 2023
Merged

Immutables #790

merged 33 commits into from
Aug 4, 2023

Commits on May 19, 2023

  1. testing checkpoint

    lhazlewood committed May 19, 2023
    Configuration menu
    Copy the full SHA
    37f930b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d083b70 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. impl checkpoint

    lhazlewood committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    5cb044c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a42675 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. Configuration menu
    Copy the full SHA
    d907f88 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65c9b40 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. Configuration menu
    Copy the full SHA
    7126cd7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e077931 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e8724f9 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2023

  1. Configuration menu
    Copy the full SHA
    4a82ca9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f9f450 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    13ec78b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8867a92 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2023

  1. Configuration menu
    Copy the full SHA
    752982b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0fdf9cb View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. Configuration menu
    Copy the full SHA
    88b655c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f62a4f View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. - Removed *Accessor concepts where possible, just using the *Header i…

    …nterfaces was sufficient
    
    - KeyAlgorithm#getEncryptionKey now accepts a JweHeader that is mutable. Implementations can just use Map#put to modify the header state if desired.
    lhazlewood committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    2768057 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a7d8ae View commit details
    Browse the repository at this point in the history
  3. JavaDoc edits

    lhazlewood committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    ae1b3af View commit details
    Browse the repository at this point in the history
  4. JavaDoc edits

    lhazlewood committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    ce784e0 View commit details
    Browse the repository at this point in the history
  5. Readme doc update

    lhazlewood committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    dfd8e2b View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Configuration menu
    Copy the full SHA
    560c6c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    92d7eab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1df80b3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    138d10a View commit details
    Browse the repository at this point in the history
  5. Changelog cleanup

    lhazlewood committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    2d87793 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Removed all usages of CompressionCodecs.java in favor of a new Jwts.Z…

    …IP entry.
    
    Renamed all Standard***AlgorithmsBridge to Standard***Algorithms
    lhazlewood committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    51b6866 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. Configuration menu
    Copy the full SHA
    a4cbfe7 View commit details
    Browse the repository at this point in the history
  2. Fixed license headers

    lhazlewood committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    fbbdb6f View commit details
    Browse the repository at this point in the history
  3. JavaDoc fixes

    lhazlewood committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    5e95b86 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    abf3f07 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4c737dd View commit details
    Browse the repository at this point in the history