Details
Assignee
Michael OffnerMichael OffnerReporter
Zac SpitzerZac SpitzerLabels
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Sprint
Fix versions
Priority
New
Details
Details
Assignee
Michael Offner
Michael OffnerReporter
Zac Spitzer
Zac SpitzerLabels
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Sprint
Fix versions
Priority
Created last month
Updated 2 days ago
docs is breaking with the 7.0 build
[java] [script] 123ms INFO Start Importing new tags and functions [java] [script] {"Extended_Info":"","Message":"there is no property with name [BUNDLES] found in [lucee.runtime.extension.RHExtension]","Cause":{"Extended_Info":"","Message":"there is no property with name [BUNDLES] found in [lucee.runtime.extension.RHExtension]","Detail":"","additional":[],"TagContext":[{"Raw_Trace":"api.reference.functionreferencereader_cfc$cf.udfCall(/api/reference/FunctionReferenceReader.cfc:115)","codePrintPlain":"113: var extensions = cfg.getAllRHExtensions(); [java] [script] 114: loop collection=extensions.iterator() item=""local.ext"" { [java] [script] 115: loop array = ext.bundles item=""local.bundle"" { [java] [script] 116: if ( bundle.symbolicName == bundleName ) return ext; [java] [script] 117: }
https://github.com/lucee/lucee-docs/actions/runs/14135977305/job/39607679539#step:7:746
https://github.com/lucee/lucee-docs/blob/master/api/reference/FunctionReferenceReader.cfc#L115
this is looking under the hood, so it’s ok to break, seems in 7 there’s a
getMetaData()
but that’s also return null forgetBundles()
probably related to this