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: jakartaee/expression-language
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: a4dbd91
Choose a base ref
...
head repository: jakartaee/expression-language
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 38694bc
Choose a head ref
  • 4 commits
  • 2 files changed
  • 2 contributors

Commits on Feb 29, 2024

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

Commits on Jul 12, 2024

  1. Fix NPE when params is null

    Params is specified to allow for the null value, but if it's actually
    null this method will blow up with a null pointer exception.
    
    Signed-off-by: Arjan Tijms <[email protected]>
    arjantijms committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    cf92551 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Merge pull request #240 from arjantijms/fix_npe

    Fix NPE when params is null
    arjantijms authored Jul 15, 2024
    Configuration menu
    Copy the full SHA
    98a5159 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38694bc View commit details
    Browse the repository at this point in the history
Loading