Re: [jetty-users] [jetty-dev] Jetty 9.4.* p2 repos

2021-04-21 Thread Greg Wilkins
Thanks!

On Thu, 22 Apr 2021 at 04:16, Kit Lo  wrote:

> I just started helping Eclipse Project's release engineering. I saw the
> post about missing Jetty 9.4.* p2 repos. I wanted to help.
>
> I fixed up the old "jetty-rt-bundles-9" job, which encountered some
> problems after migrating to the new JIRO infra. I generated the following
> new p2 repos:
>
> https://download.eclipse.org/jetty/updates/jetty-bundles-9.x/9.4.38.v20210224/
>
> https://download.eclipse.org/jetty/updates/jetty-bundles-9.x/9.4.39.v20210325/
>
> https://download.eclipse.org/jetty/updates/jetty-bundles-9.x/9.4.40.v20210413/
>
> I did some checkings. The new p2 repos look good. However, I need the
> community to verify the repos.
>
> Let me know if you see any problems. I will try my best to help.
>
> Regards,
> Kit Lo
> Eclipse Babel Project Lead
> IBM Eclipse SDK (IES) Technical Lead and Release Manager
> ___
> jetty-dev mailing list
> jetty-...@eclipse.org
> To unsubscribe from this list, visit
> https://www.eclipse.org/mailman/listinfo/jetty-dev
>


-- 
Greg Wilkins  CTO http://webtide.com
___
jetty-users mailing list
jetty-users@eclipse.org
To unsubscribe from this list, visit 
https://www.eclipse.org/mailman/listinfo/jetty-users


[jetty-users] Jetty 9.4.* p2 repos

2021-04-21 Thread Kit Lo

I just started helping Eclipse Project's release engineering. I saw the
post about missing Jetty 9.4.* p2 repos. I wanted to help.

I fixed up the old "jetty-rt-bundles-9" job, which encountered some
problems after migrating to the new JIRO infra. I generated the following
new p2 repos:
https://download.eclipse.org/jetty/updates/jetty-bundles-9.x/9.4.38.v20210224/
https://download.eclipse.org/jetty/updates/jetty-bundles-9.x/9.4.39.v20210325/
https://download.eclipse.org/jetty/updates/jetty-bundles-9.x/9.4.40.v20210413/

I did some checkings. The new p2 repos look good. However, I need the
community to verify the repos.

Let me know if you see any problems. I will try my best to help.

Regards,
Kit Lo
Eclipse Babel Project Lead
IBM Eclipse SDK (IES) Technical Lead and Release Manager
___
jetty-users mailing list
jetty-users@eclipse.org
To unsubscribe from this list, visit 
https://www.eclipse.org/mailman/listinfo/jetty-users


Re: [jetty-users] Jetty version 11 web.xml for Jakarta-EE 9

2021-04-21 Thread Jesse McConnell
There has been an uptick of spam and trolls across a lot of Eclipse lists
lately. It is like someone is testing a slightly more intelligent sort of
spam generator.

/ccing webmaster

On Jakarta Platform call this week they were advised to just not engage
with these bots/people at all.

--
jesse mcconnell
jesse.mcconn...@gmail.com


On Tue, Apr 20, 2021 at 6:30 PM Joakim Erdfelt  wrote:

> That is not what metadata-complete is for, and users of Jersey or JSP do
> not have to set it (either way) for success in either embedded, standalone
> (home/base), or jetty-maven-plugin.
>
> JSP has no care in the world about Servlet metadata.
> Jersey doesn't use Servlet metadata either.
>
> Stop linking to, or promoting, your herokuapp.com (you'll just get this
> new email address banned by eclipse mailing list moderators again).
>
> Joakim Erdfelt / joa...@webtide.com
>
>
> On Tue, Apr 20, 2021 at 3:31 PM back Button via jetty-users <
> jetty-users@eclipse.org> wrote:
>
>>
>> This is a copy of the web.xml needed to run Jetty successfully both as
>> jetty embedded and as a maven plugin. mvn jetty:run
>>
>> The most  important setting is
>> metadata-complete="false"
>>
>> Please look into the effects of metadata-complete="false" or 
>> metadata-complete="true"
>>
>>
>> With this setting metadata-complete="false" one can use web.xml
>> set the  welcome file to any name
>> the annotations will be turned on.
>>
>> The original  FAULTY archetype is this one. found here in eclipse
>> documentation
>>
>> https://eclipse-ee4j.github.io/jersey.github.io/documentation/latest3x/getting-started.html#deploy-it-on-heroku
>>
>> mvn archetype:generate -DarchetypeArtifactId=jersey-heroku-webapp \
>> -DarchetypeGroupId=org.glassfish.jersey.archetypes
>> -DinteractiveMode=false \
>> -DgroupId=com.example -DartifactId=simple-heroku-webapp
>> -Dpackage=com.example \
>> -DarchetypeVersion=3.0.1
>>
>>
>>
>> 
>> 
>> https://jakarta.ee/xml/ns/jakartaee;;
>> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance;;
>> xsi:schemaLocation="https://jakarta.ee/xml/ns/jakartaee
>>
>> https://jakarta.ee/xml/ns/jakartaee/web-app_5_0.xsd;;
>> metadata-complete="false" version="5.0">
>> 
>> Jersey Web Application
>>
>>  org.glassfish.jersey.servlet.ServletContainer
>> 
>>
>>  jersey.config.server.provider.packages
>> com.example
>> 
>> 1
>> 
>> 
>> Jersey Web Application
>> /api/*
>> 
>> 
>> main.jsp
>> 
>> 
>>
>>
>> https://lit-taiga-52898.herokuapp.com/
>>
>> ___
>> jetty-users mailing list
>> jetty-users@eclipse.org
>> To unsubscribe from this list, visit
>> https://www.eclipse.org/mailman/listinfo/jetty-users
>>
> ___
> jetty-users mailing list
> jetty-users@eclipse.org
> To unsubscribe from this list, visit
> https://www.eclipse.org/mailman/listinfo/jetty-users
>
___
jetty-users mailing list
jetty-users@eclipse.org
To unsubscribe from this list, visit 
https://www.eclipse.org/mailman/listinfo/jetty-users