Issues
- compiling cfml should evaluate and download maven jars defined in javasettingsLDEV-5281
- allow parallel compilation with compileMappingLDEV-5251
- add support for "onBuild" to Server.cfcLDEV-4962Resolved issue: LDEV-4962Michael Offner
- Server.cfc:onBuildLDEV-4922Resolved issue: LDEV-4922Pothys - MitrahSoft
- LUCEE_ENABLE_WARMUP doesn't work with 6 due to single contextLDEV-4102Resolved issue: LDEV-4102Zac Spitzer
- runtime osgi errors should be optionally fatal (i.e during a build)LDEV-3864Zac Spitzer
- warmup: compile all mappings by defaultLDEV-3422
- Add warm up test to build processLDEV-3412Resolved issue: LDEV-3412Zac Spitzer
- LDEV-1196 was never implemented correctly: Provide a way to fully "warm up" a Lucee install for containerizationLDEV-3405Resolved issue: LDEV-3405
- Provide a way to fully "warm up" a Lucee install for containerizationLDEV-1196Resolved issue: LDEV-1196Igal Sapir
10 of 10
compiling cfml should evaluate and download maven jars defined in javasettings
Description
relates to
Details
Assignee
UnassignedUnassignedReporter
Zac SpitzerZac SpitzerNew 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
Priority
New
Details
Details
Assignee
Unassigned
UnassignedReporter
Zac Spitzer
Zac SpitzerNew 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
Priority
Created 28 January 2025 at 16:36
Updated 25 March 2025 at 15:53
Activity
Show:
It’s common to run a pre compile as part of a warmup process, currently java libraries from maven defined in javasettings are downloaded when the components are instantiated.
Doing this would ensure a proper warmup as downloading libraries can be slow, in addition, any syntax errors, or invalid GAVSOs would be caught during compile