-
Right now most of our Java Maven registry pushes in CI failed because OSSRH is deprecated and we should move to the new Central Portal. This is why we has no Maven releases for latest versions and the…
-
DonnC updated
3 months ago
-
I noticed that `batchEnforce(...)` uses the `enforce` method which takes varargs but batchEnforce only passes 3 arguments to the enforce method. https://github.com/casbin/jcasbin/blob/4abeb4a37abae265…
DonnC updated
1 month ago
-
Hi,
I'm trying to use casbin in Java, and found that only redis/db policy adapters are supported officially in the documents.
Is there any plan about this implemention?
P.S. Since I'm not ver…
-
I believe a fix was put out a while ago for ConcurrentModificationExceptions being thrown. We still see some being thrown here and there. Don't have much to go off of besides a stacktrace though. Not …
-
Hi,
I am using JCasbin 1.55.0 and JDBC Adapter 2.7.0 with the standard RBAC model:
```cnf
# Request definition
[request_definition]
r = sub, obj, act
# Policy definition
[policy_definitio…
-
JCasbin officially supports DistributedEnforcer however there is no way to configure it with CasbinAutoConfiguration
https://github.com/casbin/jcasbin/blob/master/src/main/java/org/casbin/jcasbin/m…
-
See:
1. https://github.com/Bisnode/opa-kafka-plugin
2. https://github.com/aiven/aiven-kafka-auth
-
I'm testing Casbin function about multi-domain support.
My code is working only the first time. If I run again without clearing data on DB, I got the exception.
```
Exception in thread "main" org.c…
-
For now, Casbin is mainly a library, or sometimes as a service. It also can be a CLI tool. So we can call jCasbin in shell.
At least, we need to support basic model, adapter, enforcer APIs this tim…