Support for OpenSSL 3.0 in TOMCAT

2022-11-22 Thread Sandeep 1. Maurya (EXT-NSB)
Dear Team, As per OpenSSL release strategy "Version 1.1.1 will be supported until 2023-09-11 (LTS)". Will tomcat extend the support for OpenSSL 1.1.1 on EL8 beyond this timeline or there any plan to update to OpenSSL 3.0 Thanks and Regards Sandeep Maurya Ph: +91-9971135213

RE: Support for OpenSSL 3.0 in TOMCAT

2022-11-22 Thread Sandeep 1. Maurya (EXT-NSB)
Dear Team, As per OpenSSL release strategy "Version 1.1.1 will be supported until 2023-09-11 (LTS)". Will tomcat extend the support for OpenSSL 1.1.1 on EL8 beyond this timeline or there any plan to update to OpenSSL 3.0 Thanks and Regards Sandeep Maurya Ph: +91-9971135213

Re: Support for OpenSSL 3.0 in TOMCAT

2022-11-22 Thread Mark Thomas
What makes you think Tomcat Native doesn't support OpenSSL 3.0? Mark On 22/11/2022 08:10, Sandeep 1. Maurya (EXT-NSB) wrote: Dear Team, As per OpenSSL release strategy "Version 1.1.1 will be supported until 2023-09-11 (LTS)". Will tomcat extend the support for OpenSSL 1.1.1 on EL8 beyond thi

RE: Support for OpenSSL 3.0 in TOMCAT

2022-11-22 Thread Sandeep 1. Maurya (EXT-NSB)
Hi, We are using Tomcat 9.0.65 currently in our product . Is OpenSSL 3.0 support is available in any releases of TOMCAT-9 series. Thanks and regards Sandeep Maurya Ph: +91-9971135213 -Original Message- From: Mark Thomas Sent: 22 November 2022 13:54 To: Tomcat Developers List Subject

[GitHub] [tomcat-training] dependabot[bot] opened a new pull request, #10: Bump engine.io from 1.8.5 to 3.6.1

2022-11-22 Thread GitBox
dependabot[bot] opened a new pull request, #10: URL: https://github.com/apache/tomcat-training/pull/10 Bumps [engine.io](https://github.com/socketio/engine.io) from 1.8.5 to 3.6.1. Release notes Sourced from https://github.com/socketio/engine.io/releases";>engine.io's releases.

[tomcat-training] branch dependabot/npm_and_yarn/engine.io-3.6.1 created (now cd58809)

2022-11-22 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/npm_and_yarn/engine.io-3.6.1 in repository https://gitbox.apache.org/repos/asf/tomcat-training.git at cd58809 Bump engine.io from 1.8.5 to 3.6.1 No new revisions were added

[GitHub] [tomcat-training] dependabot[bot] commented on pull request #7: Bump engine.io from 1.8.5 to 3.6.0

2022-11-22 Thread GitBox
dependabot[bot] commented on PR #7: URL: https://github.com/apache/tomcat-training/pull/7#issuecomment-1323316120 Superseded by #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 c

[GitHub] [tomcat-training] dependabot[bot] closed pull request #7: Bump engine.io from 1.8.5 to 3.6.0

2022-11-22 Thread GitBox
dependabot[bot] closed pull request #7: Bump engine.io from 1.8.5 to 3.6.0 URL: https://github.com/apache/tomcat-training/pull/7 -- 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.

Re: Support for OpenSSL 3.0 in TOMCAT

2022-11-22 Thread Mark Thomas
Please move this support question to the Tomcat Users mailing list. Mark On 22/11/2022 08:41, Sandeep 1. Maurya (EXT-NSB) wrote: Hi, We are using Tomcat 9.0.65 currently in our product . Is OpenSSL 3.0 support is available in any releases of TOMCAT-9 series. Thanks and regards Sandeep Maur

[Bug 66358] Need a way to close socket of the async request after it was committed

2022-11-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66358 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

CDI and injection issues

2022-11-22 Thread Rémy Maucherat
Hi, Following a post on the user list, I have looked into CDI and injection processing in Tomcat standalone (or standalone extended by CDI) and found the following issues: a) metadata-complete is done wrong. The spec got retconned some time ago and metadata-complete only means Servlet spec defin

Re: CDI and injection issues

2022-11-22 Thread Romain Manni-Bucau
Hi Rémy, I put a few comments inline hoping it helps Le mar. 22 nov. 2022 à 16:11, Rémy Maucherat a écrit : > Hi, > > Following a post on the user list, I have looked into CDI and > injection processing in Tomcat standalone (or standalone extended by > CDI) and found the following issues: > >

Re: CDI and injection issues

2022-11-22 Thread Rémy Maucherat
On Tue, Nov 22, 2022 at 4:30 PM Romain Manni-Bucau wrote: > > Hi Rémy, > > I put a few comments inline hoping it helps > > > Le mar. 22 nov. 2022 à 16:11, Rémy Maucherat a écrit : > > > Hi, > > > > Following a post on the user list, I have looked into CDI and > > injection processing in Tomcat s

Re: CDI and injection issues

2022-11-22 Thread Romain Manni-Bucau
Hmm, how is your injector different from an InstanceManager? ( https://github.com/apache/tomcat/blob/main/java/org/apache/tomcat/InstanceManager.java ) Only by not having all `newInstance` flavors? Will also need the backgroundProcess (cache cleanup, same as instance manager) and similarly the call

[tomcat] branch 8.5.x updated: Set release date for Tomcat 8.5.84

2022-11-22 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/8.5.x by this push: new 893cca6598 Set release date for Tomcat 8.5.84 893

svn commit: r1905458 - in /tomcat/site/trunk: ./ docs/ docs/tomcat-8.5-doc/ docs/tomcat-8.5-doc/annotationapi/ docs/tomcat-8.5-doc/annotationapi/javax/annotation/ docs/tomcat-8.5-doc/annotationapi/jav

2022-11-22 Thread schultz
Author: schultz Date: Tue Nov 22 19:01:34 2022 New Revision: 1905458 URL: http://svn.apache.org/viewvc?rev=1905458&view=rev Log: Update web site to include Tomcat 8.5.84 [This commit notification would consist of 135 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.

[ANN] Apache Tomcat 8.5.84 available

2022-11-22 Thread Christopher Schultz
The Apache Tomcat team announces the immediate availability of Apache Tomcat 8.5.84. Apache Tomcat 8 is an open source software implementation of the Java Servlet, JavaServer Pages, Java Unified Expression Language, Java WebSocket and JASPIC technologies. Apache Tomcat 8.5.84 is a bugfix and fea

[GitHub] [tomcat] markt-asf merged pull request #569: Refine native resources metadata

2022-11-22 Thread GitBox
markt-asf merged PR #569: URL: https://github.com/apache/tomcat/pull/569 -- 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: dev-unsubscr...@tomcat.apache.o

[tomcat] branch 10.1.x updated: Refine native resources metadata

2022-11-22 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/10.1.x by this push: new 73963de5c3 Refine native resources metadata 73963

[tomcat] branch 10.1.x updated: Update change log

2022-11-22 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/10.1.x by this push: new 9c794c95a3 Update change log 9c794c95a3 is descri

[tomcat] branch main updated: Refine native resources metadata

2022-11-22 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/main by this push: new eb69ef8402 Refine native resources metadata eb69ef840

[tomcat] branch 9.0.x updated: Refine native resources metadata

2022-11-22 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/9.0.x by this push: new 97b552c3e6 Refine native resources metadata 97b552c