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 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 
> 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 
> > 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  >
> > > >> 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
> > >
> > >
> >
>


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 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 
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 
> 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  >
> > > 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 
> > >> 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
> >
> >
>


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:
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 
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 
> > 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 
> >> 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
>
>


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 need to stop using central as a dumping group and have
something like linux, where it's index by java version or maven major/minor
version, so active projects republish, and dead ld dependencies can be
archieved, and if you need to mirror or proxy central it's a leaner
repository
John


On Wed, 24 Jan 2024 at 17:36, Manfred Moser  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 
> > 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 
> >> 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
>
>


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:
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/

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 

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



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/
>
> 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 
> 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
>
>


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!


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  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



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  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
>
>


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 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