Release v1.1.0 of the DMV sample app for Java
Release the DMV sample app v1.1.0
With this change, we update the sample app to use the new driver features like:
- varargs in the execute methods.
- Use the driver.execute method to execute transactions. You can still use the session.execute method if you want to.
- Added an
InsertIonTypes
to show how to use different Ion types to QLDB