[tomcat] branch master updated: Update changelog

2021-04-08 Thread markt
This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/master by this push:
 new ff2c4e7  Update changelog
ff2c4e7 is described below

commit ff2c4e767d225e42580b0897e509fcde1a56229d
Author: Mark Thomas 
AuthorDate: Thu Apr 8 15:55:23 2021 +0100

Update changelog
---
 webapps/docs/changelog.xml | 8 
 1 file changed, 8 insertions(+)

diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 1688ef8..8e002bd 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -104,6 +104,14 @@
   issues do not "pop up" wrt. others).
 -->
 
+  
+
+  
+Review code used to generate Java source from JSPs and tags and remove
+code found to be unnecessary. (markt)
+  
+
+  
   
 
   

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



[tomcat] branch master updated: Update changelog

2021-03-19 Thread markt
This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/master by this push:
 new a57f5bc  Update changelog
a57f5bc is described below

commit a57f5bcddfcc65ad4d1a42e7e3d03e9be05bdfc5
Author: Mark Thomas 
AuthorDate: Fri Mar 19 15:25:36 2021 +

Update changelog
---
 webapps/docs/changelog.xml | 9 +
 1 file changed, 9 insertions(+)

diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index b857721..35ee2ca 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -151,6 +151,15 @@
   
 
   
+  
+
+  
+Implement the first phase of reproducible builds. Sequential builds on
+the same machine now produce identical output provided that the Ant
+property ant.tstamp.now.iso is set. (markt)
+  
+
+  
 
 
   

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



[tomcat] branch master updated: Update changelog

2020-09-17 Thread markt
This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/master by this push:
 new 564ab41  Update changelog
564ab41 is described below

commit 564ab41f167f35a9a8c04903f865049b50f6b3f3
Author: Mark Thomas 
AuthorDate: Thu Sep 17 19:53:54 2020 +0100

Update changelog
---
 webapps/docs/changelog.xml | 17 +
 1 file changed, 17 insertions(+)

diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 3076f9b..5ed18f9 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -81,6 +81,15 @@
   
 
   
+  
+
+  
+Use lazy instantiation to improve the performance when working with
+listeners added to the ELContext. Pull request provided by
+Thomas Andraschko. (markt)
+  
+
+  
   
 
   
@@ -103,6 +112,14 @@
 When building, only rebuild JAR files (including OSGi and JPMS 
metadata)
 if the contents has changed. (markt)
   
+  
+Improvements to Chinese translations. Pull request provided by Yang
+Yang. (markt)
+  
+  
+Expand coverage of Russian translations. Pull request provided by
+Nikolay Gribanov. (markt)
+  
 
   
 


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



[tomcat] branch master updated: Update changelog

2020-09-15 Thread markt
This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/master by this push:
 new d94684a  Update changelog
d94684a is described below

commit d94684a96f18acd307d00e7b217cdef7b0250f24
Author: Mark Thomas 
AuthorDate: Tue Sep 15 16:02:31 2020 +0100

Update changelog
---
 webapps/docs/changelog.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 9936d7c..4c72b3a 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -55,6 +55,9 @@
 Fix race condition when saving and recycling session in
 PersistentValve. (kfujino)
   
+  
+Remove the JDBCRealm. (markt)
+  
 
   
   


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



[tomcat] branch master updated: Update changelog

2020-08-17 Thread markt
This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/master by this push:
 new 1284f25  Update changelog
1284f25 is described below

commit 1284f25a9c2c954215a47048ca7ecd1a75201465
Author: Mark Thomas 
AuthorDate: Mon Aug 17 20:06:22 2020 +0100

Update changelog
---
 webapps/docs/changelog.xml | 13 +++--
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 1d41688..5908d93 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -96,22 +96,23 @@
 return value, particularly when end of stream has been reached. (markt)
   
   
-Avoid several potential NPEs introduced in the changes in the previous
-release to reduce the memory footprint of closed HTTP/2 streams. 
(markt)
-  
-  
 Refactor the stopping of the acceptor to ensure that the acceptor 
thread
 stops when a connector is started immediately after it is stopped.
 (markt)
   
   
+64621: Improve handling HTTP/2 stream reset frames received
+from clients. (markt)
+  
+  
 64660: Avoid a potential NPE in the AprEndpoint if a socket
 is closed in one thread at the same time as the poller is processing an
 event for that socket in another. (markt)
   
   
-64621: Improve handling HTTP/2 stream reset frames received
-from clients. (markt)
+64671: Avoid several potential NPEs introduced in the 
changes
+in the previous release to reduce the memory footprint of closed HTTP/2
+streams. (markt)
   
 
   


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



[tomcat] branch master updated: Update changelog

2020-08-11 Thread markt
This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/master by this push:
 new 7110da9  Update changelog
7110da9 is described below

commit 7110da969c3460613c2c9c36a4549ec80a68aa44
Author: Mark Thomas 
AuthorDate: Tue Aug 11 17:12:23 2020 +0100

Update changelog
---
 webapps/docs/changelog.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 53adb16..cea1d8b 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -146,6 +146,10 @@
 Rename the local copy of the javax.xml.ws package to
 jakarta.xml.ws. (markt)
   
+  
+Improve the quality of the Japanese translations provided with Apache
+Tomcat. Includes contributions from Yuki Shira. (markt)
+  
 
   
 


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



[tomcat] branch master updated: Update changelog

2020-07-07 Thread markt
This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/master by this push:
 new 3545d92  Update changelog
3545d92 is described below

commit 3545d92c398c7a526576b241ea810d5ab3cbf584
Author: Mark Thomas 
AuthorDate: Tue Jul 7 14:51:36 2020 +0100

Update changelog
---
 webapps/docs/changelog.xml | 12 +++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index cd84d7c..127f98f 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -45,10 +45,20 @@
   issues do not "pop up" wrt. others).
 -->
 
+  
+
+  
+Requests received via proxies may be marked as using the 
ws
+or wss protocol rather than http or
+https. Ensure that such requests are not rejected. PR
+provided by Ronny Perinke. (markt)
+  
+
+  
   
 
   
-Remove the localization of the text output of the Manager application 
+Remove the localization of the text output of the Manager application
 list of contexts and the Host Manager application list of hosts so that
 the output is more consistent. PR provided by Holomark. (markt)
   


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



[tomcat] branch master updated: Update changelog to verify Java version in CI

2020-07-03 Thread remm
This is an automated email from the ASF dual-hosted git repository.

remm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/master by this push:
 new 7414188  Update changelog to verify Java version in CI
7414188 is described below

commit 7414188065876a79ce42d22776dc76ff58cea65c
Author: remm 
AuthorDate: Fri Jul 3 08:55:17 2020 +0200

Update changelog to verify Java version in CI
---
 webapps/docs/changelog.xml | 8 
 1 file changed, 8 insertions(+)

diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index fcd4cc8..16e4fb2 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -45,6 +45,14 @@
   issues do not "pop up" wrt. others).
 -->
 
+  
+
+  
+Remove ALPN abstraction to simplify code. Tomcat now requires
+Java 8 251 or 252 for TLS support. (remm)
+  
+
+  
 
 
   


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



[tomcat] branch master updated: Update changelog

2020-05-04 Thread markt
This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/master by this push:
 new eab7fde  Update changelog
eab7fde is described below

commit eab7fdedb243fa5e9790f52e84f0a5e02e7ae814
Author: Mark Thomas 
AuthorDate: Mon May 4 15:55:31 2020 +0100

Update changelog
---
 webapps/docs/changelog.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 6f1aebb..02d40b6 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -230,6 +230,10 @@
 Refactor to use enhanced for loops where possible. Pull request by Lars
 Grefer. (markt)
   
+  
+Improve IDE support for IntelliJ IDEA. Patch provided by Lars Grefer.
+(markt)
+  
 
   
 


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



[tomcat] branch master updated: Update changelog for PR #270

2020-04-22 Thread markt
This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/master by this push:
 new 33045bd  Update changelog for PR #270
33045bd is described below

commit 33045bd814d2c20e4f85e6454afe8717471ba26d
Author: Mark Thomas 
AuthorDate: Wed Apr 22 18:24:06 2020 +0100

Update changelog for PR #270
---
 webapps/docs/changelog.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index f589d30..b5c0af0 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -146,6 +146,10 @@
 Refactor loops with a condition to exit as soon as the condition is 
met.
 Pull request provided by Lars Grefer. (markt)
   
+  
+Refactor bulk addition to collections to use addAll()
+rather than a loop. Pull request provided by Lars Grefer. (markt)
+  
 
   
 


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



[tomcat] branch master updated: Update changelog for PR #272

2020-04-22 Thread markt
This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/master by this push:
 new f7faac9  Update changelog for PR #272
f7faac9 is described below

commit f7faac9334b1b41fd45dc0a2344f29ddba4d0299
Author: Mark Thomas 
AuthorDate: Wed Apr 22 17:31:56 2020 +0100

Update changelog for PR #272
---
 webapps/docs/changelog.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 36c18cb..f589d30 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -142,6 +142,10 @@
 Refactor to use empty arrays with Collections.toArray().
 Pull request provided by Lars Grefer. (markt)
   
+  
+Refactor loops with a condition to exit as soon as the condition is 
met.
+Pull request provided by Lars Grefer. (markt)
+  
 
   
 


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



[tomcat] branch master updated: Update changelog

2020-03-03 Thread markt
This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/master by this push:
 new 5b2cd9c  Update changelog
5b2cd9c is described below

commit 5b2cd9ca17625f641072cdd77a05f9d05893cae8
Author: Mark Thomas 
AuthorDate: Tue Mar 3 08:28:19 2020 +

Update changelog
---
 webapps/docs/changelog.xml | 5 +
 1 file changed, 5 insertions(+)

diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index b7a7fa3..66a1629 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -124,6 +124,11 @@
 and allow the other channels using the connection to continue. Based on
 a suggestion from Alejandro Anadon. (markt)
   
+  
+Correct the semantics of getEnableSessionCreation and
+setEnableSessionCreation for OpenSSLEngine.
+Pull request provided by Alexander Scheel. (markt)
+  
 
   
   


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



[tomcat] branch master updated: Update changelog

2020-02-26 Thread markt
This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/master by this push:
 new 8976a91  Update changelog
8976a91 is described below

commit 8976a91ca762fc733010ede38fe04e2ec2f48cbb
Author: Mark Thomas 
AuthorDate: Wed Feb 26 18:48:56 2020 +

Update changelog
---
 webapps/docs/changelog.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 60c9097..08e27ba 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -60,6 +60,10 @@
 Patch provided by ThStock. (schultz)
   
   
+64153: Ensure that the parent for the web application class
+loader is set consistently. 
+  
+  
 64166: Ensure that the names returned by
 HttpServletResponse.getHeaderNames() are unique. (markt)
   


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



[tomcat] branch master updated: Update changelog

2020-01-08 Thread schultz
This is an automated email from the ASF dual-hosted git repository.

schultz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/master by this push:
 new fb5e34c  Update changelog
fb5e34c is described below

commit fb5e34cea9647234aa96f81ef40d0904a2bbe1d5
Author: Christopher Schultz 
AuthorDate: Wed Jan 8 09:03:54 2020 -0500

Update changelog
---
 webapps/docs/changelog.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index c013b2f..bf6ce4a 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -88,6 +88,10 @@
 pattern * or *.jar is set or added to
 tomcat.util.scan.StandardJarScanFilter.jarsToSkip. 
(isapir)
   
+  
+Do not throw a NullPointerException when an MBean or operation cannot
+be found by the JMXProxyServlet. (schultz)
+  
 
   
   


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



[tomcat] branch master updated: Update changelog

2019-12-04 Thread markt
This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/master by this push:
 new 1133920  Update changelog
1133920 is described below

commit 11339204566d309a987e18c330b420fd84814674
Author: Mark Thomas 
AuthorDate: Wed Dec 4 18:28:21 2019 +

Update changelog
---
 webapps/docs/changelog.xml | 5 +
 1 file changed, 5 insertions(+)

diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 5ed9c6d..80949ec 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -100,6 +100,11 @@
 (remm)
   
   
+63931: Improve timeout handling for asyncIO to ensure that
+blocking operations see a SocketTimeoutException if one
+occurs. (remmm/markt)
+  
+  
 63932: By default, do not compress content that has a strong
 ETag. This behaviour is configuration for the HTTP/1.1 and HTTP/2
 connectors via the new Connector attribute


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



[tomcat] branch master updated: Update changelog

2019-11-30 Thread markt
This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/master by this push:
 new 5a17fb7  Update changelog
5a17fb7 is described below

commit 5a17fb70cdad1c329ea203309f69803c930670f1
Author: Mark Thomas 
AuthorDate: Sat Nov 30 11:58:43 2019 +

Update changelog
---
 webapps/docs/changelog.xml | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 3d46430..99094ae 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -57,6 +57,12 @@
 changes introduced in 9.0.28. Connections to URLs obtained for JAR
 resources could not be cast to JarURLConnection. (markt)
   
+  
+63939: Correct the same origin check in the CORS filter. An
+origin with an explicit default port is now considered to be the same 
as
+an origin without a deafult port and origins are now compared in a
+case-sensitive manner as required by the CORS specification. (markt)
+  
 
   
   


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



[tomcat] branch master updated: Update changelog for translations

2019-03-27 Thread markt
This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/master by this push:
 new c36a122  Update changelog for translations
c36a122 is described below

commit c36a122ce7ca1970c45f18b95ca5ab1b911641bf
Author: Mark Thomas 
AuthorDate: Wed Mar 27 22:58:44 2019 +

Update changelog for translations
---
 webapps/docs/changelog.xml | 34 ++
 1 file changed, 34 insertions(+)

diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index d5a53fa..7056fb3 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -150,6 +150,40 @@
   
 Update to the Eclipse JDT compiler 4.10. (markt)
   
+  
+Expand the coverage and quality of the Spanish translations provided
+with Apache Tomcat. Includes contributions by Ulises Gonzalez Horta.
+(markt)
+  
+  
+Expand the coverage and quality of the Czech translations provided
+with Apache Tomcat. Includes contributions by Arnošt Havelka. (markt)
+  
+  
+Expand the coverage and quality of the Chinese translations provided
+with Apache Tomcat. Includes contributions by winsonzhao and wjt.
+(markt)
+  
+  
+Expand the coverage and quality of the Russian translations provided
+with Apache Tomcat. (kkolinko)
+  
+  
+Expand the coverage and quality of the Japanese translations provided
+with Apache Tomcat. (kfujino)
+  
+  
+Expand the coverage and quality of the Korean translations provided
+with Apache Tomcat. (woonsan)
+  
+  
+Expand the coverage and quality of the German translations provided
+with Apache Tomcat. (fschumacher)
+  
+  
+Expand the coverage and quality of the French translations provided
+with Apache Tomcat. (remm)
+  
 
   
 


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



[tomcat] branch master updated: Update changelog for write pending refactoring

2019-03-19 Thread remm
This is an automated email from the ASF dual-hosted git repository.

remm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/master by this push:
 new c863fea9 Update changelog for write pending refactoring
c863fea9 is described below

commit c863fea996f4e7219ea18840a39987aa98573733
Author: remm 
AuthorDate: Tue Mar 19 12:56:31 2019 +0100

Update changelog for write pending refactoring
---
 webapps/docs/changelog.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 9db8f06..110cc7a 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -82,6 +82,9 @@
 Fix bad interaction between NIO2 async read API and the regular read.
 (remm)
   
+  
+Refactor NIO2 write pending strategy for the classic IO API. (remm)
+  
 
   
   


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



[tomcat] branch master updated: Update changelog entries

2019-03-02 Thread remm
This is an automated email from the ASF dual-hosted git repository.

remm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/master by this push:
 new 24a3eca  Update changelog entries
24a3eca is described below

commit 24a3eca655f3d80d01a8ec64d4ce8ce9cb8cd3b5
Author: remm 
AuthorDate: Sat Mar 2 13:49:14 2019 +0100

Update changelog entries
---
 webapps/docs/changelog.xml | 7 +++
 1 file changed, 7 insertions(+)

diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 1939735..6833050 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -85,6 +85,13 @@
 longer limited to JSSE implementations. They may now be used with
 OpenSSL implementations as well. (markt)
   
+  
+Refactor NIO2 read pending strategy for the classic IO API. (remm)
+  
+  
+63182: Avoid extra read notifications for HTTP/1.1 with
+NIO2 when using asynchronous threads. (remm)
+  
   
 63205: Add a work-around for a known
 https://bugs.openjdk.java.net/browse/JDK-8157404;>JRE KeyStore


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