JQL - new withVersion() filter #322
Closed
Labels
Comments
It could be implemented in the same way like |
mwesolowski
added a commit
to mwesolowski/javers
that referenced
this issue
Jan 26, 2016
mwesolowski
added a commit
to mwesolowski/javers
that referenced
this issue
Jan 26, 2016
@milanov, looks like @mwesolowski already did it :) |
@bartoszwalacik @mwesolowski Wow, that was fast! Impressive! |
bartoszwalacik
added a commit
that referenced
this issue
Jan 28, 2016
#322 JQL - snapshot version filter
released in v. 1.4.7 |
@atomfrede check out new |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
new filter for snapshot queries:
javers.findSnapshots( QueryBuilder.byInstanceId("bob", Employee.class).withVersion(5).build() )
withVersion()
should work simmilary towithCommitId()
filterrequested by:
@atomfrede
@milanov
The text was updated successfully, but these errors were encountered: