Skip to content

Replace Query and Criteria APIs with library support #209

@eawagner

Description

@eawagner

There are a number of libraries out there that provide a lot of the same functionality of the query and criteria APIs.

That being said, we should probably pick which library support we should use.

I am impartial to JEXL because it provides a very rich AST for representing queries and a very flexible evaluation engine. That being said, it is very very complex in some instances.

Alternatives could also include:

  • Javaluator
  • MVEL
  • JUEL

If we chose one we need to distinguish between the definition of a query VS the evaluation of a query. We can use different libraries for each.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions