-
-
Notifications
You must be signed in to change notification settings - Fork 87
Comparing changes
Open a pull request
base repository: orphan-oss/ognl
base: OGNL_3_4_9
head repository: orphan-oss/ognl
compare: OGNL_3_4_10
- 8 commits
- 5 files changed
- 3 contributors
Commits on Nov 29, 2025
-
Configuration menu - View commit details
-
Copy full SHA for a60f146 - Browse repository at this point
Copy the full SHA a60f146View commit details
Commits on Dec 2, 2025
-
chore(deps): update actions/checkout action to v6.0.1 (#508)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 57bcb58 - Browse repository at this point
Copy the full SHA 57bcb58View commit details
Commits on Dec 3, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for b7ecf58 - Browse repository at this point
Copy the full SHA b7ecf58View commit details
Commits on Dec 11, 2025
-
chore(deps): update actions/cache action to v5 (#513)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 877e6c6 - Browse repository at this point
Copy the full SHA 877e6c6View commit details
Commits on Dec 13, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for 72bfdf0 - Browse repository at this point
Copy the full SHA 72bfdf0View commit details
Commits on Dec 17, 2025
-
chore(deps): update dependency maven to v3.9.12 (#519)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 6311a76 - Browse repository at this point
Copy the full SHA 6311a76View commit details
Commits on Dec 29, 2025
-
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]>
Configuration menu - View commit details
-
Copy full SHA for a8b744e - Browse repository at this point
Copy the full SHA a8b744eView commit details -
Configuration menu - View commit details
-
Copy full SHA for fc6682a - Browse repository at this point
Copy the full SHA fc6682aView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff OGNL_3_4_9...OGNL_3_4_10