Changes since 7.1.0.204.
# Lucee 8.0.0.186 changelog Changes since 7.1.0.204. Source: Lucee issue tracker (LDEV) — https://luceeserver.atlassian.net/projects/LDEV - LDEV-6451 (Bug, fixed in 8.0.0.181): updatePassword silently no-ops when admin password is defined via env var / system property — https://luceeserver.atlassian.net/browse/LDEV-6451 - LDEV-6442 (Enhancement, fixed in 8.0.0.166): ThreadLocalPageContext.fallbackEnabled() null-ThreadLocal causes JIT deopt cycle, prevents steady-state compilation — https://luceeserver.atlassian.net/browse/LDEV-6442 - LDEV-6441 (Enhancement, fixed in 8.0.0.165): UDFPropertiesLight.getArgumentsSet() rebuilds HashSet on every UDF call — https://luceeserver.atlassian.net/browse/LDEV-6441 - LDEV-6439 (Enhancement, fixed in 8.0.0.162): PageContextImpl: replace LinkedList with ArrayList for pathList, includePathList, udfs — https://luceeserver.atlassian.net/browse/LDEV-6439 - LDEV-6438 (Enhancement, fixed in 8.0.0.161): ListFind / ListFindNoCase — eliminate substring allocation in list scan — https://luceeserver.atlassian.net/browse/LDEV-6438 - LDEV-6432 (Enhancement, fixed in 8.0.0.160): Add `compat` regex mode — Java engine with Oro/ACF-compatible replacement syntax + pattern cache — https://luceeserver.atlassian.net/browse/LDEV-6432 - LDEV-6437 (Enhancement, fixed in 8.0.0.159): CFMLWriterImpl skip empty BAOS allocation, pool BAOS on WriterPool, raise gzip threshold to 2048 — https://luceeserver.atlassian.net/browse/LDEV-6437 - LDEV-6436 (Enhancement, fixed in 8.0.0.158): Streamline response output stream encoding, reduce allocations — https://luceeserver.atlassian.net/browse/LDEV-6436 - LDEV-6435 (Bug, fixed in 8.0.0.154): getApplicationSettings() reports misleading regex + listener info on ClassicApplicationContext — https://luceeserver.atlassian.net/browse/LDEV-6435 - LDEV-6434 (Enhancement, fixed in 8.0.0.150): use StackWalker for ExceptionUtil.getTagContextLine + CallStackGet — https://luceeserver.atlassian.net/browse/LDEV-6434 - LDEV-6433 (Enhancement, fixed in 8.0.0.146): cflocation: gate CallStackGet stack walk behind doesError/doesDebug — https://luceeserver.atlassian.net/browse/LDEV-6433 - LDEV-6430 (Bug, fixed in 8.0.0.145): LogUtil.doesDebug returns true at log level INFO — https://luceeserver.atlassian.net/browse/LDEV-6430 - LDEV-6428 (Enhancement, fixed in 8.0.0.144): Reduce member function runtime execution overhead — https://luceeserver.atlassian.net/browse/LDEV-6428 - LDEV-6427 (Enhancement, fixed in 8.0.0.142): Pool CFMLWriterImpl response buffer on PageContextImpl to eliminate per-request allocations — https://luceeserver.atlassian.net/browse/LDEV-6427 - LDEV-6411 (Task, fixed in 8.0.0.111): Add optional Admin MCP Server endpoint for AI-driven server configuration — https://luceeserver.atlassian.net/browse/LDEV-6411 - LDEV-6317 (Enhancement, fixed in 8.0.0.94): Replace deprecated REPOSITORY_SONATYPE default with Google Cloud Maven Central mirror — https://luceeserver.atlassian.net/browse/LDEV-6317 - LDEV-6387 (Task, fixed in 8.0.0.83): OpenAI AI response: parse multipart content blocks in getAnswers() / isMultiPart() — https://luceeserver.atlassian.net/browse/LDEV-6387 - LDEV-6113 (Bug, fixed in 8.0.0.81): Execution log enabled setting lost during ConfigImpl merge to ConfigServerImpl — https://luceeserver.atlassian.net/browse/LDEV-6113 - LDEV-6362 (Task, fixed in 8.0.0.64): Eliminate JIT Deoptimisation Storm in Config Getters — https://luceeserver.atlassian.net/browse/LDEV-6362 - LDEV-6220 (Bug, fixed in 8.0.0.60): regression: out.log being spammed - ConfigFactoryImpl read the config file — https://luceeserver.atlassian.net/browse/LDEV-6220 - LDEV-6117 (Task, fixed in 7.2.0.31): Add lucee.config.validate option to eagerly validate all config at startup without warmup — https://luceeserver.atlassian.net/browse/LDEV-6117 - LDEV-6111 (Task, fixed in 7.2.0.16): Add eager config loading mode via ConfigServerImpl.touchAll() for Docker warmup / fail-fast validation — https://luceeserver.atlassian.net/browse/LDEV-6111 - LDEV-6112 (Task, fixed in 7.2.0.15): Strict config validation: reject invalid configuration values instead of silently falling back to defaults — https://luceeserver.atlassian.net/browse/LDEV-6112 - LDEV-6109 (Task, fixed in 7.2.0.13): Support structured Maven Repository definitions in .CFConfig.json — https://luceeserver.atlassian.net/browse/LDEV-6109 - LDEV-6458 (Bug, fixed in 7.1.1.5): Mail admin UI / SMTP server configuration missing after mail moved to extension (7.1.1.x) — https://luceeserver.atlassian.net/browse/LDEV-6458 - LDEV-6455 (Bug, fixed in 7.1.1.4): Spooled cfmail silently dropped - NotSerializableException: sun.nio.cs.UTF_8 when persisting spooler task (Lucee 7.1 / Mail Extension 1.1.0.6) — https://luceeserver.atlassian.net/browse/LDEV-6455 - LDEV-6453 (Bug, fixed in 7.1.1.0): Request-timeout enforcement interrupts healthy short requests on AWS Lambda — https://luceeserver.atlassian.net/browse/LDEV-6453
| Ticket | Type | Summary | Fixed in |
|---|---|---|---|
| LDEV-6451 | Bug | updatePassword silently no-ops when admin password is defined via env var / system property | 8.0.0.181 |
| LDEV-6442 | Enhancement | ThreadLocalPageContext.fallbackEnabled() null-ThreadLocal causes JIT deopt cycle, prevents steady-state compilation | 8.0.0.166 |
| LDEV-6441 | Enhancement | UDFPropertiesLight.getArgumentsSet() rebuilds HashSet on every UDF call | 8.0.0.165 |
| LDEV-6439 | Enhancement | PageContextImpl: replace LinkedList with ArrayList for pathList, includePathList, udfs | 8.0.0.162 |
| LDEV-6438 | Enhancement | ListFind / ListFindNoCase — eliminate substring allocation in list scan | 8.0.0.161 |
| LDEV-6432 | Enhancement | Add `compat` regex mode — Java engine with Oro/ACF-compatible replacement syntax + pattern cache | 8.0.0.160 |
| LDEV-6437 | Enhancement | CFMLWriterImpl skip empty BAOS allocation, pool BAOS on WriterPool, raise gzip threshold to 2048 | 8.0.0.159 |
| LDEV-6436 | Enhancement | Streamline response output stream encoding, reduce allocations | 8.0.0.158 |
| LDEV-6435 | Bug | getApplicationSettings() reports misleading regex + listener info on ClassicApplicationContext | 8.0.0.154 |
| LDEV-6434 | Enhancement | use StackWalker for ExceptionUtil.getTagContextLine + CallStackGet | 8.0.0.150 |
| LDEV-6433 | Enhancement | cflocation: gate CallStackGet stack walk behind doesError/doesDebug | 8.0.0.146 |
| LDEV-6430 | Bug | LogUtil.doesDebug returns true at log level INFO | 8.0.0.145 |
| LDEV-6428 | Enhancement | Reduce member function runtime execution overhead | 8.0.0.144 |
| LDEV-6427 | Enhancement | Pool CFMLWriterImpl response buffer on PageContextImpl to eliminate per-request allocations | 8.0.0.142 |
| LDEV-6411 | Task | Add optional Admin MCP Server endpoint for AI-driven server configuration | 8.0.0.111 |
| LDEV-6317 | Enhancement | Replace deprecated REPOSITORY_SONATYPE default with Google Cloud Maven Central mirror | 8.0.0.94 |
| LDEV-6387 | Task | OpenAI AI response: parse multipart content blocks in getAnswers() / isMultiPart() | 8.0.0.83 |
| LDEV-6113 | Bug | Execution log enabled setting lost during ConfigImpl merge to ConfigServerImpl | 8.0.0.81 |
| LDEV-6362 | Task | Eliminate JIT Deoptimisation Storm in Config Getters | 8.0.0.64 |
| LDEV-6220 | Bug | regression: out.log being spammed - ConfigFactoryImpl read the config file | 8.0.0.60 |
| LDEV-6117 | Task | Add lucee.config.validate option to eagerly validate all config at startup without warmup | 7.2.0.31 |
| LDEV-6111 | Task | Add eager config loading mode via ConfigServerImpl.touchAll() for Docker warmup / fail-fast validation | 7.2.0.16 |
| LDEV-6112 | Task | Strict config validation: reject invalid configuration values instead of silently falling back to defaults | 7.2.0.15 |
| LDEV-6109 | Task | Support structured Maven Repository definitions in .CFConfig.json | 7.2.0.13 |
| LDEV-6458 | Bug | Mail admin UI / SMTP server configuration missing after mail moved to extension (7.1.1.x) | 7.1.1.5 |
| LDEV-6455 | Bug | Spooled cfmail silently dropped - NotSerializableException: sun.nio.cs.UTF_8 when persisting spooler task (Lucee 7.1 / Mail Extension 1.1.0.6) | 7.1.1.4 |
| LDEV-6453 | Bug | Request-timeout enforcement interrupts healthy short requests on AWS Lambda | 7.1.1.0 |
Sourced from the Lucee issue tracker (LDEV).