-
Notifications
You must be signed in to change notification settings - Fork 12
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
Comments
It isn't pushed to Maven, but definitely should be. I'll work on that this week. |
Requested and received account to push to Sonatype. Will be working on first maven release shortly. |
@adamday2 Awesome! Thank You |
@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. |
@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. |
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? |
Given the user-base, keeping at 1.8 is probably preferred. |
Just pushed an update to the snapshot Apparently |
@adamday2 The new snapshot works for us. Will you be making a final version? |
Great! I'll push a 1.0.0 out this evening. |
@mywill 1.0.0 pushed Thanks for your help supporting JET! |
@adamday2 Thanks for all the assistance |
@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 |
@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 |
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. |
Hey @adamday2 , any updates on this? |
Just checking in on if there has been any status updates on this? |
Hi. It seems the Maven repository has issues. Any alternative is available? |
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/ |
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?
The text was updated successfully, but these errors were encountered: