jakartaee/servlet pom.xml

2024-04-15 Thread xulin y
Hi,

System OS: Windows 10
Maven: 3.9.6
Java: 17.0.1

When I was "mvn install" jakartaee/servlet on my desktop. I found
https://github.com/jakartaee/servlet/blob/master/tck/tck-runtime/pom.xml#L37
can give me exception. This is because
https://repo.maven.apache.org/maven2/jakarta/servlet/jakarta.servlet-api/
does not have jakarta.servlet-api 6.1.0
[image: image.png]
I use 6.1.0-SNAPSHOT on my desktop instead. Could you take a look at this?

Appendix:
[ERROR] Failed to execute goal on project tck-runtime: Could not resolve
dependencies for project jakarta.servlet:tck-runtime:jar:6.1.0-SNAPSHOT:
The following artifacts could not be resolved:
jakarta.servlet:jakarta.servlet-api:jar:6.1.0 (absent):
jakarta.servlet:jakarta.servlet-api:jar:6.1.0 was not found

By Xulin Yang
Kind Regards


Re: jakartaee/servlet pom.xml

2024-04-15 Thread xulin y
Hi,

[image: image.png]
You can see this version was changed from 6.1.0-M2 to 6.1.0 on 2024 Mar 27
while 6.1.0 is not present in
https://repo.maven.apache.org/maven2/jakarta/servlet/jakarta.servlet-api/
[image: image.png]

By Xulin Yang
Kind Regards

Mark Thomas  于2024年4月16日周二 14:48写道:

> How is this an Apache Tomcat issue?
>
> Mark
>
>
> On 16/04/2024 07:41, xulin y wrote:
> > Hi,
> >
> > System OS: Windows 10
> > Maven: 3.9.6
> > Java: 17.0.1
> >
> > When I was "mvn install" jakartaee/servlet on my desktop. I found
> >
> https://github.com/jakartaee/servlet/blob/master/tck/tck-runtime/pom.xml#L37
> <
> https://github.com/jakartaee/servlet/blob/master/tck/tck-runtime/pom.xml#L37>
> can give me exception. This is because
> https://repo.maven.apache.org/maven2/jakarta/servlet/jakarta.servlet-api/
> <https://repo.maven.apache.org/maven2/jakarta/servlet/jakarta.servlet-api/>
> does not have jakarta.servlet-api 6.1.0
> > image.png
> > I use 6.1.0-SNAPSHOT on my desktop instead. Could you take a look at
> this?
> >
> > Appendix:
> > [ERROR] Failed to execute goal on project tck-runtime: Could not resolve
> > dependencies for project jakarta.servlet:tck-runtime:jar:6.1.0-SNAPSHOT:
> > The following artifacts could not be resolved:
> > jakarta.servlet:jakarta.servlet-api:jar:6.1.0 (absent):
> > jakarta.servlet:jakarta.servlet-api:jar:6.1.0 was not found
> >
> > By Xulin Yang
> > Kind Regards
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: dev-h...@tomcat.apache.org
>
>


Re: jakartaee/servlet pom.xml

2024-04-16 Thread xulin y
Hi,

I refer to this commit:
https://github.com/jakartaee/servlet/commit/1455686360e118a68a545fb2e1b74f1c79abcfb5

By Xulin Yang
Kind Regards

Mark Thomas  于2024年4月16日周二 15:20写道:

> The list drops images. What changed?
>
> Mark
>
>
> On 16/04/2024 07:52, xulin y wrote:
> > Hi,
> >
> > image.png
> > You can see this version was changed from 6.1.0-M2 to 6.1.0 on 2024 Mar
> > 27 while 6.1.0 is not present in
> >
> https://repo.maven.apache.org/maven2/jakarta/servlet/jakarta.servlet-api/
> <https://repo.maven.apache.org/maven2/jakarta/servlet/jakarta.servlet-api/
> >
> > image.png
> >
> > By Xulin Yang
> > Kind Regards
> >
> > Mark Thomas mailto:ma...@apache.org>> 于2024年4月16日
> > 周二 14:48写道:
> >
> > How is this an Apache Tomcat issue?
> >
> > Mark
> >
> >
> > On 16/04/2024 07:41, xulin y wrote:
> >  > Hi,
> >  >
> >  > System OS: Windows 10
> >  > Maven: 3.9.6
> >  > Java: 17.0.1
> >  >
> >  > When I was "mvn install" jakartaee/servlet on my desktop. I found
> >  >
> >
> https://github.com/jakartaee/servlet/blob/master/tck/tck-runtime/pom.xml#L37
> <
> https://github.com/jakartaee/servlet/blob/master/tck/tck-runtime/pom.xml#L37>
> <
> https://github.com/jakartaee/servlet/blob/master/tck/tck-runtime/pom.xml#L37
> <
> https://github.com/jakartaee/servlet/blob/master/tck/tck-runtime/pom.xml#L37>>
> can give me exception. This is because
> https://repo.maven.apache.org/maven2/jakarta/servlet/jakarta.servlet-api/
> <https://repo.maven.apache.org/maven2/jakarta/servlet/jakarta.servlet-api/>
> <https://repo.maven.apache.org/maven2/jakarta/servlet/jakarta.servlet-api/
> <https://repo.maven.apache.org/maven2/jakarta/servlet/jakarta.servlet-api/>>
> does not have jakarta.servlet-api 6.1.0
> >  > image.png
> >  > I use 6.1.0-SNAPSHOT on my desktop instead. Could you take a look
> > at this?
> >  >
> >  > Appendix:
> >  > [ERROR] Failed to execute goal on project tck-runtime: Could not
> > resolve
> >  > dependencies for project
> > jakarta.servlet:tck-runtime:jar:6.1.0-SNAPSHOT:
> >  > The following artifacts could not be resolved:
> >  > jakarta.servlet:jakarta.servlet-api:jar:6.1.0 (absent):
> >  > jakarta.servlet:jakarta.servlet-api:jar:6.1.0 was not found
> >  >
> >  > By Xulin Yang
> >  > Kind Regards
> >
> > -
> > To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
> > <mailto:dev-unsubscr...@tomcat.apache.org>
> > For additional commands, e-mail: dev-h...@tomcat.apache.org
> > <mailto:dev-h...@tomcat.apache.org>
> >
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: dev-h...@tomcat.apache.org
>
>