Dmitry Kuzmin
Dmitry Kuzmin
Currently, the method `Aggregate.apply(List events)` always adds all `events` to the in-memory list of aggregate's `uncommittedEvents`, ignoring the actual result of applying them to the entity. When multiple messages are...
Entity columns can be persisted in the storage as any Java type including non-`Comparable` ones. When querying for column value, some implementations (for example, [jdbc one](https://github.com/SpineEventEngine/jdbc-storage/blob/master/rdbms/src/main/java/io/spine/server/storage/jdbc/query/QueryPredicates.java)) may require that column...
Currently, we support `@Nullable` entity columns which can have `null` as their value, but do not support querying for `null` via column filters. `ColumnFilters` utility responsible for filter creation currently...
Currently, the entities having commanding methods do not have a separate dispatch mechanism implemented for them. The only `Commander` entity, `ProcessManager`, always returns a `List` of events for any event/command...
**Is your feature request related to a problem? Please describe.** When I click the "Next" button on pagination controls, the whole pagination UI sometimes suddenly becomes wider or narrower, depending...