Deprecation Cleanup

Maintain @Deprecated code in the Quarkus codebase: remove code that has been deprecated for more than 12 months, and add the @Deprecated annotations that were missed when a related element was deprecated (e.g. a field is deprecated but its getters/setters/constructors are not). Use this skill whenever the user asks to clean up deprecations, remove old/long-deprecated code, purge deprecated APIs, "remove code deprecated for over a year", audit @Deprecated usage, or fix inconsistent/incomplete deprecation annotations — even if they don't name a specific class or module.

quarkusio Updated

File contents

quarkusio/quarkus/tree/main/.agents/skills/deprecation-cleanup commit 288896a927

Frequently asked questions

npx skillmds@latest add quarkusio/deprecation-cleanup