Open mjpt777 opened 9 years ago
Me and @aalmiray discussed this today. Plan is to finalize it next week. In a nutshell we want to provide a way to specify all JMH options in a single command. We were also discussing supporting old mode of passing options separately in case if new single String argument is not defined for compatibility reasons. But I personally advocate that we just move to single argument config.
After battling with trying to make the plugin work we have given up on it and are now doing it manually like in the following which seems easier:
https://github.com/real-logic/simple-binary-encoding/blob/master/build.gradle
@mjpt777 it's a pity. I really hope next week we will make a new release with so much awaited fixes. Would love to hear what was not working for you in SBE project. /cc @aalmiray
Lots of issues with dependency management and how it does not play well with code generation.
The list of options to JMH needs to be updated to reflect JMH advances.
A better option might be to have a JMH options parameter that can combine a number of options.