> For the complete documentation index, see [llms.txt](https://jadelab.gitbook.io/jadegit/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://jadelab.gitbook.io/jadegit/0.18.0/developers/deployment/known-issues.md).

# Known Issues

The following covers notable issues affecting deployment capabilities, which may be due to platform issues or outstanding work within JadeGit.

Check the [project issue tracker](https://gitlab.com/jadelab/jadegit/-/work_items?state=opened\&or%5Blabel_name%5D%5B%5D=build) for other issues, and the [support page](/jadegit/0.18.0/developers/support.md) for guidance on raising new issues.

## Schema Loader

The following lists schema loader issues, grouped by the most recent platform version in which they're still present.

<details open>

<summary>2025 R2</summary>

<table><thead><tr><th width="131">Issue</th><th>Problem</th></tr></thead><tbody><tr><td><a href="https://jedi.ideas.jadeworld.com/ideas/JAD-I-102">JEDI #102</a></td><td>Cannot handle map file changes efficiently without intermediary re-orgs.</td></tr><tr><td><a href="https://jedi.ideas.jadeworld.com/ideas/JAD-I-457">JEDI #457</a></td><td>Complete JCF support needed to support rename &#x26; delete operations for all entity types.</td></tr><tr><td>PAR 70155</td><td>Cannot remove class map file during incremental update.</td></tr></tbody></table>

</details>

<details>

<summary>2022 SP3</summary>

<table><thead><tr><th width="131">Issue</th><th>Problem</th><th width="86" align="center">Hot Fix</th></tr></thead><tbody><tr><td>PAR 70112</td><td>Cannot delete class in latest schema version due to subschema reference error.</td><td align="center">7</td></tr></tbody></table>

</details>

<details>

<summary>2022 SP2</summary>

<table><thead><tr><th width="131">Issue</th><th>Problem</th><th width="86" align="center">Hot Fix</th></tr></thead><tbody><tr><td>PAR 66557</td><td>Cannot remove property after removing from exported package in latest schema version.</td><td align="center"></td></tr><tr><td>PAR 67022</td><td>Cannot delete interface in latest schema version due to deleted collection references.</td><td align="center">41</td></tr><tr><td>PAR 70019</td><td>Cannot delete interface in latest schema version due to deleted implementors.</td><td align="center">41</td></tr></tbody></table>

</details>

### Commands

The following table shows what Jade versions support new JCF commands (proposed by [JEDI #457](https://jedi.ideas.jadeworld.com/ideas/JAD-I-457)), using which deploying these kinds of changes is supported by JadeGit.  For older versions which don't support new commands, the build process errors to report unsupported scenarios.

<table data-full-width="false" data-search="false"><thead><tr><th>Command</th><th align="center">2025 R1/2 | 2022 SP3/4</th><th align="center">2022 SP2</th><th align="center">2022 SP1</th></tr></thead><tbody><tr><td>Delete Application</td><td align="center"><mark style="color:green;">✔</mark></td><td align="center"><mark style="color:green;">✔</mark></td><td align="center"><mark style="color:green;">✔</mark></td></tr><tr><td>Rename Application</td><td align="center"><mark style="color:green;">✔</mark></td><td align="center"><mark style="color:green;">✔</mark></td><td align="center"><mark style="color:green;">✔</mark></td></tr><tr><td>Delete Library</td><td align="center"><mark style="color:green;">✔</mark></td><td align="center"><mark style="color:green;">✔</mark></td><td align="center"><mark style="color:green;">✔</mark></td></tr><tr><td>Rename Package</td><td align="center"><mark style="color:green;">✔</mark></td><td align="center"><mark style="color:green;">✔</mark></td><td align="center"><mark style="color:green;">✔</mark></td></tr><tr><td>Delete ExportedType</td><td align="center"><mark style="color:green;">✔</mark></td><td align="center"><mark style="color:green;">✔</mark></td><td align="center">❌</td></tr><tr><td>Delete ExportedFeature</td><td align="center"><mark style="color:green;">✔</mark></td><td align="center"><mark style="color:green;">✔</mark></td><td align="center">❌</td></tr><tr><td>Delete Exposure</td><td align="center"><mark style="color:green;">✔</mark></td><td align="center">❌</td><td align="center">❌</td></tr><tr><td>Delete ExternalDatabase</td><td align="center">❌</td><td align="center">❌</td><td align="center">❌</td></tr><tr><td>Delete JadeOdbcView</td><td align="center">❌</td><td align="center">❌</td><td align="center">❌</td></tr><tr><td>Delete RPSMapping</td><td align="center">❌</td><td align="center">❌</td><td align="center">❌</td></tr></tbody></table>
