-
-
Notifications
You must be signed in to change notification settings - Fork 192
Comparing changes
Open a pull request
base repository: lucee/Lucee
base: 6.2
head repository: lucee/Lucee
compare: 6.1
- 17 commits
- 20 files changed
- 3 contributors
Commits on Jan 26, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 6ba1234 - 10000 Browse repository at this point
Copy the full SHA 6ba1234View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea257b0 - Browse repository at this point
Copy the full SHA ea257b0View commit details
Commits on Feb 3, 2025
-
Configuration menu - View commit details
-
Copy full SHA for d961589 - Browse repository at this point
Copy the full SHA d961589View commit details
Commits on Feb 4, 2025
-
Configuration menu - View commit details
-
Copy full SHA for e9599ab - Browse repository at this point
Copy the full SHA e9599abView commit details
Commits on Feb 6, 2025
-
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
Configuration menu - View commit details
-
Copy full SHA for 677027c - Browse repository at this point
Copy the full SHA 677027cView commit details
Commits on Feb 28, 2025
-
LDEV-5355 - Replace HashMap with ConcurrentHashMap to prevent Concurr…
…entModificationException
Configuration menu - View commit details
-
Copy full SHA for 813eed7 - Browse repository at this point
Copy the full SHA 813eed7View commit details
Commits on Mar 12, 2025
-
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.
Configuration menu - View commit details
-
Copy full SHA for 2ab88ee - Browse repository at this point
Copy the full SHA 2ab88eeView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for c6feeaa - Browse repository at this point
Copy the full SHA c6feeaaView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 63d16ff - Browse repository at this point
Copy the full SHA 63d16ffView commit details
Commits on Mar 13, 2025
-
LDEV-5401 prevent multiple Cache instances with double-checked lockin…
…g in CacheConnectionImpl.getInstance()
Configuration menu - View commit details
-
Copy full SHA for 0ab9017 - Browse repository at this point
Copy the full SHA 0ab9017View commit details
Commits on Mar 14, 2025
-
Configuration menu - View commit details
-
Copy full SHA for d2003ca - Browse repository at this point
Copy the full SHA d2003caView commit details
Commits on Mar 17, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 74e1043 - Browse repository at this point
Copy the full SHA 74e1043View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for ae115aa - Browse repository at this point
Copy the full SHA ae115aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 53907ba - Browse repository at this point
Copy the full SHA 53907baView commit details
Commits on Mar 21, 2025
-
LDEV-5415 - Implement Cascading Write Logging Flags and use it in Luc…
…ee build process
Configuration menu - View commit details
-
Copy full SHA for f596132 - Browse repository at this point
Copy the full SHA f596132View commit details
Commits on May 8, 2025
-
Configuration menu - View commit details
-
Copy full SHA for cb932fd - Browse repository at this point
Copy the full SHA cb932fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 844e830 - Browse repository at this point
Copy the full SHA 844e830View 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 6.2...6.1