Re: Browsing Maven central buggy?

2024-01-24 Thread Tamás Cservenák
MIMA as a library is Java 8, but CLI is Java11+ (picocli) Thanks T On Wed, Jan 24, 2024 at 7:18 PM Greg Chabala wrote: > Repository readme says runtime is Java 8+, but: > > $ jbang mima@maveniverse > Error: A JNI error has occurred, please check your installation and try > again > Exception in

Re: Browsing Maven central buggy?

2024-01-24 Thread Greg Chabala
Repository readme says runtime is Java 8+, but: $ jbang mima@maveniverse Error: A JNI error has occurred, please check your installation and try again Exception in thread "main" java.lang.UnsupportedClassVersionError: eu/maveniverse/maven/mima/cli/Main has been compiled by a more recent version

Re: Browsing Maven central buggy?

2024-01-24 Thread Tamás Cservenák
Basically, all you need is JBang installed, and then $ jbang mima@maveniverse will figure out what it is, download and launch the CLI for you. In CLI use `help` to get around. Without Jbang you need to download latest CLI uberJAR that is here:

Re: Browsing Maven central buggy?

2024-01-24 Thread John Patrick
search.maven.org also has bugs often and sometimes misses releases in the search index also the new sonatype seams very slow and sluggish when trying to use and often doesn't find things i would expect the previous search to find. i.e. when using the fully qualified class search in my view, we

Re: Browsing Maven central buggy?

2024-01-24 Thread Manfred Moser
Well.. you cant really just show this video without pointing to more help. So to get started ... https://github.com/maveniverse/mima used with https://www.jbang.dev/ Any other tips Tamas? Manfred On 2024-01-24 09:22, Tamás Cservenák wrote: Or something like this:

Re: Browsing Maven central buggy?

2024-01-24 Thread Tamás Cservenák
Or something like this: https://asciinema.org/a/0dLOAfWxyxTg6zgcYSDX6FQwm ;) T On Wed, Jan 24, 2024 at 6:13 PM Manfred Moser wrote: > I suggest to use the maintained search and browse frontend from Sonatype > instead. > > https://search.maven.org/ .. same as https://central.sonatype.com/ > >

Re: Browsing Maven central buggy?

2024-01-24 Thread Manfred Moser
I suggest to use the maintained search and browse frontend from Sonatype instead. https://search.maven.org/ .. same as https://central.sonatype.com/ And browse at https://central.sonatype.com/search It sits on top of the same data and is very nice indeed .. props to Brian Fox and team btw!

Re: Browsing Maven central buggy?

2024-01-24 Thread Tamás Cservenák
Howdy, Yes, this is a known problem, but it does not affect Maven, as it does not "browse". Basically you have to go directly to the directory you are looking for, and not rely on HTML "index page" as that seems not maintained since a while. T On Wed, Jan 24, 2024 at 5:50 PM Thorsten Heit

Browsing Maven central buggy?

2024-01-24 Thread Thorsten Heit
Hi, browsing Maven Central using a webbrowser seems, well, a bit buggy: In https://repo1.maven.org/maven2/org/apache/logging/log4j/log4j-bom/ for example I only see versions 2.x up to 2.22.0 and 3.0.0-alpha1 whereas 2.22.1 and 3.0.0-beta1 both exist; they are simply not visible. The same