Releases: AmayaFramework/amaya-core
Releases · AmayaFramework/amaya-core
2.1.2
2.1.1
- Add getOriginalRequest() and getOriginalResponse() to Context and HttpContext
2.1.0
- Upgrade jakarta version from ee9 to ee10
2.0.5
- Add getOrDefault methods to OptionSet
- Remove int shortcuts for http versions (1 instead of 10, etc.) for better version comparisons
2.0.4
- Add HTTP/3.0 entry to http module
- Minor improvements at context module
- Add integration with environment at server module
- Update web module implementation with new features
- Update module versions at core module
2.0.3
- Clean up dependencies
- Update jtype and amaya-di versions
- Add typed keys to amaya-options
2.0.2
- Minor changes in di-dependent behaviour (from exception to no-op)
2.0.1
- Update amaya-di to 2.3.1 (old api from 2.x broken into 2.3.0)
- Update core to support new api
2.0.0
- Full framework rework
- Split core module by options, environment, service, http, context, server, application and web application
- Upgrade java version to 11
- Integrate framework with java module system