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

Published version #6

Open
mywill opened this issue May 2, 2018 · 21 comments
Open

Published version #6

mywill opened this issue May 2, 2018 · 21 comments

Comments

@mywill
Copy link

mywill commented May 2, 2018

I'm looking to use this in a project and couldn't find it in a public repo.
Is this published to maven central or any public place?
If not would it be possible start publishing versions?

@adamday2
Copy link
Contributor

It isn't pushed to Maven, but definitely should be. I'll work on that this week.

@adamday2
Copy link
Contributor

Requested and received account to push to Sonatype. Will be working on first maven release shortly.

@mywill
Copy link
Author

mywill commented May 23, 2018

@adamday2 Awesome! Thank You

@adamday2
Copy link
Contributor

@jej2003
Copy link
Contributor

jej2003 commented Aug 19, 2019

@adamday2, I'll have the team verify the change today. Once we've had a chance to do so either I or @mywill will let you know so that you can publish a final version. Thanks again!

@mywill
Copy link
Author

mywill commented Aug 19, 2019

@adamday2 When i try and run the published jar i get a java.lang.NoSuchMethodError: java.nio.ByteBuffer.position(I)Ljava/nio/ByteBuffer; error when parsing the efts. If i build and publish Jet locally it seems to work as expected.

@adamday2
Copy link
Contributor

@mywill google seems to point to it being a Java 8 vs. Java 9+ issue. I'll strip out the 1.8 version from the pom and repush it again this evening.

@jej2003
Copy link
Contributor

jej2003 commented Aug 19, 2019

Agree on the issue, but I am not sure that stripping out the version 1.8 tags will help us as we are still running Java 1.8. I suppose the question is what version of Java are you expecting people to have to run to use the library? I am not intimately familiar with this specific issue but others that have run into it seem to indicate that this is an issue when building on Java 9 and targeting Java 8.

A similar issue is shown here.

Ideally in our case this would be built using Java 1.8 targeting 1.8, which should make it possible to run on both Java 1.8 and 1.9. Thoughts?

@adamday2
Copy link
Contributor

Given the user-base, keeping at 1.8 is probably preferred.
I'll recompile with 1.8 and see where that puts us. I'll update the ticket when the new version lands.

@adamday2
Copy link
Contributor

adamday2 commented Aug 20, 2019

Just pushed an update to the snapshot

Apparently
release replaced source and target and should solve the issue.

@mywill
Copy link
Author

mywill commented Aug 20, 2019

@adamday2 The new snapshot works for us. Will you be making a final version?

@adamday2
Copy link
Contributor

Great! I'll push a 1.0.0 out this evening.

@adamday2
Copy link
Contributor

@mywill 1.0.0 pushed

Thanks for your help supporting JET!

@mywill
Copy link
Author

mywill commented Aug 23, 2019

@adamday2 Thanks for all the assistance

@jej2003
Copy link
Contributor

jej2003 commented Aug 29, 2019

@adamday2, was a 1.0.0 ever published? I see it in git but don't see it in the nexus repo at https://oss.sonatype.org/#nexus-search;gav~org.mitre.jet~jet~~~ only the snapshot

@adamday2
Copy link
Contributor

@jej2003 it should be up there. oss.sonatype.org seems to be having some issues at the moment, but I'll check periodically and get it up if something went wrong with my deployment

@adamday2
Copy link
Contributor

Apparently there is a lot more to required pushing a release than a snapshot. I didn't realize my push was only going to staging environment. I'll have to make some changes to get it up and running.

@adamday2 adamday2 reopened this Aug 29, 2019
@jej2003
Copy link
Contributor

jej2003 commented Sep 24, 2019

Hey @adamday2 , any updates on this?

@jej2003
Copy link
Contributor

jej2003 commented Oct 28, 2019

Just checking in on if there has been any status updates on this?

@esamini
Copy link

esamini commented Nov 15, 2019

Hi.

It seems the Maven repository has issues. Any alternative is available?

@adamday2
Copy link
Contributor

No updates. I haven't had an opportunity to go through the sonatype publish process. The snapshot should be available here:

https://oss.sonatype.org/content/repositories/snapshots/org/mitre/jet/jet/1.0-SNAPSHOT/

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

No branches or pull requests

4 participants