Florian Brunner
Florian Brunner
This is a discussion about the release process and how the JavaFX Maven Plugin could support it. I don't have the full picture about native installers yet, but since you're...
If the multi module POM (root) and the parent POM are different POMs, the the plugin throws the following error: > Failed to execute goal com.amashchenko.maven.plugin:gitflow-maven-plugin:1.10.0:release-start (default-cli) on project drombler-commons:...
When running the hotfix-finish goal on a support branch, the support branch stays on the released version instead of the next SNAPSHOT version. After tagging do something like: - update...
Make sure JavaFX applications can be run directly in the browser. Provide some demo applications.
**Reported by puce on 2013-12-10 20:05 UTC** Provide CDI integration: - Make sure it works well with OSGi - Make Dockable panes more lightweight by not requiring them to extend...
**Reported by puce on 2013-06-24 08:11 UTC** Allow to re-order dockable panes (tabs) using drag & drop.
**Reported by puce on 2013-06-24 08:15 UTC** Allow to drag & drop dockable panes (tabs) to other docking areas. The user should be able to define the position where the...
Make sure Drombler FX works with Java SE 9.
Replace SCR annotations/ plugin with the official annotations from the OSGi R6 specification. http://felix.apache.org/documentation/subprojects/apache-felix-maven-scr-plugin.html
Toggle get deactivated on accelerator. See e.g. Ctrl+D in the test application (archetype).