Skip to content

FITS Service Releases Notes

David Neiman edited this page Jun 2, 2016 · 12 revisions

FITS Service Release Notes

Version 1.1.2 (TBD)

  • Removed duplication of JAR files that were put into the WAR's WEB-INF/lib directory by build.xml.

Version 1.1.1 (4/18/16)

  • Updated documentation.
  • Added 'description' attributes to a few Ant targets in build.xml.

Version 1.1.0 (4/15/16)

  • Implement POST handling of streaming file upload from any location.
  • Add Java test client - FormFileUploaderClientApplication.java - for testing POST functionality of Servlet.
  • Add script to exercise Java test client from terminal.
  • Built and tested with Java 8.

Version 1.0.0 (1/5/16)

  • Major refactoring.
  • This release is compatible only with FITS v.0.9.0 and later.
  • Removed all FITS project JAR files.
  • Removed WAR build artifact from source control.
  • FITS files runtime resolution via Tomcat or JBOSS classpath addition.
  • Created an Ant build file to create WAR artifact.
  • Initially only Servlet end point is GET HTTP request for local file upload.
Clone this wiki locally