You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Francesco Chicchiriccò <il...@apache.org> on 2023/01/03 07:33:36 UTC

wicket-bean-validation 10.0.0-M1-SNAPSHOT not available?

Hi there,
I am working to upgrade our Wicket apps to Spring Boot 3 and found that 10.0.0-M1-SNAPSHOT plays nicely with it.

It seems however, that

org.apache.wicket:wicket-bean-validation:10.0.0-M1-SNAPSHOT

is not available from

https://repository.apache.org/

while the module seems to be regularly present in the source tree at

https://github.com/apache/wicket/tree/master/wicket-bean-validation

Maybe something bad with CI deployment?

Regards.

-- 
Francesco Chicchiriccò

Tirasa - Open Source Excellence
http://www.tirasa.net/

Member at The Apache Software Foundation
Syncope, Cocoon, Olingo, CXF, OpenJPA, PonyMail
http://home.apache.org/~ilgrosso/


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: wicket-bean-validation 10.0.0-M1-SNAPSHOT not available?

Posted by Francesco Chicchiriccò <il...@apache.org>.
Thank you Martin, the situation is indeed fine.
Actually, I was trying to find the artifacts via the web UI of https://repository.apache.org but couldn't make it.

I was also under the wrong assumption that the Apache SNAPSHOT repo was already defined in the project: your answer forced me to carry on the appropriate checks and fix.

Regards.

On 2023/01/03 08:39:36 Martin Grigorov wrote:
> https://repository.apache.org/service/local/repo_groups/snapshots-group/content/org/apache/wicket/wicket-devutils/10.0.0-M1-SNAPSHOT/wicket-devutils-10.0.0-M1-20221118.110647-169.pom
> https://repository.apache.org/service/local/repo_groups/snapshots-group/content/org/apache/wicket/wicket-bean-validation/10.0.0-M1-SNAPSHOT/wicket-bean-validation-10.0.0-M1-20221118.110647-167.pom
> 
> Both seem to be there.
> 
> 
> On Tue, Jan 3, 2023 at 9:35 AM Francesco Chicchiriccò <il...@apache.org>
> wrote:
> 
> > Forgot to add that the same happens with wicket-devutils.
> >
> > Regards.
> >
> > On 2023/01/03 07:33:36 Francesco Chicchiriccò wrote:
> > > Hi there,
> > > I am working to upgrade our Wicket apps to Spring Boot 3 and found that
> > 10.0.0-M1-SNAPSHOT plays nicely with it.
> > >
> > > It seems however, that
> > >
> > > org.apache.wicket:wicket-bean-validation:10.0.0-M1-SNAPSHOT
> > >
> > > is not available from
> > >
> > > https://repository.apache.org/
> > >
> > > while the module seems to be regularly present in the source tree at
> > >
> > > https://github.com/apache/wicket/tree/master/wicket-bean-validation
> > >
> > > Maybe something bad with CI deployment?
> > >
> > > Regards.
> > >
> > > --
> > > Francesco Chicchiriccò
> > >
> > > Tirasa - Open Source Excellence
> > > http://www.tirasa.net/
> > >
> > > Member at The Apache Software Foundation
> > > Syncope, Cocoon, Olingo, CXF, OpenJPA, PonyMail
> > > http://home.apache.org/~ilgrosso/
> > >
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> > > For additional commands, e-mail: users-help@wicket.apache.org
> > >
> > >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> > For additional commands, e-mail: users-help@wicket.apache.org
> >
> >
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: wicket-bean-validation 10.0.0-M1-SNAPSHOT not available?

Posted by Martin Grigorov <mg...@apache.org>.
https://repository.apache.org/service/local/repo_groups/snapshots-group/content/org/apache/wicket/wicket-devutils/10.0.0-M1-SNAPSHOT/wicket-devutils-10.0.0-M1-20221118.110647-169.pom
https://repository.apache.org/service/local/repo_groups/snapshots-group/content/org/apache/wicket/wicket-bean-validation/10.0.0-M1-SNAPSHOT/wicket-bean-validation-10.0.0-M1-20221118.110647-167.pom

Both seem to be there.


On Tue, Jan 3, 2023 at 9:35 AM Francesco Chicchiriccò <il...@apache.org>
wrote:

> Forgot to add that the same happens with wicket-devutils.
>
> Regards.
>
> On 2023/01/03 07:33:36 Francesco Chicchiriccò wrote:
> > Hi there,
> > I am working to upgrade our Wicket apps to Spring Boot 3 and found that
> 10.0.0-M1-SNAPSHOT plays nicely with it.
> >
> > It seems however, that
> >
> > org.apache.wicket:wicket-bean-validation:10.0.0-M1-SNAPSHOT
> >
> > is not available from
> >
> > https://repository.apache.org/
> >
> > while the module seems to be regularly present in the source tree at
> >
> > https://github.com/apache/wicket/tree/master/wicket-bean-validation
> >
> > Maybe something bad with CI deployment?
> >
> > Regards.
> >
> > --
> > Francesco Chicchiriccò
> >
> > Tirasa - Open Source Excellence
> > http://www.tirasa.net/
> >
> > Member at The Apache Software Foundation
> > Syncope, Cocoon, Olingo, CXF, OpenJPA, PonyMail
> > http://home.apache.org/~ilgrosso/
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> > For additional commands, e-mail: users-help@wicket.apache.org
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>

Re: wicket-bean-validation 10.0.0-M1-SNAPSHOT not available?

Posted by Francesco Chicchiriccò <il...@apache.org>.
Forgot to add that the same happens with wicket-devutils.

Regards.

On 2023/01/03 07:33:36 Francesco Chicchiriccò wrote:
> Hi there,
> I am working to upgrade our Wicket apps to Spring Boot 3 and found that 10.0.0-M1-SNAPSHOT plays nicely with it.
> 
> It seems however, that
> 
> org.apache.wicket:wicket-bean-validation:10.0.0-M1-SNAPSHOT
> 
> is not available from
> 
> https://repository.apache.org/
> 
> while the module seems to be regularly present in the source tree at
> 
> https://github.com/apache/wicket/tree/master/wicket-bean-validation
> 
> Maybe something bad with CI deployment?
> 
> Regards.
> 
> -- 
> Francesco Chicchiriccò
> 
> Tirasa - Open Source Excellence
> http://www.tirasa.net/
> 
> Member at The Apache Software Foundation
> Syncope, Cocoon, Olingo, CXF, OpenJPA, PonyMail
> http://home.apache.org/~ilgrosso/
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org