Alfresco / alfresco-js-api

This project provides a JavaScript client API into the Alfresco REST API and Activiti REST API.
Apache License 2.0
117 stars 63 forks source link

[ACS-6231] cleanup old codegen #1716

Closed DenysVuika closed 10 months ago

DenysVuika commented 10 months ago

Please check if the PR fulfills these requirements

[x] The commit message follows our [guidelines](https://github.com/Alfresco/alfresco-js-api/wiki/Commit-format)
[ ] Tests for the changes have been added (for bug fixes / features)
[ ] Docs have been added / updated (for bug fixes / features)

What kind of change does this PR introduce? (check one with "x")

[ ] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[x] Refactoring (no functional changes, no api changes)
[ ] Build related changes
[ ] Documentation
[ ] Other... Please describe:

What is the current behavior? (You can also link to an open issue here)

What is the new behavior?

cleanup the old java codegen

notes: the codegen is no longer used for some time, and the library is maintained manually; the codegen output is not compatible with modern standards, does not pass linting and generates too much clutter

Does this PR introduce a breaking change? (check one with "x")

[ ] Yes
[x] No

If this PR contains a breaking change, please describe the impact and migration path for existing applications: ...

Other information: https://alfresco.atlassian.net/browse/ACS-6231