Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Multiarg support #74

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

WIP: Multiarg support #74

wants to merge 6 commits into from

Commits on Sep 23, 2017

  1. Add arguments support for many payloads (#72)

    * Initial implementation to support multiple parameters
    
    * Update documentation with new usage
    
    * Fix
    
    * Implement backward API compatibility
    
    * Use escapeutils to escape java strings
    
    * Fix compatibility with JRE1.6
    
    * Remove dependencies on apache commons libraries
    
    * Add support for multiple arguments for CommonsCollection5 and 6
    ugomeda authored and frohoff committed Sep 23, 2017
    Configuration menu
    Copy the full SHA
    2ebc617 View commit details
    Browse the repository at this point in the history
  2. fixed commons 1,5,6

    frohoff committed Sep 23, 2017
    Configuration menu
    Copy the full SHA
    61c8c12 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2017

  1. Configuration menu
    Copy the full SHA
    9e62a89 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1075423 View commit details
    Browse the repository at this point in the history
  3. switched test to multiarg

    frohoff committed Sep 24, 2017
    Configuration menu
    Copy the full SHA
    b4d9c9b View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2017

  1. re-added java string escaping

    frohoff committed Sep 25, 2017
    Configuration menu
    Copy the full SHA
    cf44df1 View commit details
    Browse the repository at this point in the history