Skip to content

Tags: permitio/permit-java

Tags

2.2.5

Toggle 2.2.5's commit message
Migrate to new Maven Central Portal for publishing (#37)

2.2.4

Toggle 2.2.4's commit message
Migrate to new Maven Central Portal for publishing (#37)

2.2.3

Toggle 2.2.3's commit message
Migrate to new Maven Central Portal for publishing (#37)

2.2.2

Toggle 2.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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>

2.2.1

Toggle 2.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added proxy facts timeout policy (#33)

2.2.0

Toggle 2.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
dan/per-11891-add-proxy-facts-to-java-sdk (#31)

* Add support for proxy facts via PDP

* Add support for proxy facts via PDP

* Added proxy facts urls to all facts APIs

---------

Co-authored-by: Mishra <anmishra@navan.com>

2.1.2

Toggle 2.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #29 from permitio/gidi/per-11143-add-check-against…

…-opa-directly-to-java-sdk

Add new ability to get user permissions via opa directly

2.1.1

Toggle 2.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #29 from permitio/gidi/per-11143-add-check-against…

…-opa-directly-to-java-sdk

Add new ability to get user permissions via opa directly

2.1.0

Toggle 2.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
return 201 instead of 200 on user creation (#28)

2.1.0-rc.3

Toggle 2.1.0-rc.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
snyk fix issues - upgrade packages (#26)