Skip to content

Bump jmeter-maven-plugin from 1.10.1 to 3.1.1 #1704

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

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps jmeter-maven-plugin from 1.10.1 to 3.1.1.

Release notes

Sourced from jmeter-maven-plugin's releases.

Release 3.1.1

See #380, release log:

  • fd6b64700880b9b10770f3f316fe6058138f29e1 by @Ardesco: Fix #378 Add config option to ...
  • 96f1cc0a58ec86594885a0d2e50045aebed70c59 by @Ardesco: Fix #379 Add a default guiTest...
  • 24873ae5f0c7bbbc4c7a06945b45c0cc05617aab by @Ardesco: Update README.md and CHANGELOG...

Released by Rultor 1.69.1, see build log

Release 3.0.0

Release notes:

https://github.com/jmeter-maven-plugin/jmeter-maven-plugin/milestone/34?closed=1

See #349, release log:

  • e8998254053be3279adcb0bd026e5300cb15fc16 by @pmouawad: Restore me
  • 092277ffe92bbad06342aa49e2135c509d7ebdf7 by @pmouawad: test jdk13
  • f3a56fbae4fe9b1543db1634edd1775ae740a0e5 by @pmouawad: No enrolled in GitHub Sponsors...
  • 0353050f9b47ce890cd4396bbc7c26a47b23b8d1 by @pmouawad: Update release notes
  • c5f5e6b3e0978f695668826934af444bf6309b39 by @pmouawad: Support JMeter 5.2.1 This reso...
  • 49cd8fb2a707167348993fe691e2a69a9bb8a5f7 by @pmouawad: Fix configuration
  • 72d6d18ea29862c6d4eead8eceb937518e08d67e by @pmouawad: Restore test of JMeter nightly...
  • 31730ca0f563bb4f21d165dd1d133e645c476b0e by @pmouawad: ConfigureJMeterMojo: download ...
  • 2556d8dbe629a8189064079ff61c578582ccc19e by @Ardesco: Revert commit that is breaking...
  • 54a70e6d26667e4406b74d737afe48c2e02921f6 by @vlsi: Add Travis job to test with Ap...
  • ed58982a390f0d9a67cda04290b8e6fcf21141d6 by @Ardesco: add command to run JMeter in a...
  • 8900191b10a6b953d656e97cb39d7394e1b1e4f4 by @Ardesco: Tweak README and add sponsorsh...
  • e33c36f2914424d14f78382d481c97113ffe2dd7 by @Ardesco: Use path from test config to s...
  • 59735c978e776215c61db81ce1da1903f052faaa by @pmouawad: Fix var name typo Improve logg...
  • 0b34e4ec519e8848acd5c52923f59b4389a6fad8 by @Ardesco: Fix #344 JMeter GUI config alw...
  • b76929fd0ec16538787ef7f4fd8172ef00612da3 by @Ardesco: Add dist:trusty to fix JDK8 bu...
  • c68139a9bc9606827924681e771f7753b3c8acd4 by @Ardesco: Work relating to #230 Remove ...
  • 88261ef4be5ab8c38135c0b3f596ec5da55a663d by @Ardesco: Work relating to #230 We now ...
  • b6c24a066d69602e943c045e70765c02701b0e73 by @Ardesco: Fix error with remote-test pom...
  • 9884b14888934fe2f93f2928f1a3ed1a7773c699 by @Ardesco: Fix #335 - can now use user pr...
  • and 9 more...

Released by Rultor 2.0-SNAPSHOT, see build log

Release 2.9.0

Release notes:

See #326, release log:

  • d1b4f632ff375b137d4d5c71aa7d5749fb23c43c by @Ardesco: Remove JodaTime and replace wi...
  • 0250d6ceaca5119246d6ec573346357397ae0772 by @Ardesco: Clean up POM and set dependenc...
  • 82cd2182027ceac73510094310ae124cf9450566 by @Ardesco: Additional tweaks to console l...
Changelog

Sourced from jmeter-maven-plugin's changelog.

Version 3.1.1 Release Notes (3 July 2020)

Enhancements

  • Issue 378 Add a config option to ignore forced JVM kills when checking if the build should fail. To enable this set the following config option:

    <configuration>
    	<doNotFailBuildIfJVMIsKilled>true</doNotFailBuildIfJVMIsKilled>
    </configuration>
    

Bug Fixes

  • Issue 379 Add the ability to supply a filename on the command line when starting up JMeter in GUI mode

Version 3.1.0 Release Notes (19 May 2020)

Enhancements

  • Issue 369 Set default JMeter version to 5.3

  • Issue 357 Add commandline configuration for remote-server mojo

    • To disable server.rmi.ssl.disable (to remove the need for a JKS keystore) use mvn jmeter:remote-server -DrmiSSLDisable=true
    • To set the port to run the remote server on use mvn jmeter:remote-server -DserverPort=10000
    • To specify the exported RMI hostname use mvn jmeter:remote-server -DrmiHostname=foo
    • To run the server process in the background use mvn jmeter:remote-server -Dbackground=true
  • Issue 187 POM file Dependencies are now supported

  • Issue 330 Dependencies with version ranges now supported

  • Issue 230 All config shared between phases is now stored on disk using config.json

Bug Fixes

  • Issue 313 Remove obsolete testplan-with-dependencies
  • Issue 350 Add configuration option to specify additional maven repositories
  • Issue 355 Set correct default execution ID when running jmeter:remote-server
  • Issue 356 Fix errors causing silent failure of jmeter:remote-server

Version 3.0.0 Release Notes (1th December 2019)

Enhancements

  • Issue 346 Support JMeter 5.2.1 (5.2 cannot be supported due to issues in its pom.xml files)
  • Issue 342 gui goal generates NPE when clicking on Templates #342
  • Issue 230 You can now generate multiple configuration profiles that can be bound to specific test executions.
  • Issue 335 You can now use the command line property -Djmeter.version=5.0 to specify a version of JMeter to be used to build/run the plugin. Changes to the list of expected libraries will still need modifications to the POM.

Bug Fixes

  • Issue 329 BREAKING CHANGE Fix error where default configure goal was always called resulting in config overwrite. You will now need to always explicitly add the configure execution block to your POM
</tr></table> ... (truncated)
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Aug 1, 2020
@codecov
Copy link

codecov bot commented Aug 1, 2020

Codecov Report

Merging #1704 into master will increase coverage by 1.61%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #1704      +/-   ##
============================================
+ Coverage     53.84%   55.45%   +1.61%     
- Complexity      673      784     +111     
============================================
  Files           113      139      +26     
  Lines          4097     4589     +492     
  Branches        512      549      +37     
============================================
+ Hits           2206     2545     +339     
- Misses         1683     1815     +132     
- Partials        208      229      +21     
Impacted Files Coverage Δ Complexity Δ
...saging/src/main/java/sample/SampleTransformer.java 100.00% <0.00%> (ø) 3.00% <0.00%> (?%)
.../cloud/sleuth/zipkin2/ZipkinAutoConfiguration.java 78.82% <0.00%> (ø) 16.00% <0.00%> (?%)
.../src/main/java/sample/SampleZipkinApplication.java 42.85% <0.00%> (ø) 3.00% <0.00%> (?%)
...kin2/sender/ZipkinActiveMqSenderConfiguration.java 100.00% <0.00%> (ø) 1.00% <0.00%> (?%)
...ipkin2/sender/ZipkinRabbitSenderConfiguration.java 83.33% <0.00%> (ø) 2.00% <0.00%> (?%)
...2/sender/LoadBalancerClientZipkinLoadBalancer.java 72.72% <0.00%> (ø) 2.00% <0.00%> (?%)
...ocket/src/main/java/sample/GreetingController.java 18.18% <0.00%> (ø) 2.00% <0.00%> (?%)
...d/sleuth/zipkin2/ZipkinRestTemplateCustomizer.java 0.00% <0.00%> (ø) 0.00% <0.00%> (?%)
...c/main/java/sample/SampleWebsocketApplication.java 75.00% <0.00%> (ø) 3.00% <0.00%> (?%)
...e-feign/src/main/java/sample/SampleController.java 44.44% <0.00%> (ø) 1.00% <0.00%> (?%)
... and 16 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0b5dec8...1e75cdf. Read the comment docs.

@marcingrzejszczak marcingrzejszczak added this to the 3.0.0-M4 milestone Aug 5, 2020
@marcingrzejszczak marcingrzejszczak merged commit 3428a94 into master Aug 5, 2020
@marcingrzejszczak marcingrzejszczak deleted the dependabot/maven/com.lazerycode.jmeter-jmeter-maven-plugin-3.1.1 branch August 5, 2020 15:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant