- None
- Add ServletRequestInterface::IDENTIFIER and ServletSessionInterface::IDENTIFIER constants
- None
- Refactor annotations, make them compatible with Doctrine Annotations library
- None
- Switch to latest appserver-io/lang branch ~3.0
- None
- Add new utility class RequestHandlerKeys
- None
- Add addInitParameter() method to ServletContextInterface
- Add getProposedSessionId() method to HttpServletRequestInterface
- None
- Add method HttpServlet::doPatch() to handle the HTTP PATCH request method
- None
- Use oject class instead for CLASS for do*() method exceptions in HttpServlet implementation
- Fixed required initParams attribute when using @Route annotation
- None
- None
- Added method hinting for ServletDescriptorInterface common implementations
- None
- Added method hinting for several interfaces' common implementations
- Updated build process
- None
- Move Descriptor implementations from appserver-io/appserver to this package
- None
- Switched to stable dependencies due to version 1.0.0 release
- None
- Upgraded dependency of appserver-io-psr/http-message
- None
- Unified the interface naming conventions
- Moved to new documentation schema
- None
- Extended the HttpServletRequest interface to be more compliant with corresponding Java6 interface + new set- and getBaseModifier method
- None
- Pre-Initialize the Route annotation class initialization params and url mapping arrays
- None
- Add @Route annotation implementation for allow annotation based configuration for servlets
- None
- Update constant IDENTIFIER to use short class name instead of fully qualified one
- None
- Replace HttpSessionWrapper with simple wrapper implementation => move original implementation to TechDivision_ServletEngine
- Replace PHP 5.4 incompatible ServletContext::class usage in ServletContext
- Remove compser.lock/composer.lock from tracking
- None
- None
- Add HttpServletResponse::setStatusCode() method to interface
- Add composer dependency in techdivision/application package
- None
- Refactoring ANT PHPUnit execution process
- Composer integration by optimizing folder structure (move bootstrap.php + phpunit.xml.dist => phpunit.xml)
- Switch to new appserver-io/build build- and deployment environment