JacpFX 2.0.1 bugfix release

Today we released a bugfix release of JacpFX (2.0.2) which is solving mainly two bugs:
1. When using JacpFX on Windows in Eclipse/Netbeans/… we fixed a bug finding the correct JacpFX components
2. under some conditions a perspective view may be empty on perspective switch
Beside the bugfixes we released also a „minimal launcher“, so you can create JacpFX applications without any other dependencies. With the Spring Launcher you always had an overhead even if you don’t want to use Spring. To use the new application launcher add the maven dependency:

<dependency>
    <groupId>org.jacpfx</groupId>
    <artifactId>jacpfx.JavaFXLauncher</artifactId>
    <version>${jacp.version}</version>
    <scope>compile</scope>
</dependency>


and add a launcher like this:

shadow