adam bien's blog

afterburner 1.6.1 Released 📎

A small fix release this time:
  1. Demon threads are used for asynchronous view loading. (Thanks to: https://github.com/ennerf for the contribution)
  2. Per-view injection does not interfere any more with the regular model and service injection (bug fix)

Update your dependencies to:


<dependency>
	<groupId>com.airhacks</groupId>
	<artifactId>afterburner.fx</artifactId>
	<version>1.6.1</version>
</dependency>