Aaron Klish

Results 90 comments of Aaron Klish

I took a stab at this on elide 7 branch, but ran into issues with hibernate search (which doesn't appear to support hibernate 6 yet).

Fixed in Elide 7.

My initial thought is that we could leverage existing Permission annotations that have NONE as the expression to remove paths from OpenAPI and similarly remove operations from GraphQL. While not...

setAttribute is now invoked in DataStoreTransaction (since Elide 6)

The danger in derring inline checks is that an attacker can overwrite the value of a field in a transaction. The check would have failed but because it was deferred...

Can you reproduce this with elide-spring-boot-example and publish a branch? Then I can debug it.

The asterisk is treated by the FIQL parser as a wildcard (and the operator becomes a prefix query). For in-memory evaluation of the filter, Elide attempts to _coerce_ any argument...

Seems like this would be a relatively simple change to make these deterministic. I'm happy to review a PR if you want to submit a patch.

Elide doesn't support maps as relationships because JSON-API doesn't have a similar concept.

My theory is that elide doesn't see the field because it is transient so the hook never fires. To verify, try removing transient and see if that resolves the issue....