Skip to content

Version 2.1

Latest
Compare
Choose a tag to compare
@Fruchuxs Fruchuxs released this 01 Feb 23:04
· 34 commits to master since this release

Changes:

  • All logging outputs now redirected to log4j to prevent massive spam
  • Only Level.ERROR and above events are printed to the console
  • CLI added
  • Start parameters added
  • ApplicationInfo class added with some constants like VERSION, PROJECT_SITE, etc.
  • getProcess(endpoint : URL, identifier : String) : WpsProcessEntity method added to the MonitorControl facade
  • The RESTful Interface now implements the java.lang.AutoCloseable interface
  • Monitor#shutdown() now also shutdowns the underlying Jetty Webserver