Skip to content

Releases: pcdv/flak

1.3.3

18 Feb 17:06
Compare
Choose a tag to compare

Fix publication issues on Jitpack.io

1.3.0

18 Feb 14:21
Compare
Choose a tag to compare

Add argument extractor to easily get current logged user.

e.g.

  @JSON
  @Route("/api/db/table/:table")
  public Collection<Record> select(FlakUser user, String table) throws Exception {
    log.info("Executing select %s from user %s", table, user);

Make it easier to extend DefaultSessionManager + other cosmetic changes

1.2.0

07 Feb 15:52
Compare
Choose a tag to compare
Publish 1.2.0