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 <greg.chab...@gmail.com> 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 thread "main" java.lang.UnsupportedClassVersionError:
> eu/maveniverse/maven/mima/cli/Main has been compiled by a more recent
> version of the Java Runtime (class file version 55.0), this version of the
> Java Runtime only recognizes class file versions up to 52.0
>
> On Wed, Jan 24, 2024 at 12:10 PM Tamás Cservenák <ta...@cservenak.net>
> wrote:
>
> > 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:
> >
> >
> https://repo.maven.apache.org/maven2/eu/maveniverse/maven/mima/cli/2.4.6/cli-2.4.6-uber.jar
> >
> > And then just
> > $ java -jar cli-2.4.6-uber.jar
> >
> > And same thing as above with JBang...
> >
> > Thanks
> > T
> >
> > On Wed, Jan 24, 2024 at 6:36 PM Manfred Moser <manf...@simpligility.ca>
> > wrote:
> >
> > > 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:
> > > > https://asciinema.org/a/0dLOAfWxyxTg6zgcYSDX6FQwm
> > > >
> > > > ;)
> > > >
> > > > T
> > > >
> > > > On Wed, Jan 24, 2024 at 6:13 PM Manfred Moser <
> manf...@simpligility.ca
> > >
> > > > wrote:
> > > >
> > > >> 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!
> > > >>
> > > >> Manfred
> > > >>
> > > >> On 2024-01-24 08:57, Tamás Cservenák wrote:
> > > >>> 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 <th...@gmx.de.invalid
> >
> > > >> wrote:
> > > >>>> 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 happens for a few other GAV coordinates such as
> > > >>>>
> https://repo1.maven.org/maven2/org/apache/tika/tika-bom/3.0.0-BETA/
> > > or
> > > >>>>
> > > >>>>
> > > >>
> > >
> >
> https://repo1.maven.org/maven2/me/qoomon/maven-git-versioning-extension/9.7.0
> > > >>>> :
> > > >>>> The directories exist, but one level above these versions are not
> > > shown.
> > > >>>>
> > > >>>> Is this a known problem?
> > > >>>>
> > > >>>>
> > > >>>> Thorsten
> > > >>>>
> > > >>>>
> > ---------------------------------------------------------------------
> > > >>>> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> > > >>>> For additional commands, e-mail: users-h...@maven.apache.org
> > > >>>>
> > > >>>>
> > > >>
> ---------------------------------------------------------------------
> > > >> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> > > >> For additional commands, e-mail: users-h...@maven.apache.org
> > > >>
> > > >>
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> > > For additional commands, e-mail: users-h...@maven.apache.org
> > >
> > >
> >
>

Reply via email to