Skip to content

Commit ad45563

Browse files
committed
Add 'removed' field for 2025 to deprecated tags/functions
Added a 'removed':'2025' field to the ColdFusion engine metadata for cfapplet, cfmediaplayer, cfmenuitem, cftable, cftreeitem, and gettemplatepath to indicate their planned removal in 2025. This provides clearer deprecation and removal timelines for these tags and functions.
1 parent 0b7d03e commit ad45563

File tree

6 files changed

+8
-6
lines changed

6 files changed

+8
-6
lines changed

data/en/cfapplet.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,8 @@
7575
"minimum_version": "",
7676
"notes": "",
7777
"docs": "https://helpx.adobe.com/coldfusion/cfml-reference/coldfusion-tags/tags-a-b/cfapplet.html",
78-
"deprecated":"11"
78+
"deprecated":"11",
79+
"removed":"2025"
7980
},
8081
"lucee": {
8182
"minimum_version": "",

data/en/cfmediaplayer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,8 @@
147147
"minimum_version": "9",
148148
"notes": "",
149149
"docs": "https://helpx.adobe.com/coldfusion/cfml-reference/coldfusion-tags/tags-m-o/cfmediaplayer.html",
150-
"deprecated":"2016"
150+
"deprecated":"2016",
151+
"removed":"2025"
151152
}
152153
},
153154
"links": []

data/en/cfmenuitem.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
}
8181
],
8282
"engines": {
83-
"coldfusion": { "minimum_version": "8", "notes": "", "deprecated":"2016", "docs": "https://helpx.adobe.com/coldfusion/cfml-reference/coldfusion-tags/tags-m-o/cfmenuitem.html" }
83+
"coldfusion": { "minimum_version": "8", "notes": "", "deprecated":"2016", "removed":"2025", "docs": "https://helpx.adobe.com/coldfusion/cfml-reference/coldfusion-tags/tags-m-o/cfmenuitem.html" }
8484
},
8585
"links": [],
8686
"examples": [

data/en/cftable.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
],
1919
"engines": {
20-
"coldfusion": {"minimum_version":"", "notes":"", "docs":"https://helpx.adobe.com/coldfusion/cfml-reference/coldfusion-tags/tags-t/cftable.html", "deprecated":"2016"},
20+
"coldfusion": {"minimum_version":"", "notes":"", "docs":"https://helpx.adobe.com/coldfusion/cfml-reference/coldfusion-tags/tags-t/cftable.html", "deprecated":"2016", "removed":"2025"},
2121
"lucee": {"minimum_version":"", "notes":"", "docs":"https://docs.lucee.org/reference/tags/table.html"},
2222
"railo": {"minimum_version":"", "notes":"", "docs":"http://railodocs.org/index.cfm/tag/cftable"},
2323
"openbd": {"minimum_version":"", "notes":"", "docs":"http://openbd.org/manual/?/tag/cftable"}

data/en/cftreeitem.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
}
105105
],
106106
"engines": {
107-
"coldfusion": { "minimum_version": "3", "deprecated":"11", "notes": "", "docs": "https://helpx.adobe.com/coldfusion/cfml-reference/coldfusion-tags/tags-t/cftreeitem.html" },
107+
"coldfusion": { "minimum_version": "3", "deprecated":"11", "removed":"2025", "notes": "", "docs": "https://helpx.adobe.com/coldfusion/cfml-reference/coldfusion-tags/tags-t/cftreeitem.html" },
108108
"openbd": { "minimum_version": "", "notes": "", "docs": "http://openbd.org/manual/?/tag/cftreeitem" }
109109
},
110110
"links": []

data/en/gettemplatepath.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"description":"Returns the filepath of the base template in this request",
88
"params": [],
99
"engines": {
10-
"coldfusion": {"minimum_version":"", "notes":"Use the GetBaseTemplatePath function instead", "docs":"https://helpx.adobe.com/coldfusion/cfml-reference/coldfusion-functions/functions-e-g/gettemplatepath.html", "deprecated":"6"},
10+
"coldfusion": {"minimum_version":"", "notes":"Use the GetBaseTemplatePath function instead", "docs":"https://helpx.adobe.com/coldfusion/cfml-reference/coldfusion-functions/functions-e-g/gettemplatepath.html", "deprecated":"6", "removed":"2025"},
1111
"lucee": {"minimum_version":"", "notes":"Use the GetBaseTemplatePath function instead", "docs":"https://docs.lucee.org/reference/functions/gettemplatepath.html","deprecated":"4.5"},
1212
"railo": {"minimum_version":"", "notes":"", "docs":"http://railodocs.org/index.cfm/function/gettemplatepath"},
1313
"openbd": {"minimum_version":"", "notes":"", "docs":"http://openbd.org/manual/?/function/gettemplatepath"}

0 commit comments

Comments
 (0)