(Quick Reference)

1 Introduction to the Database Migration JAXB Plugin - Reference Documentation

Authors: Burt Beckwith

Version: 0.1

Table of Contents

1 Introduction to the Database Migration JAXB Plugin

The Database Migration JAXB plugin extends the Database Migration plugin to add the ability to write changelogs in Java or Groovy code using JAXB classes.

The plugin uses JAXB 2.2 classes, so you must either use Java 7 or higher, or upgrade to the newer version of JAXB. I don't know if this is possible since the classes are part of the JDK, so your best bet is to use Java 7+.

1.1 History

History

  • January 5, 2013
    • initial 0.1 release