All notable changes to this project will be documented in this file.
The format is derived from Keep a Changelog and this project adheres to Semantic Versioning.
- Improvement: JavaDoc meets new requirements of Java 8
- Fix:
ParameterContext.getParameter(MyType.class)
caused aClassCastException
for any type butObject[]
. - Feature: New method
ParameterContext.getParameterAsArray()
- use if stored parameter is expected to be an array ofObject
or if it shall be converted - Feature: New method
ParameterContext.getParameter
- Use this method to let the Java compiler infer the type of the parameter. No class type parameter needed anymore.
- initial version