Skip to content

Release v2018.01.30

Compare
Choose a tag to compare
@FarmGeek4Life FarmGeek4Life released this 30 Jan 23:23
· 354 commits to master since this release
  • MzIdentML creation: Don't output an empty ModificationParams element when there are no modifications (because not including it complies with the XML Schema, while including it with no child nodes does not)
  • Java 9 compatibility: add dependencies on com.sun.xml.bind:jaxb-impl and jaxb:activation to support use with Java 9 (with some warnings). Without this change, users must supply the Java VM argument "--add-modules=java.xml.bind,java.activation"