Skip to content

Stable 1.0.0 Release aka "Iron Horse"

Compare
Choose a tag to compare
@wagnert wagnert released this 16 Feb 10:04
· 838 commits to master since this release

First stable appserver.io 1.0.0 aka "Iron Horse" release

After more than 2 years, we're proud to present the first stable 1.0.0 version appserver.io infrastructure solution!

Bugfixes

  • Fixed #514 - @singleton session bean needs @startup annotation
  • Fixed #513 - Manually creating a timer results in a segfault
  • Fixed bug for invalid call to format() method if calculateNextTimeout() returns NULL
  • Fixed bug in SplClassLoaderFactory::visit() method by add missing $configuration parameter

Features

  • Removed old dependencies
  • Updated to stable requirements

Notes

  • IMPORTANT: Since version 1.0.0-rc3 we've refactored system critical functionality. Please be aware, that anything you've developed on versions before 1.0.0 needs to be refactored before it'll run on this release!
  • For detailed installation instructions look at our documentation
  • It is strongly recommended, that you'll remove installed versions before upgrading to 1.0.0
  • Linux packages are split in runtime and distribution packages. So please install both of them. Runtime packages provide appserver-runtime which the appserver-dist package depends on
  • For bleeding edge development builds, check our nightly builds page