Re: module error

2022-02-21 Thread Locke, Jonathan (Luo Shibo)
From: Andrea Del Bene Sent: Monday, February 21, 2022 3:54 AM To: users@wicket.apache.org Subject: Re: module error Hi everyone and welcome back Jonathan (not that you ever ever really left :-) )! I checked your committer account and it looks ok. Your configured github

Re: module error

2022-02-21 Thread Andrea Del Bene
The requested > > URL returned error: 403 > > > > Can someone give me push access? > > > >Jon > > > > ____________ > > From: Martin Grigorov > > Sent: Sunday, February 20, 2022 5:58 PM > > To: users@wicket.apache.org > > Subject: Re: mo

Re: module error

2022-02-20 Thread Martin Grigorov
denied to jonathanlocke. > unable to access 'https://github.com/apache/wicket.git/': The requested > URL returned error: 403 > > Can someone give me push access? > >Jon > > > From: Martin Grigorov > Sent: Sunday, February 20, 2022 5:

Re: module error

2022-02-20 Thread Maxim Solodovnik
tps://gitbox.apache.org/setup/> >Jon > > > From: Martin Grigorov > Sent: Sunday, February 20, 2022 5:58 PM > To: users@wicket.apache.org > Subject: Re: module error > > You are still a member of the team - > https://home.apache.org/phonebook.html?uid=jo

Re: module error

2022-02-20 Thread Locke, Jonathan (Luo Shibo)
give me push access? Jon From: Martin Grigorov Sent: Sunday, February 20, 2022 5:58 PM To: users@wicket.apache.org Subject: Re: module error You are still a member of the team - https://home.apache.org/phonebook.html?uid=jonl If your login was disabled your id

Re: module error

2022-02-20 Thread Martin Grigorov
t; Yes, I checked. I don't. > > From: Maxim Solodovnik > Sent: Saturday, February 19, 2022 8:11 PM > To: users@wicket.apache.org > Subject: Re: module error > > from mobile (sorry for typos ;) > > > On Sun, Feb 20, 2022, 02:41 Locke, Jonatha

Re: module error

2022-02-20 Thread Chris Colman
turday, February 19, 2022 8:11 PM To: users@wicket.apache.org Subject: Re: module error from mobile (sorry for typos ;) On Sun, Feb 20, 2022, 02:41 Locke, Jonathan (Luo Shibo) < jonath...@telenav.com> wrote: I don't think I'm a committer anymore. It's been at least a decade since my

Re: module error

2022-02-20 Thread Ernesto Reinaldo Barreiro
:11 PM > To: users@wicket.apache.org > Subject: Re: module error > > from mobile (sorry for typos ;) > > > On Sun, Feb 20, 2022, 02:41 Locke, Jonathan (Luo Shibo) < > jonath...@telenav.com> wrote: > > > I don't think I'm a committer anymore. It's been at leas

Re: module error

2022-02-19 Thread Locke, Jonathan (Luo Shibo)
Yes, I checked. I don't. From: Maxim Solodovnik Sent: Saturday, February 19, 2022 8:11 PM To: users@wicket.apache.org Subject: Re: module error from mobile (sorry for typos ;) On Sun, Feb 20, 2022, 02:41 Locke, Jonathan (Luo Shibo) < jonath...@telenav.

Re: module error

2022-02-19 Thread Maxim Solodovnik
sion to > > > > apache/wicket.git denied to jonathanlocke. unable to access ' > > > > https://github.com/apache/wicket.git/': The requested URL returned > > > error: > > > > 403 > > > > > > > > > > You need to fork the repo

Re: module error

2022-02-19 Thread Locke, Jonathan (Luo Shibo)
@wicket.apache.org Subject: Re: module error from mobile (sorry for typos ;) On Sat, Feb 19, 2022, 19:20 Ernesto Reinaldo Barreiro wrote: > No if you are a committer :-) > Commiter will never see 403 :) > > On Fri, Feb 18, 2022 at 11:44 PM Maxim Solodovnik > wrote: > >

Re: module error

2022-02-19 Thread Maxim Solodovnik
ss ' > > > https://github.com/apache/wicket.git/': The requested URL returned > > error: > > > 403 > > > > > > > You need to fork the repo first :) > > > > > > > > > > Could we add this as a patch release to wicket 9.8.x? &

Re: module error

2022-02-19 Thread Ernesto Reinaldo Barreiro
wicket 9.8.x? > > > > Thanks, > > > > Jon > > ____ > > From: Martin Grigorov > > Sent: Friday, February 18, 2022 2:55 AM > > To: users@wicket.apache.org > > Subject: Re: module error > > > > Hm. > > Look

Re: module error

2022-02-18 Thread Maxim Solodovnik
ou need to fork the repo first :) > > Could we add this as a patch release to wicket 9.8.x? > > Thanks, > > Jon > > From: Martin Grigorov > Sent: Friday, February 18, 2022 2:55 AM > To: users@wicket.apache.org > Subjec

Re: module error

2022-02-18 Thread Locke, Jonathan (Luo Shibo)
:55 AM To: users@wicket.apache.org Subject: Re: module error Hm. Looking at https://github.com/qos-ch/logback/commit/5186d2604b460f I think we need the 'uses' only in the module where we call ServiceLoader.load(), i.e. in wicket-core. On Fri, Feb 18, 2022 at 11:53 AM Martin Grigorov wrote: >

Re: module error

2022-02-18 Thread Martin Grigorov
Hm. Looking at https://github.com/qos-ch/logback/commit/5186d2604b460f I think we need the 'uses' only in the module where we call ServiceLoader.load(), i.e. in wicket-core. On Fri, Feb 18, 2022 at 11:53 AM Martin Grigorov wrote: > Hi Jon, > > According to >

Re: module error

2022-02-18 Thread Martin Grigorov
Hi Jon, According to https://www.oracle.com/corporate/features/understanding-java-9-modules.html *provides…with.* A provides…with module directive specifies that a module provides a service implementation—making the module a *service provider*. The provides part of the directive specifies an