Gwendal Daniel

Results 32 issues of Gwendal Daniel

The current implementation only compare top-level fields with the FieldValues provided in the addMatchableEvent. We should provide a way to match fields that are included in other fields.

Enhancement
Core
Low Priority

It would be nice to handle URIs like `/monitoring/session/`. This doesn't seem to be easy with the current architecture though.

Enhancement
Server
Low Priority

The server doesn't support pagination, so calling `/analytics/monitoring` will dump all the content of the underlying database. We should limit the size of the output and provide a pagination mechanism.

Enhancement
Server
Low Priority

Discussed with @hamzaed

DialogFlow
Low Priority

Supporting synonyms would also allow to match mapping values in a case insensitive way (see #259) We need synonyms for this because - Matched mappings should return their reference value...

Enhancement
Low Priority

The commons-lang3 version is too old and doesn't have a `JavaVersion` entry for Java > 8. This error is thrown even if Java is configured to run the application with...

Bug
Build
Low Priority

`@any` (and all the other system entities) are now mapped with `"(\\S)+"` (every sequence of non-space characters). This could be improved when the rest of the String to match is...

Enhancement
RegExp
Low Priority

I guess the name of the session is not encoded/decoded properly and the runtime cannot retrieve it.

Bug
DialogFlow
Monitoring

The created `XatkitSessions` are never released, even when the sessions are effectively over. This constitute a memory leak (the memory used to store sessions will increase over time, and cannot...

Enhancement
Core