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: auth0/java-jwt
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.2.2
Choose a base ref
...
head repository: auth0/java-jwt
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.3.0
Choose a head ref
  • 4 commits
  • 26 files changed
  • 4 contributors

Commits on Jan 26, 2023

  1. Feature/cleanup (#642)

    * GIT compliance
    
    * Simpler HashMap declaration
    
    * Replaced usage of deprecated JsonMapper methods, removed unneeded null check
    
    * Removed unused import
    
    * Removed unused imports
    
    Co-authored-by: Jim Anderson <jim.anderson@auth0.com>
    CodeDead and jimmyjames authored Jan 26, 2023
    Configuration menu
    Copy the full SHA
    6e80ea1 View commit details
    Browse the repository at this point in the history
  2. Fix for exp claim considered valid if equal to now (#652)

    exp claim cannot be equal to now
    jimmyjames authored Jan 26, 2023
    Configuration menu
    Copy the full SHA
    12ae664 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

  1. Improve JWT parse / decode performance (#620)

    * Optimise parsing of token for well-defined JWT format
    
    * Update error message in test to match new code
    
    * Fixing checkstyle issues
    
    * Added missing test case for no parts
    
    * Return new JWTDecodeException
    
    Return a new JWTDecodeException from private utility method `wrongNumberOfParts`, instead of throwing, since we throw from `splitToken()`.
    
    * Add JMH support to build script
    
    * Add benchmark for decoder and cleanup build file
    
    * Optimise JWT deserialisation by re-using threadsafe Jackson objects
    
    * Disable lint checks on JMH source set that is for testing
    
    * Remove extra line break
    
    ---------
    
    Co-authored-by: Jim Anderson <jim.anderson@auth0.com>
    Co-authored-by: Jim Anderson <jimranderson@gmail.com>
    3 people authored Jan 31, 2023
    Configuration menu
    Copy the full SHA
    9024318 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

  1. Release 4.3.0 (#655)

    jimmyjames authored Feb 13, 2023
    Configuration menu
    Copy the full SHA
    b610b66 View commit details
    Browse the repository at this point in the history
Loading