Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.
If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!
File not found org.scala-sbt.jline/jline
-
Versions that are on maven doesn't match the versions that are on proget.
Getting 2.14.7-sbt-a1b0ffbb8f64bb820f4f84a0c07a0c096450749 extra version on proget.http://proget.sand.wtg.zone/maven2/Maven-Sbt/org/scala-sbt/jline/jline/2.14.7-sbt-a1b0ffbb8f64bb820f4f84a0c07a0c096450749/jline-2.14.7-sbt-a1b0ffbb8f64bb820f4f84a0c07a0c0964507493.pom - proget pom url, looks like 3 is missing.
This is happening in version 2024.5, after upgrading from 2024.3.
Deleted the artifact, now not able to find any packages in versions.
-
Hi @parthu-reddy ,
It looks like the version field on Maven artifacts is limited to 50 characters, and
2.14.7-sbt-a1b0ffbb8f64bb820f4f84a0c07a0c0964507493
is 51 characters. This field has been limited since "day one" (very many years now), so it's unrelated to the upgrade.The only workaround is to use a smaller version number (or download the artifact and re-add it without that long hash or something).
Unfortunately this isn't an easy change, as that is used in a primary key. We will have to research and let you know.
Thanks,
Steve
-
@stevedennis said in File not found org.scala-sbt.jline/jline:
2.14.7-sbt-a1b0ffbb8f64bb820f4f84a0c07a0c0964507493
In the above screenshot, there is a version without 3 in it, is it created by proget? When I clicked that version, the files inside it are same as the one with 3
-
And our team suggested that increasing VARCHAR(50) to a larger number for versions in Maven tables could help. Could you check it.
If it's not possible, could you let us know an eta on fixing this.
-
Hi @parthu-reddy,
That's generally our plan, and we'll fix it via PG-2702. It's currently scheduled for the 2025.7, on June 14.
Thanks,
Steve
-
@parthu-reddy but let us know if you'd like to use a patch/prerelease. We can ship it shortly after 2025.6 is released, and it'd be the only fix likely for the version
-
Yes @stevedennis , that would be helpful. Pls ship it early.
Thanks
-
Hi @parthu-reddy ,
ProGet 2024.7-rc.1 is now available for your testing/verification
Here is information on how to use it:
https://docs.inedo.com/docs/howto-install-prerelease-product-versionsPlease let us know the results!
-
Thanks, we're planning to upgrade tomorrow. Will keep you updated.