You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by "risdenk (via GitHub)" <gi...@apache.org> on 2023/03/30 18:20:06 UTC

[GitHub] [solr] risdenk opened a new pull request, #1509: WIP SOLR-16441: Upgrade Jetty to 11.x

risdenk opened a new pull request, #1509:
URL: https://github.com/apache/solr/pull/1509

   https://issues.apache.org/jira/browse/SOLR-16441
   
   This is just an example of what this might look like.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org


[GitHub] [solr] risdenk commented on pull request #1509: WIP SOLR-16441: Upgrade Jetty to 11.x

Posted by "risdenk (via GitHub)" <gi...@apache.org>.
risdenk commented on PR #1509:
URL: https://github.com/apache/solr/pull/1509#issuecomment-1490748459

   This is NOT ready to merge yet, but tagging some folks to at least look and see if this is something that we want to pursue. I think eventually we will need to go in this direction, but I don't think it needs to happen in Solr 9.x


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org


Re: [PR] WIP SOLR-16441: Upgrade Jetty to 11.x [solr]

Posted by "jorgerod (via GitHub)" <gi...@apache.org>.
jorgerod commented on PR #1509:
URL: https://github.com/apache/solr/pull/1509#issuecomment-1792273443

   Hi @risdenk 
   
   Spring boot 3.0 and 3.1 use jetty 11x but Spring boot 3.2 will use jetty 12x.
   
   Maybe it would be more interesting to upgrade directly to jetty 12x, what do you think? Or release two versions, one with 11x and one with 12x?
   
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org


Re: [PR] WIP SOLR-16441: Upgrade Jetty to 11.x [solr]

Posted by "epugh (via GitHub)" <gi...@apache.org>.
epugh commented on PR #1509:
URL: https://github.com/apache/solr/pull/1509#issuecomment-1792522903

   Let's rip that bandaid off and get to 12!   Jakarta EE!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org


Re: [PR] WIP SOLR-16441: Upgrade Jetty to 11.x [solr]

Posted by "risdenk (via GitHub)" <gi...@apache.org>.
risdenk commented on PR #1509:
URL: https://github.com/apache/solr/pull/1509#issuecomment-1795674956

   I filed https://issues.apache.org/jira/browse/SOLR-17069 to look at Jetty 12.x


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org


Re: [PR] WIP SOLR-16441: Upgrade Jetty to 11.x [solr]

Posted by "uschindler (via GitHub)" <gi...@apache.org>.
uschindler commented on PR #1509:
URL: https://github.com/apache/solr/pull/1509#issuecomment-1792298278

   I would recommend to use Jetty 12. It allows to use both servlet APIs so we can stay with javax.servlet. You can run them in parallel, but actually a single context must use one version. SO means all of Solr needs to decide which version. 
   
   I migarted one project here and it was great. There were some bugs in Jetty 12.0.0, but since 12.0.1 all worked fine.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org


[GitHub] [solr] thomaswoeckinger commented on pull request #1509: WIP SOLR-16441: Upgrade Jetty to 11.x

Posted by "thomaswoeckinger (via GitHub)" <gi...@apache.org>.
thomaswoeckinger commented on PR #1509:
URL: https://github.com/apache/solr/pull/1509#issuecomment-1735020193

   Will this be part of Solr 10?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org


Re: [PR] WIP SOLR-16441: Upgrade Jetty to 11.x [solr]

Posted by "risdenk (via GitHub)" <gi...@apache.org>.
risdenk commented on PR #1509:
URL: https://github.com/apache/solr/pull/1509#issuecomment-1755945787

   @thomaswoeckinger no idea. this is updated to main now though. Still has the hadoop-auth and s3-repository modules disabled.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org