vars-annotation 0.3.0
This release is built for Java 11 (refer to the java11 branch). Although it appears to be stable, we are currently testing it at MBARI. So until we post a follow up release, its recommended that you stay with the 0.2.x series of releases.
Changes:
- All components upgraded to be compatible with Java 11
- Dependency injection is no longer used. We'll remove Guice in an upcoming release.
- Removed usage of Medusa as it causes builds to fail.
- App has been modularized.
- App is packaged using jpackage, which is still experimental.
- Configuration of app for deployment can be done be setting environment variables at build time.
- Added an
integrationTest
task for theorg.mbari.vars.services
module. - Additional information is available in issue #40