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: orphan-oss/ognl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: OGNL_3_4_9
Choose a base ref
...
head repository: orphan-oss/ognl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: OGNL_3_4_10
Choose a head ref
  • 8 commits
  • 5 files changed
  • 3 contributors

Commits on Nov 29, 2025

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

Commits on Dec 2, 2025

  1. chore(deps): update actions/checkout action to v6.0.1 (#508)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Dec 2, 2025
    Configuration menu
    Copy the full SHA
    57bcb58 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2025

  1. chore(deps): update dependency org.apache.maven.plugins:maven-release…

    …-plugin to v3.3.0 (#510)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Dec 3, 2025
    Configuration menu
    Copy the full SHA
    b7ecf58 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2025

  1. chore(deps): update actions/cache action to v5 (#513)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Dec 11, 2025
    Configuration menu
    Copy the full SHA
    877e6c6 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2025

  1. chore(deps): update dependency org.apache.maven.plugins:maven-release…

    …-plugin to v3.3.1 (#517)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Dec 13, 2025
    Configuration menu
    Copy the full SHA
    72bfdf0 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2025

  1. chore(deps): update dependency maven to v3.9.12 (#519)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Dec 17, 2025
    Configuration menu
    Copy the full SHA
    6311a76 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2025

  1. fix: reduce thread blocking by double null check in invokeMethod() (#523

    )
    
    Cherry-pick of PR #521 adapted for Java 8 compatibility.
    Implements double-null-check pattern for _methodAccessCache and
    _methodPermCache to avoid synchronizing on Method objects when
    cache values already exist.
    
    Fixes thread contention issues where multiple threads would block
    waiting to acquire locks on java.lang.reflect.Method objects even
    when cache values were already present.
    
    🤖 Generated with [Claude Code](https://claude.com/claude-code)
    
    Co-authored-by: Claude <[email protected]>
    lukaszlenart and claude authored Dec 29, 2025
    Configuration menu
    Copy the full SHA
    a8b744e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc6682a View commit details
    Browse the repository at this point in the history
Loading