Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jwtk/jjwt
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.12.5
Choose a base ref
...
head repository: jwtk/jjwt
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.12.6
Choose a head ref
  • 11 commits
  • 24 files changed
  • 4 contributors

Commits on Feb 1, 2024

  1. Released 0.12.5 (#918)

    * Preparing for 0.12.5 release
    * [maven-release-plugin] prepare release 0.12.5
    * [maven-release-plugin] prepare for next development iteration
    lhazlewood authored Feb 1, 2024
    Configuration menu
    Copy the full SHA
    efffa86 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Use Acsiidoc as README format (#777)

    Performed by running `kramdoc README.md`, then manual tweaks to adjust formatting
    
    Excludes adoc files from license checks
    bdemers authored Feb 6, 2024
    Configuration menu
    Copy the full SHA
    2694861 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Update SECURITY.md

    Reflect latest 0.12.x version support
    lhazlewood authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    c673b76 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Allow using GenericSecret for HmacSHA* (#935)

    * Extended the pre-existing check for SUN PKCS11 generic secret to allow `SecretKey`s with `getAlgorithm()` names starting with `Generic` (e.g. `GenericSecret` and `Generic Secret`) as valid keys for `HmacSHA*` algorithm name checks in `DefaultMacAlgorithm`.  This matches at least with the Sun PKCS11 and AWS CloudHSM JCE providers, but likely others as well.
    mnylen authored Apr 22, 2024
    Configuration menu
    Copy the full SHA
    23d9a33 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. JWE arbitrary content compression (#937)

    Closes #938.
    
    * Fix compression being omitted for JWEs with arbitrary content
    
    The JWE content was compressed only when claims was used as payload, but
    when using arbitrary content, the compression was omitted, while keeping
    the "zip" header field, leading to decompression failing.
    
    * Refactor duplicate payload -> input stream logic from sign()/encrypt()
    
    * Preserve the content name
    
    * Fix name for JWE payload
    mnylen authored Apr 25, 2024
    Configuration menu
    Copy the full SHA
    3489fdb View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Bump org.bouncycastle:bcpkix-jdk18on from 1.76 to 1.78 (#943)

    Bumps [org.bouncycastle:bcpkix-jdk18on](https://github.com/bcgit/bc-java) from 1.76 to 1.78.
    - [Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html)
    - [Commits](https://github.com/bcgit/bc-java/commits)
    
    ---
    updated-dependencies:
    - dependency-name: org.bouncycastle:bcpkix-jdk18on
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 15, 2024
    Configuration menu
    Copy the full SHA
    7543248 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2024

  1. Fixes #947 (#948)

    lhazlewood authored Jun 16, 2024
    Configuration menu
    Copy the full SHA
    a7de554 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Fixes #949 (#950)

    * Introduced try/finally block to guarantee consumable content InputStream is closed
    lhazlewood authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    0c2d96c View commit details
    Browse the repository at this point in the history
  2. Bump org.bouncycastle:bcprov-jdk18on from 1.76 to 1.78 (#941)

    * Bumps [org.bouncycastle:bcprov-jdk18on](https://github.com/bcgit/bc-java) from 1.76 to 1.78.
    - [Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html)
    - [Commits](https://github.com/bcgit/bc-java/commits)
    
    updated-dependencies:
    - dependency-name: org.bouncycastle:bcprov-jdk18on
      dependency-type: direct:production
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Les Hazlewood <121180+lhazlewood@users.noreply.github.com>
    dependabot[bot] and lhazlewood authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    d14f27b View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. - Updated README.adoc :project-version: to be 0.12.6.

    - Updated CHANGELOG.md change notes to link to the BC upgrade PR.
    lhazlewood committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    aacdfdc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0df9756 View commit details
    Browse the repository at this point in the history
Loading