Community
Participate
Working Groups
The method isDone(int) that once existed in org.eclipse.jetty.client.HttpExchange from bundle org.eclipse.jetty.client 7.0.0.20091005 has now been changed to isDone() in version 7.1.3.v20100526 This represents a breaking change in the API signature of the class.
As discussed on #equinox-dev: we are trying to get this into the eclipse build for Helios.
Change in question comes from r968 that fixed Bug 290761 - HttpExchange isDone handles intercepted events.
Committed r1954.
The method isDone(int status) has been added back to the org.eclipse.jetty.client.HttpExchange and deprecated. Internally, it ignores the value of a parameter, and calls isDone() to properly determine if the exchange has been completed.
It is fixed with 7.1.4.v20100609 and it is in the Helios release.
Thank you for the quick turnaround!