Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.1.0-core
-
None
Description
The commit for TRINIDAD-2258 (txn 1330065) introduced a binary compatibility issue from 2.0.1. Essentially 2 method were added to the RequestContext for chunked file uploading. In order to catch new API's, I've been updating the clirr runner tests to ensure binary compatibility with 2.0.1.
For this class to be strictly binary compatible, you need to provide a default implementation for these new methods in the abstract class. I understand that there are generally not many implementations of this class, but some mock object also needed to be changed because of this incompatibility and given the nature of these methods, I do not thing a default implementation would be too difficult. Can you please fix this and submit a patch so the clirr runner tests may be updated.
Attachments
Attachments
Issue Links
- blocks
-
TRINIDAD-2292 Update Clirr Runner tests to check against Trinidad 2.0.0
- Closed
- is broken by
-
TRINIDAD-2258 Add Chunked File Upload support to the Trinidad Upload Framwork
- Resolved