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

Feature/use java8 time instead of clj time #69

Merged
merged 4 commits into from
Jul 22, 2021

Commits on Jul 21, 2021

  1. Use java.time.Duration as a default when passing in simulation duration

    It is not recommended to use JodaTime library in Java 8+ environment.
    To keep backwards compatibility the previous JodaTime datatype is still
    accepted. However, clj-gatling converts it to Java8 Duration and shows
    warning.
    mhjort committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    1b3e509 View commit details
    Browse the repository at this point in the history
  2. Bump clojider-gatling-highcharts-reporter

    Latest version accepts Java8 time objects instead of clj-time
    mhjort committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    1378f78 View commit details
    Browse the repository at this point in the history
  3. Bump dependencies

    mhjort committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    f26a454 View commit details
    Browse the repository at this point in the history
  4. Add duration option to example

    mhjort committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    1e3de8f View commit details
    Browse the repository at this point in the history