Results 8 comments of Guo

hope it still in progress

i also want it ,thanks

Looking forward this function and also 1.0.0 release

I mean when some people commit code on gitlab, it will auto ADD a comments on the Plan issue /task to say someone commit code for this change, then when...

hope it support soon,@bsbodden many thanks for your hard work

many thanks for quick response

I use follow way : public List queryComments(String commentsId) { Predicate predicate = i -> (i.compareTo(commentsId) > 0); List commentsIds = entityStream.of(Comments.class).map(Comments$.COMMENT_ID).filter(predicate) .collect(Collectors.toList()); return commentRepo.findAllById(commentsIds); }

> @guos sorry for the late reply.... been swamped. If I understand correctly you want lexicographic order comparators, correct? @bsbodden ,yes ,many thanks