All Versions
141
Latest Version
Avg Release Cycle
37 days
Latest Release
1556 days ago

Changelog History
Page 11

  • v1.0.4 Changes

    ๐Ÿ›  Bugfixes

    • ๐Ÿ›  Fixed #725 - no Datasources in Singleton SessionBean
    • ๐Ÿ›  Fixed #731 - Custom include paths in SplClassLoader not used
    • ๐Ÿ›  Fixed #719 - Around advice chain does break at certain size
    • ๐Ÿ›  Fixed #721 - Different order of Advices in pointcut.xml depending on type

    ๐Ÿ”‹ Features

    • None
  • v1.0.3 Changes

    ๐Ÿ›  Bugfixes

    • ๐Ÿ›  Fixed #682 - Invalid output handling for fatal errors in Servlet-Engine
    • ๐Ÿ›  Fixed #680 - Multiple advices by different pointcuts are eliminating each other

    ๐Ÿ”‹ Features

    • None
  • v1.0.2 Changes

    ๐Ÿ›  Bugfixes

    • ๐Ÿ›  Fixed #110 - Digest auth does not work on windows build
    • ๐Ÿ›  Fixed #605 - Problems saving structure map on Windows
    • ๐Ÿ›  Fixed #654 - Existing files containing spaces are ignored
    • ๐Ÿ›  Fixed #635 - Extracting PHAR archives containing empty files results in an exception
    • ๐Ÿ›  Fixed #666 - appserver-watcher daemon does not work on Windows
    • ๐Ÿ›  Fixed #673 - "Cannot re-declare class ..." error on certain circumstances
    • ๐Ÿ›  Fixes #675 - Canceled authentication does not default to 401 error page

    ๐Ÿ”‹ Features

    • ๐Ÿ Closed #179 - Standardize Windows builds
    • ๐Ÿ Closed #283 - MSI based Windows installer
    • Closed #620 - Extend in-code comments in regards to missing properties
    • ๐Ÿšš Closed #645 - Remove obsolete authentication adapters from ServletEngine
    • ๐Ÿšš Closed #657 - Remove serverSoftware and serverAdmin attributes from host node
    • ๐Ÿ”จ Closed #656 - Refactoring ServletEngine + PersistenceContainerModule for less usage of \Stackables
    • ๐Ÿ‘ท Closed #655 - Reduce memory consumption by decrease worker number
  • v1.0.1 Changes

    ๐Ÿ›  Bugfixes

    • ๐Ÿ›  Fixed #618 - Segfault on Mac OS X when restarting after a new installation
    • ๐Ÿ›  Fixed #599 - After updating on Debian, the server signature will not been updated if appserver.xml has not been replaced
    • ๐Ÿ›  Fixed #598 - Update changes fileowner to root instead of user configured in configuration
    • ๐Ÿ›  Fixed #597 - Example app should not be reinstalled on upgrades
    • ๐Ÿ›  Fixed #551 - Pre-uninstall can fail to stop php-fpm process
    • ๐Ÿ›  Fixed #550 - Content of var/tmp does not get cleared correctly
    • ๐Ÿ›  Fixed #489 - Problems setting base dir for wrong configuration sequence
    • ๐Ÿ›  Fixed #569 - Comment-less structures are ignored by pointcuts
    • ๐Ÿ›  Fixed #580 - Update on *nix OS does not restart daemons
    • ๐Ÿ›  Fixed #612 - php_opcache.dll failed to load if installed in non default path (Windows)

    ๐Ÿ”‹ Features

    • ๐Ÿ‘ป Closed #607 - Improve ServletEngine exception handling
    • Closed #593 - Update PHP/PECL version + upload_tmp_dir configuration directive enhancement
    • ๐Ÿšš Closed #582 - Move manager/class loader interfaces to application PSR
    • ๐Ÿ”จ Closed #572 - Refactor Descriptor integration, move interfaces to PSRs
  • v1.0.0 Changes

    ๐Ÿ›  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
  • v1.0.0-rc3 Changes

    ๐Ÿ›  Bugfixes

    • ๐Ÿ›  Fixed error by adding clearstatcache() when adding additional files to logrotate configuration
    • ๐Ÿ›  Fixed #478 - Optimize update process on all OS
    • ๐Ÿ›  Fixed #492 - 500 Internal error page will be rendered on missing PHP file
    • ๐Ÿ›  Fixed #503 - Wrong PHP version within welcome page
    • Usage of wrong annotation classes within the AspectManager class + new dependencies

    ๐Ÿ”‹ Features

    • Closed #487 - Register logger instances in Naming Directory
    • ๐Ÿ”จ Closed #508 - Refactoring Naming to improve decoupling of Frameworks
    • ๐Ÿ”จ Closed #457 - Refactoring of annotation syntax
    • Closed #458 - Create new PSR for pbc and aop usage
    • ๐Ÿ”จ Closed #505 - Refactoring Application initialisation to better support community Applications
    • โž• Added welcome-page support for servers to be configurable as well
    • ๐Ÿ”จ Refactored installation setup process to be called only once in dist post install scripts
    • Introduced #469 Provide setup script for developer mode
    • โšก๏ธ Updated dependencies of appserver-io/doppelgaenger and appserver-io/rmi
  • v1.0.0-rc2 Changes

    ๐Ÿ›  Bugfixes

    • ๐Ÿ›  Fixed missing documentRoot param to persistence-container configuration in appserver.xml
    • ๐Ÿ›  Fixed invalid registration of local/remote business interfaces for session beans
    • ๐Ÿ›  Fixed XSD validation problems for logger entries based on wrong handlers element namespace

    ๐Ÿ”‹ Features

    • ๐Ÿš€ Closed #473 - Create deployment PSR
    • ๐ŸŒฒ Log exceptions thrown in ServletEngine::process method
    • ๐Ÿ“ฆ Move OS specific templates and resources to dist packages
    • ๐Ÿ‘ Allow argument --install-dir for composer post-install-cmd
    • โœ‚ Remove var/www/core_functions.php script and include from server.php
    • โž• Add method logCriticalException() to AbstractServletEngine to simplify exception logging
  • v1.0.0-rc1 Changes

    ๐Ÿ›  Bugfixes

    • โž• Added missing dependency to appserver-io/lang
    • ๐Ÿ›  Fixed MQ memory leak because of missing job thread when handling messages
    • ๐Ÿ›  Fixed invalid namespace in QueueManager::createSenderForQueue() method
    • โœ‚ Remove unnecessary interfaces SenderInterface + ReceiverInterface
    • ๐Ÿ›  Fixed error when prepared directories to be created on startup
    • ๐Ÿ›  Bugfix within service tests
    • ๐Ÿ›  Minor bugfixes

    ๐Ÿ”‹ Features

    • ๐Ÿ”จ Refactoring, move interfaces of Persistence-Container + Message-Queue to separate packages
    • โœ‚ Removed risk factor of non-injected \Stackable within class loader
    • Applied new file name and coding conventions
    • โšก๏ธ Updated dependencies
  • v1.0.0-beta4 Changes

    ๐Ÿ›  Bugfixes

    • ๐Ÿ›  Fixed #290 - Segfault in Windows build
    • ๐Ÿ›  Fixed #336 - Positioning of namespace definition next to php tag
    • ๐Ÿ›  Fixed #348 - Changed determination of omitted namespaces

    ๐Ÿ”‹ Features

    • Closed #282 - Implement logrotate functionality as Server
    • ๐Ÿ”จ Closed #192 - Refactor configuration
    • ๐Ÿ”ง Closed #350 - Creating EPB references by annotations + XML configuration
    • ๐Ÿ”จ Closed #284 - Refactor Application implementation/interface
    • ๐Ÿ”จ Closed #289 - Refactoring bean/servlet/manager registration in naming directory
    • ๐Ÿ”จ Closed #285 - Refactor servlet engine virtual host management
    • ๐Ÿ”ง Closed #291 - Configuration (XML configuration) based bean declaration
    • ๐Ÿ‘ Closed #300 - Timer Service doesn't support seconds as period
    • ๐Ÿ”จ Closed #281 - Refactoring InitialContext in NamingDirectory
    • Closed #182 - HTTP digest authentication within webserver
    • ๐Ÿ”ง Closed #367 - Add XSD validation for additional XML configuration files
    • ๐Ÿ”ง Introduced XSD validation for app based configuration files
    • ๐Ÿš€ Changed nikic/phlexy version from unstable dev-master to stable release 0.1
    • ๐Ÿ”ง Extended configuration validation and provided the new configtest CLI command
    • ๐Ÿ”ง appserver.xml configuration can now be splitted into several files using the xinclude XML feature
    • โž• Add --c start argument to change default configuration file
    • โž• Add scanner for changed files in webapps directory
    • โœ‚ Remove some SPL Iteratators
    • โœ‚ Remove automatic directory parsing of appserver-io/routlt package from context.xml
    • โž• Add scanner to restart application server when a PHP file changes in webapps directory (deactivated by default)
    • Integration of appserver-io/microcron to allow for second based timer task execution
    • ๐Ÿ”จ Refactored servlet engines to provide app path information without the use of virtual hosts + cleanup in applications
    • ๐Ÿ‘Œ Improved performance by dynamic switching to simplified class loading
    • ๐Ÿ”จ Refactored and extended the webserver's authentication capabilities
  • v1.0.0-beta3 Changes

    ๐Ÿ›  Bugfixes

    • ๐Ÿ›  Fixing problems with FastCGI connection to latest HHVM versions
    • ๐Ÿ“ˆ Analytics module configuration within virtual hosts was ignored

    ๐Ÿ”‹ Features

    • None