Arquillian Error: ArchiveExportException

I ran into a baffling error the other day while working with Arquillian. I added Arquillian to a simple project requiring only the Java SE container for some “lite” CDI injection. However, when I went to run the unit tests, they failed:   This didn’t make any sense as the output directories were all writeableContinue reading “Arquillian Error: ArchiveExportException”

Thoughts on Oracle’s Desktop Java Announcement

On March 7th Oracle made a major announcement regarding desktop Java support going forward. In Java releases, starting this September, JavaFX will no longer be bundled with the JDK/JRE. It will still be supported as a part of Java 8 until 2022. JavaFX was the next generation UI toolkit originally released in 2007. Initially itContinue reading “Thoughts on Oracle’s Desktop Java Announcement”