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

Add jaxb XML bindings to pom.xml. #1540

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sears
Copy link

@sears sears commented May 27, 2021

These are no longer included in Java by default. They are needed when building with OpenJDK 17.

I haven't tested with older versions of Java (hopefully CI will take care of that for me).

… in Java by default.

Also, upgrade maven assembly to version that fixes(?) https://issues.apache.org/jira/browse/MASSEMBLY-344  Without this, tar fails to process jaxb-core.
@sears
Copy link
Author

sears commented May 28, 2021

Hmm:

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-assembly-plugin:2.5.5:single (default) on project memcached-binding: Failed to create assembly: Error creating assembly archive jar-with-dependencies: Problem creating TAR: entry 'javax/xml/bind/ModuleUtil.class' closed at '0' before the '1107' bytes specified in the header were written -> [Help 1]

This looks like: https://issues.apache.org/jira/browse/MASSEMBLY-34 I tried upgrading maven-assembly-plugin, and it got further on my machine. However, it then hit #370

I pushed the updated assembly plugin, and CI is running again now.

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.

1 participant