unable to start the tomcat 11 after successful build

2023-11-15 Thread koteswara Rao Gundapaneni
Hi


I am unable to start the tomcat 11 server after successful build even its
not showing proper errors log is not able to view as its showing the
console in just few seconds


though I have catalina_home and java_home set properly


Thanks

Koti


Re: unable to start the tomcat 11 after successful build

2023-11-15 Thread Mark Thomas

This message belongs on the users mailing list, not the dev list.

https://tomcat.apache.org/lists.html

Mark


On 15/11/2023 08:07, koteswara Rao Gundapaneni wrote:

Hi


I am unable to start the tomcat 11 server after successful build even its
not showing proper errors log is not able to view as its showing the
console in just few seconds


though I have catalina_home and java_home set properly


Thanks

Koti



-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



Re: [VOTE] Release Apache Tomcat 11.0.0-M14

2023-11-15 Thread Mark Thomas

On 11/11/2023 13:49, Rémy Maucherat wrote:

On Sat, Nov 11, 2023 at 2:36 AM Konstantin Kolinko
 wrote:


сб, 11 нояб. 2023 г. в 03:09, Konstantin Kolinko :


чт, 9 нояб. 2023 г. в 22:58, Mark Thomas :


The proposed Apache Tomcat 11.0.0-M14 release is now available for
voting.

It can be obtained from:
https://dist.apache.org/repos/dist/dev/tomcat/tomcat-11/v11.0.0-M14/

The Maven staging repo is:
https://repository.apache.org/content/repositories/orgapachetomcat-1464

The tag is:
https://github.com/apache/tomcat/tree/11.0.0-M14
9108a1f6776f7211f5cd27e80b7b5a6e98116b01


The proposed 11.0.0-M14 release is:
[ ] -1 Broken - do not release
[ ] +1 Alpha  - go ahead and release as 11.0.0-M14


Mark,

Looking at https://dist.apache.org/repos/dist/dev/tomcat/tomcat-11/v11.0.0-M14/

*.asc files are missing for
apache-tomcat-11.0.0-M14-windows-x64.zip
apache-tomcat-11.0.0-M14.tar.gz
apache-tomcat-11.0.0-M14.zip

I think that missing files can be downloaded from Maven staging repository.


I uploaded the missing files, using the ones from Maven.


Thanks for fixing this.


That happens when doing the maven deploy before uploading the build.
Not sure why though.


Yep. That is what happened.

Mark

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[VOTE][RESULT] Release Apache Tomcat 11.0.0-M14

2023-11-15 Thread Mark Thomas

The following votes were cast:

Binding:
+1: remm, markt, schultz, jfclere

Non-binding:
+1: Dimitris Soumis

No other votes were cast. The vote therefore passes.

Thanks to everyone who contributed to this release.

Mark


On 09/11/2023 19:58, Mark Thomas wrote:

The proposed Apache Tomcat 11.0.0-M14 release is now available for
voting.

Apache Tomcat 11.0.0-M14 is a milestone release of the 11.0.x branch and 
has been made to provide users with early access to the new features in 
Apache Tomcat 11.0.x so that they may provide feedback. The notable 
changes compared to the previous milestone include:


- Add OpenSSL integration using the FFM API rather than Tomcat Native.
   OpenSSL support may be enabled by adding the
   org.apache.catalina.core.OpenSSLLifecycleListener listener on the
   Server element when using Java 22 or later.

- Fix reloading TLS configuration could cause the Connector to
   refuse new connections or the JVM to crash.

- Ensure that an IOException during the reading of the request
   triggers always error handling, regardless of whether the
   application swallows the exception.

For full details, see the change log:
https://nightlies.apache.org/tomcat/tomcat-11.0.x/docs/changelog.html

Applications that run on Tomcat 9 and earlier will not run on Tomcat 11 
without changes. Java EE applications designed for Tomcat 9 and earlier 
may be placed in the $CATALINA_BASE/webapps-javaee directory and Tomcat 
will automatically convert them to Jakarta EE and copy them to the 
webapps directory. Applications using deprecated APIs may require 
further changes.


It can be obtained from:
https://dist.apache.org/repos/dist/dev/tomcat/tomcat-11/v11.0.0-M14/

The Maven staging repo is:
https://repository.apache.org/content/repositories/orgapachetomcat-1464

The tag is:
https://github.com/apache/tomcat/tree/11.0.0-M14
9108a1f6776f7211f5cd27e80b7b5a6e98116b01


The proposed 11.0.0-M14 release is:
[ ] -1 Broken - do not release
[ ] +1 Alpha  - go ahead and release as 11.0.0-M14

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[VOTE][RESULT] Release Apache Tomcat 9.0.83

2023-11-15 Thread Rémy Maucherat
The following votes were cast:

Binding:
+1: lihan, remm, jclere, markt

Non-binding:
+1: Dimitris Soumis

No other votes were cast.

The vote therefore passes.

Thanks to everyone who contributed to this release.

Rémy

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



svn commit: r65299 - /dev/tomcat/tomcat-11/v11.0.0-M14/ /release/tomcat/tomcat-11/v11.0.0-M14/

2023-11-15 Thread markt
Author: markt
Date: Wed Nov 15 09:14:54 2023
New Revision: 65299

Log:
Release Tomcat 11.0l0-M14

Added:
release/tomcat/tomcat-11/v11.0.0-M14/
  - copied from r65298, dev/tomcat/tomcat-11/v11.0.0-M14/
Removed:
dev/tomcat/tomcat-11/v11.0.0-M14/


-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



Re: Tomcat 8.5.x and repeatable builds

2023-11-15 Thread Michael Osipov
On 2023/11/14 16:53:38 Mark Thomas wrote:
> All,
> 
> We are currently unable to produce cross-platform repeatable builds for 
> Tomcat 8.5.x with Java 11 due to https://bugs.openjdk.org/browse/JDK-8320082
> 
> We have several options:
> 
> 1. Do nothing. Build remains repeatable on the same OS. Wait and see if 
> OpenJDK fix the bug.

I think that this is more than enough for 99% of the people especially because 
four months are left until EOL.

What I wouldn want to see that Tomcat 9 still stays testable with Java 8. So 
for Tomcat 10 with Java 11.

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



svn commit: r65302 - /dev/tomcat/tomcat-9/v9.0.83/ /release/tomcat/tomcat-9/v9.0.83/

2023-11-15 Thread remm
Author: remm
Date: Wed Nov 15 09:35:19 2023
New Revision: 65302

Log:
Release Apache Tomcat 9.0.83

Added:
release/tomcat/tomcat-9/v9.0.83/
  - copied from r65301, dev/tomcat/tomcat-9/v9.0.83/
Removed:
dev/tomcat/tomcat-9/v9.0.83/


-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



Re: Tomcat 8.5.x and repeatable builds

2023-11-15 Thread Mark Thomas

On 14/11/2023 20:31, Christopher Schultz wrote:

Mark,

On 11/14/23 11:53, Mark Thomas wrote:

All,

We are currently unable to produce cross-platform repeatable builds 
for Tomcat 8.5.x with Java 11 due to 
https://bugs.openjdk.org/browse/JDK-8320082


We have several options:

1. Do nothing. Build remains repeatable on the same OS. Wait and see 
if OpenJDK fix the bug.


2. Switch to building 8.5.x releases with Java 17.

3. Something else.


I feel like it's important to test 8.5.x on Java 8 up through EOL since 
it's really the most likely pre-11 JVM that will be used, and it just 
has to work. My current testing process uses Java 8 for that, so I'm 
okay with it.


I can build with virtually any JVM and the testing will reveal if there 
are any issues.


Java 11 appears to have reached EOL for "normal people" so I might guess 
that the OpenJDK project may decline to fix the bug.


If we build with Java 17, we may as well build with Java 20 as that's 
the most-recent LTS version and will probably get the best support from 
the OpenJDK project. Back-ports are possible, but we shouldn't rely on 
them. (This reminds me that I user Java 21 to build 10.1.6. I should 
back-off to Java 20 instead so I'm using an LTS version.)


I thought 21 was then LTS version rather than 20.

Mark

I can't think of much that we can do for #3. #1 means that we aren't as 
reproducible as possible, so I guess that makes me:


+1 for #2, but with Java 20 as the preferred build platform.


Note: The Tomcat 8.5.x tests will not pass if executed on Java 17 due
to an incompatibility with the ECJ JAR that ships with 8.5.x.
Yep. This is something I'm considering working-around in my test script, 
which builds Tomcat from source before running he unit tests. We just 
have to alter the version of ECJ that gets downloaded during the build. 
I'm already building a build.properties file prior to running the build, 
so detecting the Java version and adjusting as necessary isn't an issue.


Thanks,
-chris

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



Re: Tomcat 8.5.x and repeatable builds

2023-11-15 Thread Mark Thomas

On 15/11/2023 09:35, Michael Osipov wrote:

On 2023/11/14 16:53:38 Mark Thomas wrote:

All,

We are currently unable to produce cross-platform repeatable builds for
Tomcat 8.5.x with Java 11 due to https://bugs.openjdk.org/browse/JDK-8320082

We have several options:

1. Do nothing. Build remains repeatable on the same OS. Wait and see if
OpenJDK fix the bug.


I think that this is more than enough for 99% of the people especially because 
four months are left until EOL.


Fair point about EOL for 8.5.x. I hadn't considered that.


What I would want to see that Tomcat 9 still stays testable with Java 8. So for 
Tomcat 10 with Java 11.


ACK.

Mark

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



svn commit: r1913796 - in /tomcat/site/trunk: ./ docs/tomcat-11.0-doc/ docs/tomcat-11.0-doc/annotationapi/ docs/tomcat-11.0-doc/annotationapi/jakarta/annotation/ docs/tomcat-11.0-doc/annotationapi/jak

2023-11-15 Thread markt
Author: markt
Date: Wed Nov 15 10:28:59 2023
New Revision: 1913796

URL: http://svn.apache.org/viewvc?rev=1913796&view=rev
Log:
Update docs for 11.0.0-M14 release


[This commit notification would consist of 368 parts, 
which exceeds the limit of 50 ones, so it was shortened to the summary.]

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



svn commit: r1913798 - in /tomcat/site/trunk: ./ docs/ xdocs/

2023-11-15 Thread remm
Author: remm
Date: Wed Nov 15 10:42:24 2023
New Revision: 1913798

URL: http://svn.apache.org/viewvc?rev=1913798&view=rev
Log:
Site update for 9.0.83

Modified:
tomcat/site/trunk/build.properties.default
tomcat/site/trunk/docs/doap_Tomcat.rdf
tomcat/site/trunk/docs/download-90.html
tomcat/site/trunk/docs/index.html
tomcat/site/trunk/docs/migration-9.html
tomcat/site/trunk/docs/oldnews.html
tomcat/site/trunk/docs/whichversion.html
tomcat/site/trunk/xdocs/doap_Tomcat.rdf
tomcat/site/trunk/xdocs/download-90.xml
tomcat/site/trunk/xdocs/index.xml
tomcat/site/trunk/xdocs/migration-9.xml
tomcat/site/trunk/xdocs/oldnews.xml
tomcat/site/trunk/xdocs/whichversion.xml

Modified: tomcat/site/trunk/build.properties.default
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/build.properties.default?rev=1913798&r1=1913797&r2=1913798&view=diff
==
--- tomcat/site/trunk/build.properties.default (original)
+++ tomcat/site/trunk/build.properties.default Wed Nov 15 10:42:24 2023
@@ -37,7 +37,7 @@ tomcat.loc=https://downloads.apache.org/
 
 # - Tomcat versions -
 tomcat8.5=8.5.96
-tomcat9.0=9.0.82
+tomcat9.0=9.0.83
 tomcat10.1=10.1.16
 tomcat11.0=11.0.0-M14
 

Modified: tomcat/site/trunk/docs/doap_Tomcat.rdf
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/doap_Tomcat.rdf?rev=1913798&r1=1913797&r2=1913798&view=diff
==
--- tomcat/site/trunk/docs/doap_Tomcat.rdf (original)
+++ tomcat/site/trunk/docs/doap_Tomcat.rdf Wed Nov 15 10:42:24 2023
@@ -74,8 +74,8 @@
 
   
 Latest Stable 9.0.x Release
-2023-10-13
-9.0.82
+2023-11-15
+9.0.83
   
 
 

Modified: tomcat/site/trunk/docs/download-90.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/download-90.html?rev=1913798&r1=1913797&r2=1913798&view=diff
==
--- tomcat/site/trunk/docs/download-90.html (original)
+++ tomcat/site/trunk/docs/download-90.html Wed Nov 15 10:42:24 2023
@@ -10,7 +10,7 @@
 
   Quick Navigation
 
-[define v]9.0.82[end]
+[define v]9.0.83[end]
 https://downloads.apache.org/tomcat/tomcat-9/KEYS";>KEYS |
 [v] |
 Browse |

Modified: tomcat/site/trunk/docs/index.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/index.html?rev=1913798&r1=1913797&r2=1913798&view=diff
==
--- tomcat/site/trunk/docs/index.html (original)
+++ tomcat/site/trunk/docs/index.html Wed Nov 15 10:42:24 2023
@@ -34,6 +34,27 @@ wiki page.
 Apache Tomcat, Tomcat, Apache, the Apache feather, and the Apache Tomcat
 project logo are trademarks of the Apache Software Foundation.
 
+2023-11-15 Tomcat 9.0.83 Released
+
+The Apache Tomcat Project is proud to announce the release of version 9.0.83
+of Apache Tomcat. This release implements specifications that are part of the
+Java EE 8 platform. The notable changes compared to 9.0.82 include:
+
+  Fix reloading TLS configuration could cause the Connector to
+  refuse new connections or the JVM to crash.
+  Ensure that an IOException during the reading of the request
+  triggers always error handling, regardless of whether the
+  application swallows the exception.
+
+
+Full details of these changes, and all the other changes, are available in the
+Tomcat 9
+changelog.
+
+
+
+https://tomcat.apache.org/download-90.cgi";>Download
+
 2023-11-14 Tomcat 10.1.16 Released
 
 The Apache Tomcat Project is proud to announce the release of version 10.1.16
@@ -84,7 +105,7 @@ Java EE 7 platform. The notable changes
 
 
 Full details of these changes, and all the other changes, are available in the
-Tomcat 8
+Tomcat 8
 changelog.
 
 
@@ -129,56 +150,6 @@ with Connector configurations when 
 https://tomcat.apache.org/download-11.cgi";>Download
 
-2023-10-13 Tomcat 9.0.82 Released
-
-The Apache Tomcat Project is proud to announce the release of version 9.0.82
-of Apache Tomcat. This release implements specifications that are part of the
-Java EE 8 platform. The notable changes compared to 9.0.81 include:
-
-  Correct a regression in 9.0.81 that broke the Tomcat JBDC
-  connection pool.
-  Correct a regression in 9.0.81 that broke HTTP compression.
-
-
-Full details of these changes, and all the other changes, are available in the
-Tomcat 9
-changelog.
-
-
-
-https://tomcat.apache.org/download-90.cgi";>Download
-
-2023-10-10 Tomcat 9.0.81 Released
-
-The Apache Tomcat Project is proud to announce the release of version 9.0.81
-of Apache Tomcat. This release implements specifications that are part of the
-Java EE 8 platform. The notable changes compared to 9.0.81 include:
-
-  Update Tomcat Native to 1.2.39 to pick up Windows binaries built with
-  OpenSSL 3.0.11.
-  Provide a lifecyc

svn commit: r1913799 - in /tomcat/site/trunk/docs/tomcat-9.0-doc: ./ annotationapi/ annotationapi/javax/annotation/ annotationapi/javax/annotation/security/ annotationapi/javax/annotation/sql/ annotat

2023-11-15 Thread remm
Author: remm
Date: Wed Nov 15 10:50:16 2023
New Revision: 1913799

URL: http://svn.apache.org/viewvc?rev=1913799&view=rev
Log:
Docs for 9.0.83


[This commit notification would consist of 1241 parts, 
which exceeds the limit of 50 ones, so it was shortened to the summary.]

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



svn commit: r1913800 [2/4] - in /tomcat/site/trunk/docs/tomcat-9.0-doc: annotationapi/ annotationapi/jquery/ annotationapi/legal/ annotationapi/script-dir/ api/ api/jquery/ api/legal/ api/org/apache/c

2023-11-15 Thread remm
Added: tomcat/site/trunk/docs/tomcat-9.0-doc/api/script-dir/jquery-ui.min.js
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-9.0-doc/api/script-dir/jquery-ui.min.js?rev=1913800&view=auto
==
--- tomcat/site/trunk/docs/tomcat-9.0-doc/api/script-dir/jquery-ui.min.js 
(added)
+++ tomcat/site/trunk/docs/tomcat-9.0-doc/api/script-dir/jquery-ui.min.js Wed 
Nov 15 10:57:51 2023
@@ -0,0 +1,6 @@
+/*! jQuery UI - v1.13.2 - 2023-02-27
+* http://jqueryui.com
+* Includes: widget.js, position.js, keycode.js, unique-id.js, 
widgets/autocomplete.js, widgets/menu.js
+* Copyright jQuery Foundation and other contributors; Licensed MIT */
+
+!function(t){"use strict";"function"==typeof 
define&&define.amd?define(["jquery"],t):t(jQuery)}(function(x){"use 
strict";x.ui=x.ui||{};x.ui.version="1.13.2";var 
n,i=0,l=Array.prototype.hasOwnProperty,a=Array.prototype.slice;x.cleanData=(n=x.cleanData,function(t){for(var
 
e,i,s=0;null!=(i=t[s]);s++)(e=x._data(i,"events"))&&e.remove&&x(i).triggerHandler("remove");n(t)}),x.widget=function(t,i,e){var
 s,n,o,l={},a=t.split(".")[0],r=a+"-"+(t=t.split(".")[1]);return 
e||(e=i,i=x.Widget),Array.isArray(e)&&(e=x.extend.apply(null,[{}].concat(e))),x.expr.pseudos[r.toLowerCase()]=function(t){return!!x.data(t,r)},x[a]=x[a]||{},s=x[a][t],n=x[a][t]=function(t,e){if(!this||!this._createWidget)return
 new 
n(t,e);arguments.length&&this._createWidget(t,e)},x.extend(n,s,{version:e.version,_proto:x.extend({},e),_childConstructors:[]}),(o=new
 i).options=x.widget.extend({},o.options),x.each(e,function(e,s){function 
n(){return i.prototype[e].apply(this,arguments)}function o(t){return 
i.prototype[e].apply(this
 ,t)}l[e]="function"==typeof s?function(){var 
t,e=this._super,i=this._superApply;return 
this._super=n,this._superApply=o,t=s.apply(this,arguments),this._super=e,this._superApply=i,t}:s}),n.prototype=x.widget.extend(o,{widgetEventPrefix:s&&o.widgetEventPrefix||t},l,{constructor:n,namespace:a,widgetName:t,widgetFullName:r}),s?(x.each(s._childConstructors,function(t,e){var
 i=e.prototype;x.widget(i.namespace+"."+i.widgetName,n,e._proto)}),delete 
s._childConstructors):i._childConstructors.push(n),x.widget.bridge(t,n),n},x.widget.extend=function(t){for(var
 e,i,s=a.call(arguments,1),n=0,o=s.length;n",options:{classes:{},disabled:!1,create:null},_createWidget:function(t,e){e=x(e||this.defaultElement||this)[0],this.element=x(e),this.uuid=i++,this.eventNamespace="."+this.widgetName+this.uuid,this.bindings=x(),this.hoverable=x(),this.focusable=x(),this.classesElementLookup={},e!==this&&(x.data(e,this.widgetFullName,this),this._on(!0,this.element,{remove:functi
 
on(t){t.target===e&&this.destroy()}}),this.document=x(e.style?e.ownerDocument:e.document||e),this.window=x(this.document[0].defaultView||this.document[0].parentWindow)),this.options=x.widget.extend({},this.options,this._getCreateOptions(),t),this._create(),this.options.disabled&&this._setOptionDisabled(this.options.disabled),this._trigger("create",null,this._getCreateEventData()),this._init()},_getCreateOptions:function(){return{}},_getCreateEventData:x.noop,_create:x.noop,_init:x.noop,destroy:function(){var
 
i=this;this._destroy(),x.each(this.classesElementLookup,function(t,e){i._removeClass(e,t)}),this.element.off(this.eventNamespace).removeData(this.widgetFullName),this.widget().off(this.eventNamespace).removeAttr("aria-disabled"),this.bindings.off(this.eventNamespace)},_destroy:x.noop,widget:function(){return
 this.element},option:function(t,e){var 
i,s,n,o=t;if(0===arguments.length)return 
x.widget.extend({},this.options);if("string"==typeof 
t)if(o={},t=(i=t.split(".")).shift(),i.l
 
ength){for(s=o[t]=x.widget.extend({},this.options[t]),n=0;n"),i=e.children()[0];return 
x("body").append(e),t=i.offsetWidth,e.
 
css("overflow","scroll"),t===(i=i.offsetWidth)&&(i=e[0].clientWidth),e.remove(),s=t-i},getScrollInfo:function(t){var
 
e=t.isWindow||t.isDocument?"":t.element.css("overflow-x"),i=t.isWindow||t.isDocument?"":t.element.css("overflow-y"),e="scroll"===e||"auto"===e&&t.widthC(E(s),E(n))?o.important="horizontal":o.import
 
ant="vertical",c.using.call(this,t,o)}),l.offset(x.extend(u,{using:t}))})},x.ui.position={fit:{left:function(t,e){var
 
i=e.within,s=i.isWindow?i.scrollLeft:i.offset.left,n=i.width,o=t.left-e.collisionPosition.marginLeft,l=s-o,a=o+e.collisionWidth-n-s;e.collisionWidth>n?0n?0",delay:300,options:{icons:{submenu:"ui-icon-caret-1-e"},items:">
 *",menus:"ul",position:{my:"left top",at:"right 
top"},role:"menu",blur:null,focus:null,select:null},_create:function(){this.activeMenu=this.element,this.mouseHandled=!1,this.lastMousePosition={x:null,y:null},this.element.uniqueId().attr({role:this.options.role,tabIndex:0}),this._addClass("ui-menu","ui-widget
 ui-widget-content"),this._on({"mousedown .ui-menu-item":function(t){t.p
 reventDefault(),this._activateItem(t)},"click .ui-menu-item":function(t){var 
e=x(t.target),i=x(x.ui.safeActiveElem

svn commit: r1913800 [3/4] - in /tomcat/site/trunk/docs/tomcat-9.0-doc: annotationapi/ annotationapi/jquery/ annotationapi/legal/ annotationapi/script-dir/ api/ api/jquery/ api/legal/ api/org/apache/c

2023-11-15 Thread remm
Added: 
tomcat/site/trunk/docs/tomcat-9.0-doc/jaspicapi/script-dir/jquery-ui.min.js
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-9.0-doc/jaspicapi/script-dir/jquery-ui.min.js?rev=1913800&view=auto
==
--- tomcat/site/trunk/docs/tomcat-9.0-doc/jaspicapi/script-dir/jquery-ui.min.js 
(added)
+++ tomcat/site/trunk/docs/tomcat-9.0-doc/jaspicapi/script-dir/jquery-ui.min.js 
Wed Nov 15 10:57:51 2023
@@ -0,0 +1,6 @@
+/*! jQuery UI - v1.13.2 - 2023-02-27
+* http://jqueryui.com
+* Includes: widget.js, position.js, keycode.js, unique-id.js, 
widgets/autocomplete.js, widgets/menu.js
+* Copyright jQuery Foundation and other contributors; Licensed MIT */
+
+!function(t){"use strict";"function"==typeof 
define&&define.amd?define(["jquery"],t):t(jQuery)}(function(x){"use 
strict";x.ui=x.ui||{};x.ui.version="1.13.2";var 
n,i=0,l=Array.prototype.hasOwnProperty,a=Array.prototype.slice;x.cleanData=(n=x.cleanData,function(t){for(var
 
e,i,s=0;null!=(i=t[s]);s++)(e=x._data(i,"events"))&&e.remove&&x(i).triggerHandler("remove");n(t)}),x.widget=function(t,i,e){var
 s,n,o,l={},a=t.split(".")[0],r=a+"-"+(t=t.split(".")[1]);return 
e||(e=i,i=x.Widget),Array.isArray(e)&&(e=x.extend.apply(null,[{}].concat(e))),x.expr.pseudos[r.toLowerCase()]=function(t){return!!x.data(t,r)},x[a]=x[a]||{},s=x[a][t],n=x[a][t]=function(t,e){if(!this||!this._createWidget)return
 new 
n(t,e);arguments.length&&this._createWidget(t,e)},x.extend(n,s,{version:e.version,_proto:x.extend({},e),_childConstructors:[]}),(o=new
 i).options=x.widget.extend({},o.options),x.each(e,function(e,s){function 
n(){return i.prototype[e].apply(this,arguments)}function o(t){return 
i.prototype[e].apply(this
 ,t)}l[e]="function"==typeof s?function(){var 
t,e=this._super,i=this._superApply;return 
this._super=n,this._superApply=o,t=s.apply(this,arguments),this._super=e,this._superApply=i,t}:s}),n.prototype=x.widget.extend(o,{widgetEventPrefix:s&&o.widgetEventPrefix||t},l,{constructor:n,namespace:a,widgetName:t,widgetFullName:r}),s?(x.each(s._childConstructors,function(t,e){var
 i=e.prototype;x.widget(i.namespace+"."+i.widgetName,n,e._proto)}),delete 
s._childConstructors):i._childConstructors.push(n),x.widget.bridge(t,n),n},x.widget.extend=function(t){for(var
 e,i,s=a.call(arguments,1),n=0,o=s.length;n",options:{classes:{},disabled:!1,create:null},_createWidget:function(t,e){e=x(e||this.defaultElement||this)[0],this.element=x(e),this.uuid=i++,this.eventNamespace="."+this.widgetName+this.uuid,this.bindings=x(),this.hoverable=x(),this.focusable=x(),this.classesElementLookup={},e!==this&&(x.data(e,this.widgetFullName,this),this._on(!0,this.element,{remove:functi
 
on(t){t.target===e&&this.destroy()}}),this.document=x(e.style?e.ownerDocument:e.document||e),this.window=x(this.document[0].defaultView||this.document[0].parentWindow)),this.options=x.widget.extend({},this.options,this._getCreateOptions(),t),this._create(),this.options.disabled&&this._setOptionDisabled(this.options.disabled),this._trigger("create",null,this._getCreateEventData()),this._init()},_getCreateOptions:function(){return{}},_getCreateEventData:x.noop,_create:x.noop,_init:x.noop,destroy:function(){var
 
i=this;this._destroy(),x.each(this.classesElementLookup,function(t,e){i._removeClass(e,t)}),this.element.off(this.eventNamespace).removeData(this.widgetFullName),this.widget().off(this.eventNamespace).removeAttr("aria-disabled"),this.bindings.off(this.eventNamespace)},_destroy:x.noop,widget:function(){return
 this.element},option:function(t,e){var 
i,s,n,o=t;if(0===arguments.length)return 
x.widget.extend({},this.options);if("string"==typeof 
t)if(o={},t=(i=t.split(".")).shift(),i.l
 
ength){for(s=o[t]=x.widget.extend({},this.options[t]),n=0;n"),i=e.children()[0];return 
x("body").append(e),t=i.offsetWidth,e.
 
css("overflow","scroll"),t===(i=i.offsetWidth)&&(i=e[0].clientWidth),e.remove(),s=t-i},getScrollInfo:function(t){var
 
e=t.isWindow||t.isDocument?"":t.element.css("overflow-x"),i=t.isWindow||t.isDocument?"":t.element.css("overflow-y"),e="scroll"===e||"auto"===e&&t.widthC(E(s),E(n))?o.important="horizontal":o.import
 
ant="vertical",c.using.call(this,t,o)}),l.offset(x.extend(u,{using:t}))})},x.ui.position={fit:{left:function(t,e){var
 
i=e.within,s=i.isWindow?i.scrollLeft:i.offset.left,n=i.width,o=t.left-e.collisionPosition.marginLeft,l=s-o,a=o+e.collisionWidth-n-s;e.collisionWidth>n?0n?0",delay:300,options:{icons:{submenu:"ui-icon-caret-1-e"},items:">
 *",menus:"ul",position:{my:"left top",at:"right 
top"},role:"menu",blur:null,focus:null,select:null},_create:function(){this.activeMenu=this.element,this.mouseHandled=!1,this.lastMousePosition={x:null,y:null},this.element.uniqueId().attr({role:this.options.role,tabIndex:0}),this._addClass("ui-menu","ui-widget
 ui-widget-content"),this._on({"mousedown .ui-menu-item":function(t){t.p
 reventDefault(),this._activateItem(t)},"click .ui-menu-item":function(t){var 
e=x(t.target

svn commit: r1913800 [4/4] - in /tomcat/site/trunk/docs/tomcat-9.0-doc: annotationapi/ annotationapi/jquery/ annotationapi/legal/ annotationapi/script-dir/ api/ api/jquery/ api/legal/ api/org/apache/c

2023-11-15 Thread remm
Added: 
tomcat/site/trunk/docs/tomcat-9.0-doc/servletapi/script-dir/jquery-ui.min.js
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-9.0-doc/servletapi/script-dir/jquery-ui.min.js?rev=1913800&view=auto
==
--- 
tomcat/site/trunk/docs/tomcat-9.0-doc/servletapi/script-dir/jquery-ui.min.js 
(added)
+++ 
tomcat/site/trunk/docs/tomcat-9.0-doc/servletapi/script-dir/jquery-ui.min.js 
Wed Nov 15 10:57:51 2023
@@ -0,0 +1,6 @@
+/*! jQuery UI - v1.13.2 - 2023-02-27
+* http://jqueryui.com
+* Includes: widget.js, position.js, keycode.js, unique-id.js, 
widgets/autocomplete.js, widgets/menu.js
+* Copyright jQuery Foundation and other contributors; Licensed MIT */
+
+!function(t){"use strict";"function"==typeof 
define&&define.amd?define(["jquery"],t):t(jQuery)}(function(x){"use 
strict";x.ui=x.ui||{};x.ui.version="1.13.2";var 
n,i=0,l=Array.prototype.hasOwnProperty,a=Array.prototype.slice;x.cleanData=(n=x.cleanData,function(t){for(var
 
e,i,s=0;null!=(i=t[s]);s++)(e=x._data(i,"events"))&&e.remove&&x(i).triggerHandler("remove");n(t)}),x.widget=function(t,i,e){var
 s,n,o,l={},a=t.split(".")[0],r=a+"-"+(t=t.split(".")[1]);return 
e||(e=i,i=x.Widget),Array.isArray(e)&&(e=x.extend.apply(null,[{}].concat(e))),x.expr.pseudos[r.toLowerCase()]=function(t){return!!x.data(t,r)},x[a]=x[a]||{},s=x[a][t],n=x[a][t]=function(t,e){if(!this||!this._createWidget)return
 new 
n(t,e);arguments.length&&this._createWidget(t,e)},x.extend(n,s,{version:e.version,_proto:x.extend({},e),_childConstructors:[]}),(o=new
 i).options=x.widget.extend({},o.options),x.each(e,function(e,s){function 
n(){return i.prototype[e].apply(this,arguments)}function o(t){return 
i.prototype[e].apply(this
 ,t)}l[e]="function"==typeof s?function(){var 
t,e=this._super,i=this._superApply;return 
this._super=n,this._superApply=o,t=s.apply(this,arguments),this._super=e,this._superApply=i,t}:s}),n.prototype=x.widget.extend(o,{widgetEventPrefix:s&&o.widgetEventPrefix||t},l,{constructor:n,namespace:a,widgetName:t,widgetFullName:r}),s?(x.each(s._childConstructors,function(t,e){var
 i=e.prototype;x.widget(i.namespace+"."+i.widgetName,n,e._proto)}),delete 
s._childConstructors):i._childConstructors.push(n),x.widget.bridge(t,n),n},x.widget.extend=function(t){for(var
 e,i,s=a.call(arguments,1),n=0,o=s.length;n",options:{classes:{},disabled:!1,create:null},_createWidget:function(t,e){e=x(e||this.defaultElement||this)[0],this.element=x(e),this.uuid=i++,this.eventNamespace="."+this.widgetName+this.uuid,this.bindings=x(),this.hoverable=x(),this.focusable=x(),this.classesElementLookup={},e!==this&&(x.data(e,this.widgetFullName,this),this._on(!0,this.element,{remove:functi
 
on(t){t.target===e&&this.destroy()}}),this.document=x(e.style?e.ownerDocument:e.document||e),this.window=x(this.document[0].defaultView||this.document[0].parentWindow)),this.options=x.widget.extend({},this.options,this._getCreateOptions(),t),this._create(),this.options.disabled&&this._setOptionDisabled(this.options.disabled),this._trigger("create",null,this._getCreateEventData()),this._init()},_getCreateOptions:function(){return{}},_getCreateEventData:x.noop,_create:x.noop,_init:x.noop,destroy:function(){var
 
i=this;this._destroy(),x.each(this.classesElementLookup,function(t,e){i._removeClass(e,t)}),this.element.off(this.eventNamespace).removeData(this.widgetFullName),this.widget().off(this.eventNamespace).removeAttr("aria-disabled"),this.bindings.off(this.eventNamespace)},_destroy:x.noop,widget:function(){return
 this.element},option:function(t,e){var 
i,s,n,o=t;if(0===arguments.length)return 
x.widget.extend({},this.options);if("string"==typeof 
t)if(o={},t=(i=t.split(".")).shift(),i.l
 
ength){for(s=o[t]=x.widget.extend({},this.options[t]),n=0;n"),i=e.children()[0];return 
x("body").append(e),t=i.offsetWidth,e.
 
css("overflow","scroll"),t===(i=i.offsetWidth)&&(i=e[0].clientWidth),e.remove(),s=t-i},getScrollInfo:function(t){var
 
e=t.isWindow||t.isDocument?"":t.element.css("overflow-x"),i=t.isWindow||t.isDocument?"":t.element.css("overflow-y"),e="scroll"===e||"auto"===e&&t.widthC(E(s),E(n))?o.important="horizontal":o.import
 
ant="vertical",c.using.call(this,t,o)}),l.offset(x.extend(u,{using:t}))})},x.ui.position={fit:{left:function(t,e){var
 
i=e.within,s=i.isWindow?i.scrollLeft:i.offset.left,n=i.width,o=t.left-e.collisionPosition.marginLeft,l=s-o,a=o+e.collisionWidth-n-s;e.collisionWidth>n?0n?0",delay:300,options:{icons:{submenu:"ui-icon-caret-1-e"},items:">
 *",menus:"ul",position:{my:"left top",at:"right 
top"},role:"menu",blur:null,focus:null,select:null},_create:function(){this.activeMenu=this.element,this.mouseHandled=!1,this.lastMousePosition={x:null,y:null},this.element.uniqueId().attr({role:this.options.role,tabIndex:0}),this._addClass("ui-menu","ui-widget
 ui-widget-content"),this._on({"mousedown .ui-menu-item":function(t){t.p
 reventDefault(),this._activateItem(t)},"click .ui-menu-item":function(t){var 
e=x(t.

svn commit: r1913800 [1/4] - in /tomcat/site/trunk/docs/tomcat-9.0-doc: annotationapi/ annotationapi/jquery/ annotationapi/legal/ annotationapi/script-dir/ api/ api/jquery/ api/legal/ api/org/apache/c

2023-11-15 Thread remm
Author: remm
Date: Wed Nov 15 10:57:51 2023
New Revision: 1913800

URL: http://svn.apache.org/viewvc?rev=1913800&view=rev
Log:
Docs for 9.0.83

Added:
tomcat/site/trunk/docs/tomcat-9.0-doc/annotationapi/module-search-index.js
tomcat/site/trunk/docs/tomcat-9.0-doc/annotationapi/script-dir/

tomcat/site/trunk/docs/tomcat-9.0-doc/annotationapi/script-dir/jquery-3.6.1.min.js

tomcat/site/trunk/docs/tomcat-9.0-doc/annotationapi/script-dir/jquery-ui.min.css

tomcat/site/trunk/docs/tomcat-9.0-doc/annotationapi/script-dir/jquery-ui.min.js
tomcat/site/trunk/docs/tomcat-9.0-doc/annotationapi/tag-search-index.js
tomcat/site/trunk/docs/tomcat-9.0-doc/api/module-search-index.js

tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/coyote/BadRequestException.html
tomcat/site/trunk/docs/tomcat-9.0-doc/api/script-dir/
tomcat/site/trunk/docs/tomcat-9.0-doc/api/script-dir/jquery-3.6.1.min.js
tomcat/site/trunk/docs/tomcat-9.0-doc/api/script-dir/jquery-ui.min.css
tomcat/site/trunk/docs/tomcat-9.0-doc/api/script-dir/jquery-ui.min.js
tomcat/site/trunk/docs/tomcat-9.0-doc/api/tag-search-index.js
tomcat/site/trunk/docs/tomcat-9.0-doc/elapi/module-search-index.js
tomcat/site/trunk/docs/tomcat-9.0-doc/elapi/script-dir/
tomcat/site/trunk/docs/tomcat-9.0-doc/elapi/script-dir/jquery-3.6.1.min.js
tomcat/site/trunk/docs/tomcat-9.0-doc/elapi/script-dir/jquery-ui.min.css
tomcat/site/trunk/docs/tomcat-9.0-doc/elapi/script-dir/jquery-ui.min.js
tomcat/site/trunk/docs/tomcat-9.0-doc/elapi/tag-search-index.js
tomcat/site/trunk/docs/tomcat-9.0-doc/jaspicapi/module-search-index.js
tomcat/site/trunk/docs/tomcat-9.0-doc/jaspicapi/script-dir/

tomcat/site/trunk/docs/tomcat-9.0-doc/jaspicapi/script-dir/jquery-3.6.1.min.js
tomcat/site/trunk/docs/tomcat-9.0-doc/jaspicapi/script-dir/jquery-ui.min.css
tomcat/site/trunk/docs/tomcat-9.0-doc/jaspicapi/script-dir/jquery-ui.min.js
tomcat/site/trunk/docs/tomcat-9.0-doc/jaspicapi/tag-search-index.js
tomcat/site/trunk/docs/tomcat-9.0-doc/jspapi/module-search-index.js
tomcat/site/trunk/docs/tomcat-9.0-doc/jspapi/script-dir/
tomcat/site/trunk/docs/tomcat-9.0-doc/jspapi/script-dir/jquery-3.6.1.min.js
tomcat/site/trunk/docs/tomcat-9.0-doc/jspapi/script-dir/jquery-ui.min.css
tomcat/site/trunk/docs/tomcat-9.0-doc/jspapi/script-dir/jquery-ui.min.js
tomcat/site/trunk/docs/tomcat-9.0-doc/jspapi/tag-search-index.js
tomcat/site/trunk/docs/tomcat-9.0-doc/servletapi/module-search-index.js
tomcat/site/trunk/docs/tomcat-9.0-doc/servletapi/script-dir/

tomcat/site/trunk/docs/tomcat-9.0-doc/servletapi/script-dir/jquery-3.6.1.min.js

tomcat/site/trunk/docs/tomcat-9.0-doc/servletapi/script-dir/jquery-ui.min.css
tomcat/site/trunk/docs/tomcat-9.0-doc/servletapi/script-dir/jquery-ui.min.js
tomcat/site/trunk/docs/tomcat-9.0-doc/servletapi/tag-search-index.js
tomcat/site/trunk/docs/tomcat-9.0-doc/websocketapi/module-search-index.js
tomcat/site/trunk/docs/tomcat-9.0-doc/websocketapi/script-dir/

tomcat/site/trunk/docs/tomcat-9.0-doc/websocketapi/script-dir/jquery-3.6.1.min.js

tomcat/site/trunk/docs/tomcat-9.0-doc/websocketapi/script-dir/jquery-ui.min.css

tomcat/site/trunk/docs/tomcat-9.0-doc/websocketapi/script-dir/jquery-ui.min.js
tomcat/site/trunk/docs/tomcat-9.0-doc/websocketapi/tag-search-index.js
Removed:
tomcat/site/trunk/docs/tomcat-9.0-doc/annotationapi/allclasses.html
tomcat/site/trunk/docs/tomcat-9.0-doc/annotationapi/constant-values.html
tomcat/site/trunk/docs/tomcat-9.0-doc/annotationapi/deprecated-list.html
tomcat/site/trunk/docs/tomcat-9.0-doc/annotationapi/jquery/
tomcat/site/trunk/docs/tomcat-9.0-doc/annotationapi/legal/jszip.md
tomcat/site/trunk/docs/tomcat-9.0-doc/annotationapi/legal/pako.md
tomcat/site/trunk/docs/tomcat-9.0-doc/annotationapi/member-search-index.zip
tomcat/site/trunk/docs/tomcat-9.0-doc/annotationapi/package-search-index.zip
tomcat/site/trunk/docs/tomcat-9.0-doc/annotationapi/type-search-index.zip
tomcat/site/trunk/docs/tomcat-9.0-doc/api/allclasses.html
tomcat/site/trunk/docs/tomcat-9.0-doc/api/jquery/
tomcat/site/trunk/docs/tomcat-9.0-doc/api/legal/jszip.md
tomcat/site/trunk/docs/tomcat-9.0-doc/api/legal/pako.md
tomcat/site/trunk/docs/tomcat-9.0-doc/api/member-search-index.zip
tomcat/site/trunk/docs/tomcat-9.0-doc/api/package-search-index.zip
tomcat/site/trunk/docs/tomcat-9.0-doc/api/type-search-index.zip
tomcat/site/trunk/docs/tomcat-9.0-doc/elapi/allclasses.html
tomcat/site/trunk/docs/tomcat-9.0-doc/elapi/jquery/
tomcat/site/trunk/docs/tomcat-9.0-doc/elapi/legal/jszip.md
tomcat/site/trunk/docs/tomcat-9.0-doc/elapi/legal/pako.md
tomcat/site/trunk/docs/tomcat-9.0-doc/elapi/member-search-index.zip
tomcat/site/trunk/docs/tomcat-9.0-doc/elapi/package-search-index.zip
tomcat/site/trunk/docs/tomcat-9.0-doc/elapi/type-search-index.zip
tomca

[ANN] Apache Tomcat 9.0.83 available

2023-11-15 Thread Rémy Maucherat
The Apache Tomcat team announces the immediate availability of Apache
Tomcat 9.0.83.

Apache Tomcat 9 is an open source software implementation of the Java
Servlet, JavaServer Pages, Java Unified Expression Language, Java
WebSocket and JASPIC technologies.

Apache Tomcat 9.0.83 is a bugfix and feature release. The notable
changes compared to 9.0.82 include:

- Fix reloading TLS configuration could cause the Connector to
   refuse new connections or the JVM to crash.

- Ensure that an IOException during the reading of the request
   always triggers error handling, regardless of whether the
   application swallows the exception.

Along with lots of other bug fixes and improvements.

Please refer to the change log for the complete list of changes:
https://tomcat.apache.org/tomcat-9.0-doc/changelog.html


Downloads:
https://tomcat.apache.org/download-90.cgi

Migration guides from Apache Tomcat 7.x and 8.x:
https://tomcat.apache.org/migration.html

Enjoy!

- The Apache Tomcat team

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



svn commit: r1913801 - in /tomcat/site/trunk: docs/download-11.html docs/index.html docs/migration-11.0.html docs/oldnews.html xdocs/download-11.xml xdocs/index.xml xdocs/migration-11.0.xml xdocs/oldn

2023-11-15 Thread markt
Author: markt
Date: Wed Nov 15 11:16:09 2023
New Revision: 1913801

URL: http://svn.apache.org/viewvc?rev=1913801&view=rev
Log:
Update site for 11.0.0-M14 release

Modified:
tomcat/site/trunk/docs/download-11.html
tomcat/site/trunk/docs/index.html
tomcat/site/trunk/docs/migration-11.0.html
tomcat/site/trunk/docs/oldnews.html
tomcat/site/trunk/xdocs/download-11.xml
tomcat/site/trunk/xdocs/index.xml
tomcat/site/trunk/xdocs/migration-11.0.xml
tomcat/site/trunk/xdocs/oldnews.xml
tomcat/site/trunk/xdocs/whichversion.xml

Modified: tomcat/site/trunk/docs/download-11.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/download-11.html?rev=1913801&r1=1913800&r2=1913801&view=diff
==
--- tomcat/site/trunk/docs/download-11.html (original)
+++ tomcat/site/trunk/docs/download-11.html Wed Nov 15 11:16:09 2023
@@ -19,7 +19,7 @@
 
   Quick Navigation
 
-[define v]11.0.0-M13[end]
+[define v]11.0.0-M14[end]
 https://downloads.apache.org/tomcat/tomcat-11/KEYS";>KEYS |
 [v] (alpha) |
 Browse |

Modified: tomcat/site/trunk/docs/index.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/index.html?rev=1913801&r1=1913800&r2=1913801&view=diff
==
--- tomcat/site/trunk/docs/index.html (original)
+++ tomcat/site/trunk/docs/index.html Wed Nov 15 11:16:09 2023
@@ -87,38 +87,9 @@ changelog.
 
 https://tomcat.apache.org/download-10.cgi";>Download
 
-2023-11-13 Tomcat 8.5.96 Released
- 
-The Apache Tomcat Project is proud to announce the release of version 8.5.96
-of Apache Tomcat. This release implements specifications that are part of the
-Java EE 7 platform. The notable changes compared to 8.5.95 include:
-
-
-  Fix reloading TLS configuration could cause the Connector to
-  refuse new connections or the JVM to crash.
-
-  Ensure that an IOException during the reading of the request
-  always triggers error handling, regardless of whether the
-  application swallows the exception.
-
-  The status manager servlet can now output statistics as json.
-
-
-Full details of these changes, and all the other changes, are available in the
-Tomcat 8
-changelog.
-
-
-Please note that Apache Tomcat 8.5.x will
-reach https://tomcat.apache.org/tomcat-85-eol.html";>End-of-life
-(EOL) on 31 March 2024.
-
-
-https://tomcat.apache.org/download-80.cgi";>Download
-
-2023-10-14 Tomcat 11.0.0-M13 Released
+2023-11-15 Tomcat 11.0.0-M14 Released
 
-The Apache Tomcat Project is proud to announce the release of version 
11.0.0-M13
+The Apache Tomcat Project is proud to announce the release of version 
11.0.0-M14
 (alpha) of Apache Tomcat. This release is a milestone release and is targeted 
at
 Jakarta EE 11.
 Users of Tomcat 10 onwards should be aware that, as a result of the move 
from
@@ -131,9 +102,15 @@ to Tomcat 10 and later. A
 tool is available to aid this process.
 The notable changes in this release are:
 
-  Correct a regression in 11.0.0-M12 that broke the Tomcat JBDC
-  connection pool.
-  Correct a regression in 11.0.0-M12 that broke HTTP compression.
+Add OpenSSL integration using the FFM API rather than Tomcat Native. 
OpenSSL
+support may be enabled by adding the
+org.apache.catalina.core.OpenSSLLifecycleListener listener on 
+the Server element when using Java 22 or later.
+Fix reloading TLS configuration could cause the Connector to refuse new
+connections or the JVM to crash.
+Ensure that an IOException during the reading of the request triggers 
always
+error handling, regardless of whether the application swallows the
+exception. 
 
 
 Full details of these changes, and all the other changes, are available in the
@@ -150,6 +127,35 @@ with Connector configurations when 
 https://tomcat.apache.org/download-11.cgi";>Download
 
+2023-11-13 Tomcat 8.5.96 Released
+ 
+The Apache Tomcat Project is proud to announce the release of version 8.5.96
+of Apache Tomcat. This release implements specifications that are part of the
+Java EE 7 platform. The notable changes compared to 8.5.95 include:
+
+
+  Fix reloading TLS configuration could cause the Connector to
+  refuse new connections or the JVM to crash.
+
+  Ensure that an IOException during the reading of the request
+  always triggers error handling, regardless of whether the
+  application swallows the exception.
+
+  The status manager servlet can now output statistics as json.
+
+
+Full details of these changes, and all the other changes, are available in the
+Tomcat 8
+changelog.
+
+
+Please note that Apache Tomcat 8.5.x will
+reach https://tomcat.apache.org/tomcat-85-eol.html";>End-of-life
+(EOL) on 31 March 2024.
+
+
+https://tomcat.apache.org/download-80.cgi";>Download
+
 2023-10-03 Tomcat Native 1.2.39 Released
 
 The Apache Tomcat Project is proud to announce the release of version 1.2.39 of

Modified: 

svn commit: r65305 - in /release/tomcat: tomcat-10/v10.1.14/ tomcat-10/v10.1.15/ tomcat-11/v11.0.0-M13/ tomcat-9/v9.0.82/

2023-11-15 Thread markt
Author: markt
Date: Wed Nov 15 11:20:34 2023
New Revision: 65305

Log:
Drop previous releases from CDN

Removed:
release/tomcat/tomcat-10/v10.1.14/
release/tomcat/tomcat-10/v10.1.15/
release/tomcat/tomcat-11/v11.0.0-M13/
release/tomcat/tomcat-9/v9.0.82/


-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



svn commit: r1913805 - /tomcat/site/trunk/tools/update-version.sh

2023-11-15 Thread schultz
Author: schultz
Date: Wed Nov 15 14:45:32 2023
New Revision: 1913805

URL: http://svn.apache.org/viewvc?rev=1913805&view=rev
Log:
Explicitly use bash.
Remove "function" to be more compatible with non-Bourne-again shells.

Modified:
tomcat/site/trunk/tools/update-version.sh

Modified: tomcat/site/trunk/tools/update-version.sh
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/tools/update-version.sh?rev=1913805&r1=1913804&r2=1913805&view=diff
==
--- tomcat/site/trunk/tools/update-version.sh (original)
+++ tomcat/site/trunk/tools/update-version.sh Wed Nov 15 14:45:32 2023
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 #
 # Assists updating the web site to include a new release.
 #
@@ -12,7 +12,7 @@ NEW_RELEASE=$2
 RELEASE_DATE=${3:-$(date -I)}
 RELEASE_MANAGER=${4:-${USER}}
 
-function fail_migration_patch() {
+fail_migration_patch() {
   FAILED_MIGRATION=1
 
   echo "="



-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



(tomcat) branch main updated: Update version numbers

2023-11-15 Thread remm
This is an automated email from the ASF dual-hosted git repository.

remm 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 0573b34738 Update version numbers
0573b34738 is described below

commit 0573b347388ea97f818ca877b9b1e41fa8bf469d
Author: remm 
AuthorDate: Wed Nov 15 15:45:48 2023 +0100

Update version numbers
---
 modules/openssl-foreign/pom.xml | 2 +-
 modules/openssl-java17/pom.xml  | 4 ++--
 modules/openssl-java21/pom.xml  | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/modules/openssl-foreign/pom.xml b/modules/openssl-foreign/pom.xml
index ceff9de1cd..3cd77f6f42 100644
--- a/modules/openssl-foreign/pom.xml
+++ b/modules/openssl-foreign/pom.xml
@@ -21,7 +21,7 @@
 
 org.apache
 apache
-27
+30
 
 
 org.apache.tomcat
diff --git a/modules/openssl-java17/pom.xml b/modules/openssl-java17/pom.xml
index 834092d5b2..6ea18cba54 100644
--- a/modules/openssl-java17/pom.xml
+++ b/modules/openssl-java17/pom.xml
@@ -21,7 +21,7 @@
 
 org.apache
 apache
-27
+30
 
 
 org.apache.tomcat
@@ -31,7 +31,7 @@
 0.1-SNAPSHOT
 
 
-9.0.73
+9.0.83
 
2021-12-02T12:00:00Z
 
 
diff --git a/modules/openssl-java21/pom.xml b/modules/openssl-java21/pom.xml
index d0f2569256..0bea4f06bf 100644
--- a/modules/openssl-java21/pom.xml
+++ b/modules/openssl-java21/pom.xml
@@ -21,7 +21,7 @@
 
 org.apache
 apache
-27
+30
 
 
 org.apache.tomcat
@@ -31,7 +31,7 @@
 0.1-SNAPSHOT
 
 
-9.0.73
+9.0.83
 
2021-12-02T12:00:00Z
 
 


-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



svn commit: r1913808 - /tomcat/site/trunk/tools/update-version.sh

2023-11-15 Thread schultz
Author: schultz
Date: Wed Nov 15 15:06:49 2023
New Revision: 1913808

URL: http://svn.apache.org/viewvc?rev=1913808&view=rev
Log:
Use single-equals to test for equality.

Modified:
tomcat/site/trunk/tools/update-version.sh

Modified: tomcat/site/trunk/tools/update-version.sh
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/tools/update-version.sh?rev=1913808&r1=1913807&r2=1913808&view=diff
==
--- tomcat/site/trunk/tools/update-version.sh (original)
+++ tomcat/site/trunk/tools/update-version.sh Wed Nov 15 15:06:49 2023
@@ -21,7 +21,7 @@ fail_migration_patch() {
   rm -f "${MIGRATION_FILENAME}.new"
 }
 
-if [ \( "$1" == '-h' \) -o \( "$1" == "--help" \) ] ; then
+if [ \( "$1" = '-h' \) -o \( "$1" = "--help" \) ] ; then
   echo "Usage: $0 oldrelease newrelease [release date] [release manager]"
   echo
   echo e.g. $0 8.5.86 8.5.87 2023-03-03 asfuser
@@ -31,7 +31,7 @@ if [ \( "$1" == '-h' \) -o \( "$1" == "-
   echo
   exit 0
 fi
-if [ \( "" == "$NEW_RELEASE" \) -o \( "" == "$OLD_RELEASE" \) ] ; then
+if [ \( "" = "$NEW_RELEASE" \) -o \( "" = "$OLD_RELEASE" \) ] ; then
   >&2 echo "You must specify both new and old release numbers"
   >&2 echo
   >&2 echo "Usage: $0 oldrelease newrelease [release date] [release manager]"
@@ -43,8 +43,9 @@ fi
 
 MINOR_RELEASE=$( expr "${NEW_RELEASE}" : '^\([0-9]*\.[0-9]*\)' )
 MAJOR_RELEASE=$( expr "${NEW_RELEASE}" : '^\([0-9]*\)' )
+exit
 
-if [ "$DEBUG" == "1" ] ; then
+if [ "$DEBUG" = "1" ] ; then
   echo major=$MAJOR_RELEASE
   echo minor=$MINOR_RELEASE
   echo $NEW_RELEASE / $OLD_RELEASE
@@ -184,7 +185,7 @@ else
 fi
 
 echo
-if [ "1" == "$FAILED_MIGRATION" ] ; then
+if [ "1" = "$FAILED_MIGRATION" ] ; then
 echo
 echo "NOTE: The patch for ${MIGRATION_FILENAME} failed; you may want to 
examine the situation manually."
 fi



-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



(tomcat) branch main updated: Add release date for 11.0.0-M4

2023-11-15 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 cdf8d5e0d7 Add release date for 11.0.0-M4
cdf8d5e0d7 is described below

commit cdf8d5e0d72fdeb869a1072c0b7dc83d294b5662
Author: Mark Thomas 
AuthorDate: Wed Nov 15 15:50:50 2023 +

Add release date for 11.0.0-M4
---
 webapps/docs/changelog.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index f1df89f628..d2baf05a23 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -121,7 +121,7 @@
 
   
 
-
+
   
 
   


-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



(tomcat) branch 9.0.x updated: Add date

2023-11-15 Thread remm
This is an automated email from the ASF dual-hosted git repository.

remm 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 6927ddb13c Add date
6927ddb13c is described below

commit 6927ddb13c030638e5d235dbff6feaea3ad4088e
Author: remm 
AuthorDate: Wed Nov 15 17:13:40 2023 +0100

Add date
---
 webapps/docs/changelog.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 0aef5f2fc3..9bbfa2bcfe 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -106,7 +106,7 @@
 -->
 
 
-
+
   
 
   


-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org