Skip to content
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

Fix binary incompatibility between Wonder 6 and 7 #52

Merged
merged 1 commit into from
Nov 28, 2017

Conversation

hprange
Copy link
Owner

@hprange hprange commented Nov 28, 2017

The signature of some methods of the ERXArrayUtilities class is binary incompatible between Wonder 6 and 7. See stack trace below:

java.lang.NoSuchMethodError: er.extensions.foundation.ERXArrayUtilities.arrayMinusArray(Ljava/util/Collection;Ljava/util/Collection;)Lcom/webobjects/foundation/NSArray;
	at com.wounit.rules.MockEditingContext.saveChanges(MockEditingContext.java:324)

Let's inline the incompatible code from Wonder into WOUnit and make everybody happy!

Inline the incompatible code from Wonder into WOUnit and make everybody happy!
@hprange hprange added the bug label Nov 28, 2017
@hprange hprange added this to the wounit-1.2.4 milestone Nov 28, 2017
@hprange hprange self-assigned this Nov 28, 2017
@hprange hprange changed the base branch from master to wounit-1.2.x November 28, 2017 21:01
@hprange hprange merged commit 5fa785a into wounit-1.2.x Nov 28, 2017
@hprange hprange deleted the bugfix/wonder6And7Incompatibility branch November 28, 2017 21:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant