the switch to xstream was done 12 years ago..
This will invalidate any historic test scripts that have not yet been updated to the new format.
Users can update their script by following: old script => open /save in 2.13 => open in 3.0 Why maintain such old script knowing that we advise in best practices that users upgrade to recent version. Sae thing when we get a submission of bug or question on mailing list concerning even more recent versions like 2.6. Let's just document upgrade path and drop this class.
12 ye
12 years is plenty of time to migrate your scripts ! Maybe we should add a PunchedCardSaveService ;-)
(In reply to Philippe Mouawad from comment #2) > Users can update their script by following: > old script => open /save in 2.13 => open in 3.0 > > Why maintain such old script knowing that we advise in best practices that > users upgrade to recent version. > Sae thing when we get a submission of bug or question on mailing list > concerning even more recent versions like 2.6. > > > > Let's just document upgrade path and drop this class. Forget about this. It is wrong
Author: pmouawad Date: Fri Feb 26 20:51:17 2016 New Revision: 1732555 URL: http://svn.apache.org/viewvc?rev=1732555&view=rev Log: Bug 59064 - Remove OldSaveService which supported very old Avalon format JTL (result) files Bugzilla Id: 59064 Removed: jmeter/trunk/src/core/org/apache/jmeter/save/OldSaveService.java Modified: jmeter/trunk/src/core/org/apache/jmeter/reporters/ResultCollector.java jmeter/trunk/src/core/org/apache/jmeter/samplers/SampleResult.java jmeter/trunk/src/core/org/apache/jmeter/samplers/SampleSaveConfiguration.java jmeter/trunk/src/core/org/apache/jmeter/samplers/StatisticalSampleResult.java jmeter/trunk/src/core/org/apache/jmeter/save/SaveService.java jmeter/trunk/xdocs/changes.xml
(In reply to benoit.wiart from comment #4) > 12 years is plenty of time to migrate your scripts ! However if the script still works (and as far as I know it will), why should users migrate it? > Maybe we should add a PunchedCardSaveService ;-) Not helpful, please don't add such comments.
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/3854