-
Notifications
You must be signed in to change notification settings - Fork 399
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
Removal of deprecate plugin and usage of new libraries #684
Conversation
# Conflicts: # site/dat/repo/various.json
…o undera-master # Conflicts: # site/dat/repo/various.json
Undera master
Adding new version of plugins for CLI execution in CI/CD.
Catch-up
Repo update
Update tômaster
Update to master.
Update to Master
Update to master
Update from master
Addition of new entry for version 4.13.0.
Removal of deprecated plugins as the github repo doesn't exist anymore.
Repo update
Update of libraries for existing plugins.
Update of repo
Which updates the WebSampler default code.
This reverts commit bfc7855.
Addition of WegDriver 4.13.0.2
Update repo
This is to reduce the number of false positives by ensuring that the bin size used when building the histogram is at least as large as the computed value (by using Math.ceil() function).
Removal of deprecated plugin older than 6 month. Update of libraries for existing plugins and miscellany enhancements.
Formatting mistakes.
@@ -19,3 +19,9 @@ dependency-reduced-pom.xml | |||
.settings/ | |||
upload | |||
/editor | |||
plugins/csl/bin/pom.xml |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would be better to just ignore *.class files
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Correct; this was a mishap from my part as *.class files were automatically selected by GitHub tool; will be more carefull next time!
On another hand, I am seeing that the Plugins Manager is not downloading "commons-io version 2.18.0".
Is this because version 2.15.1 is already present and needed by the Plugins Manager?
Thing is that my plugins need version 2.18 because commons-csv.1.12.0 does not work with commons-io.2.15.1.
As a workaround, for now, I have manually installed commons-io.2.18.0 to get the plugins working.
But when I uninstall the plugins, it removes commons-io2.18 and then I lose the Plugins Manager UI! To see Plugins Manager again, I have to manually reinstall a version of commons-io!
How can we resolve this conflict ?
Thanks.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The only mention of commons-io
is in your plugins. This may mean that you conflict with core JMeter libraries, which is very risky. You may look at a more recent versions of JMeter to get one with required version of library.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, I will revert back to commons-csv 1.10 which is compatible with commons-io 2.15.1 that comes with JMeter 5.6.3.
Another PR coming soon!
* Release 1.4.0 * Adding outlierdetector plugin to repo list. * Fix of jar version number. * Java compliance level changed from 13 to 1.8. * Json fix * Formatting issues. * Addition of ApdexCalculator to the list. * Adding Results Comparator plugin. * Adding ResultsComaparator version 2.1. * Typo fix and changes field. * JSON typo fix. * Update various.json Adding new version of plugins for CLI execution in CI/CD. * Update of libs for Selenium 4.5 * Addition of missoing lib. * Webdriver update to 4.6.0 * Addition of components for Edge driver and upgrade to Selenium 4.7.2 * Opentelemetry version fix. * Update to Selenium 4.8.0. * Upgrade to Selenium 4.8.1 and UI bug fix in FF (Proxy tab). * Typo error fix causing Plugin Manager to misbehave. * Webdriver update to 4.8.3.1. * Changes for Java 1.8 compatibility. * Update to Selenium 4.9.1 * Update of WebDriver to Selenium 4.10.0 * Fix of opentelemetry file downloads. * Addition of new plugins for Outlier detection, Apdex and Results Comparison. * Addition of "deprecated" marker to the deprecated plugins. * Removal of obsolete webdriver versions. Addition of new entry for version 4.13.0. * Restoration of deleted versions as they may still be used by some people. * Fix of typo error on failed downloaded jar. * Update various.json Removal of deprecated plugins as the github repo doesn't exist anymore. * Addition of a new Coefficient of Variation and Modality Check plugin Update of libraries for existing plugins. * Dowloadurl fix. * Addition of WebDriver 4.13.0.2 Which updates the WebSampler default code. * Revert "Addition of WebDriver 4.13.0.2" This reverts commit bfc7855. * Update jpgc-plugins.json Addition of WegDriver 4.13.0.2 * Addition of version 1.2.1 for Modality Plugin This is to reduce the number of false positives by ensuring that the bin size used when building the histogram is at least as large as the computed value (by using Math.ceil() function). * Update .gitignore * Update various.json Removal of deprecated plugin older than 6 month. Update of libraries for existing plugins and miscellany enhancements. * Update various.json Formatting mistakes. --------- Co-authored-by: Andrey Pohilko <[email protected]>
Removal of deprecated plugin older than 6 months.
Addition of new libraries and miscellany enhancements following feed-backs.