... and it is a big one ...
- Support for traditional parameterization and API-modifications to clearly point out the type of parameterization. There are now two different annotations for specifying how a field is to be parameterized:
@ParameterizedValue specifies traditional parameterization for a boolean or enum field
@ParameterizedCallback replaces @CallbackField to specify a callback-injected field (of interface type)
- Fixes that improve Powermock-integration
- Fixes for some classloading-related issues
- Fix for combine issues that relate to combined values that occur more than once... read more
Version 1.0-beta-3 has been released.
- It features fixes for BddRunner so that its functionality now better matches the behavior that is documented at
http://callbackparams.org/part1-maintain.html#bdd.
Version 1.0-beta-3 is available at Maven Central (recommended) and Sourceforge. For the Maven-download use ...
- groupId: org.callbackparams
- artifactId: callbackparams
- version: 1.0-beta-3
Keep in mind that the Sourceforge download does not include the mandatory dependency to BCEL: http://callbackparams.org#dependencies
Version 1.0-beta-2 has been released. - The most noticeable change is that some deprecated JUnit-4 API has been removed and the remaining API has undergone a few feature and documentation improvements.
Version 1.0-beta-2 is available at Maven Central (recommended) and Sourceforge. For the Maven-download use ...
- groupId: org.callbackparams
- artifactId: callbackparams
- version: 1.0-beta-2
Keep in mind that the Sourceforge download does not include the mandatory dependency to BCEL: http://callbackparams.org#dependencies
The beta-1 release of CallbackParams is now available at Maven Central:
- groupId: org.callbackparams
- artifactId: callbackparams
- version: 1.0-beta-1
More information on the maven setup can be found at
http://callbackparams.org/#maven
The initial release callbackparams-1.0-beta-1 is now available for download.
Keep in mind that the mandatory dependencies to JUnit and BCEL are not part of this download!
To learn the ways of CallbackParams - please have a look at http://callbackparams.org