Tags: permitio/permit-java
Tags
Fix Javadoc errors and add CI validation (#36) * Fix Javadoc errors and add CI validation - Fix malformed HTML in GroupCreate.java and GroupRead.java by wrapping <resource_key:resource_instance_key> with {@code ...} - Add javadoc.yaml workflow to validate Javadoc on PRs and master pushes - Update publish.yaml to verify Javadoc before publishing Fixes PER-13670 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * Update src/main/java/io/permit/sdk/openapi/models/GroupCreate.java Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update src/main/java/io/permit/sdk/openapi/models/GroupRead.java Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * wip * Exclude generated OpenAPI models from javadoc - Add javadoc task exclusion for io/permit/sdk/openapi/models/** - Mark folder as linguist-generated in .gitattributes for GitHub This reduces javadoc warnings from 100+ to 1 and collapses generated code diffs in GitHub PRs. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * Revert javadoc fixes in generated files The generated OpenAPI models are now excluded from javadoc generation in build.gradle, so we don't need to fix the javadoc in these files. This keeps the generated files closer to their original state. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * wip * Update .github/workflows/javadoc.yaml Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Add missing @param description in ElementsLoginResult Fixes the last remaining Javadoc warning. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
PreviousNext