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

Fixes soap linkage error #166

Merged
merged 2 commits into from
Nov 25, 2020
Merged

Conversation

duncangrant
Copy link
Contributor

When soap returns some errors Brooklyn doesn't manage to deserialise
them and instead shows a linkage error.
This is documented in this issue
here:cloudsoft/winrm4j#129

@ahgittin
Copy link
Contributor

could you add a comment saying what is removed, and/or do this as two commits one which copies the stock jre.properties value and another which removes the relevant ones?

also this will fix it only for jre 1.8. i wonder whether we'd be better off overwriting the original jre.properties, removing the packages we provide explicitly for all JREs. if not at least a comment to say this overwrites the value from jre.properties, and similar might be needed for other jre versions.

so glad it's fixed though!!!

Duncan Grant added 2 commits November 20, 2020 16:48
When soap returns some errors Brooklyn doesn't manage to deserialise
them and instead shows a linkage error.
This is documented in this issue
here:cloudsoft/winrm4j#129
@duncangrant
Copy link
Contributor Author

@ahgittin I've split this into 2 commits to make it clear what has been removed.

Although this only fixes the issue for java 8, the equivalent packages are included in java 9 + so I don't think it should be an issue there.

@asfgit asfgit merged commit 776a5f3 into apache:master Nov 25, 2020
@ahgittin
Copy link
Contributor

LGTM - merging

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants