8000 Comparing 6.2...6.1 · lucee/Lucee · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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: lucee/Lucee
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6.2
Choose a base ref
...
head repository: lucee/Lucee
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6.1
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 17 commits
  • 20 files changed
  • 3 contributors

Commits on Jan 26, 2025

  1. Configuration menu
    Copy the full SHA
    6ba1234 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea257b0 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2025

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

Commits on Feb 4, 2025

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

Commits on Feb 6, 2025

  1. LDEV-5311 - improve JSON serialization OOM handling with size info

    - Add OutOfMemoryError catch block during serialization
    - Include current buffer size (MB) in error message
    - Provide resolution steps (chunk data or increase heap)
    - Maintain error chain via ExceptionUtil.initCauseEL
    michaeloffner committed Feb 6, 2025
    Configuration menu
    Copy the full SHA
    677027c View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2025

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

Commits on Mar 12, 2025

  1. LDEV-5394 - Add logging for CFID URL parameter usage

    Add configuration to log when CFID is used via URL parameters:
    
    System property: lucee.cfid.url.log=[logname]
    Environment variable: LUCEE_CFID_URL_LOG=[logname]
    JSON logs include URL, stack trace, and request details
    
    Helps identify code to update before URL-based CFID is disabled.
    michaeloffner committed Mar 12, 2025
    Configuration menu
    Copy the full SHA
    2ab88ee View commit details
    Browse the repository at this point in the history
  2. LDEV-5397 - prevent null values in getArgumentClasses() array (LDEV-5…

    …397)
    
    Use a temporary array during initialization to ensure argClasses
    is only assigned when all elements are successfully populated.
    michaeloffner committed Mar 12, 2025
    Configuration menu
    Copy the full SHA
    c6feeaa View commit details
    Browse the repository at this point in the history
  3. LDEV-5398 - prevent race condition in proxy class creation

    Add synchronization around class file check and creation to avoid
    FileAlreadyExistsException when concurrent threads create the same proxy.
    michaeloffner committed Mar 12, 2025
    Configuration menu
    Copy the full SHA
    63d16ff View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2025

  1. LDEV-5401 prevent multiple Cache instances with double-checked lockin…

    …g in CacheConnectionImpl.getInstance()
    michaeloffner committed Mar 13, 2025
    Configuration menu
    Copy the full SHA
    0ab9017 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2025

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

Commits on Mar 17, 2025

  1. Configuration menu
    Copy the full SHA
    74e1043 View commit details
    Browse the repository at this point in the history
  2. LDEV-5406 - Minimal patch for empty array query param issue

    Backports the empty array parameter fix with a minimal, targeted change to prevent regressions. Addresses the "param [reqId] may not be empty" error that occurs when providing empty array values with list=true.
    Conservative approach focuses only on the parameter validation path for maximum stability.
    michaeloffner committed Mar 17, 2025
    Configuration menu
    Copy the full SHA
    ae115aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    53907ba View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2025

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

Commits on May 8, 2025

  1. Configuration menu
    Copy the full SHA
    cb932fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    844e830 View commit details
    Browse the repository at this point in the history
Loading
0