Le 13/05/2019 à 12:17, Mark Thomas a écrit :
> If I am understanding this all correctly, the proposed way forward is to
> (eventually) replace the Ant compiler with the JSR199 based Javac
> compiler? If so, then +1 from me.
I mostly aim at providing an easy way to use the new language features
in
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 fdaa8c1 Add async IO API to APR
fdaa8c1 is descri
Hi,
We have a small extension for The Tomcat track in ApacheConNA2019 CfP
until Tuesday 23h59 GMT! Go and submit now ;-)
--
Cheers
Jean-Frederic
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional comman
https://bz.apache.org/bugzilla/show_bug.cgi?id=63403
Mark Thomas changed:
What|Removed |Added
OS||All
Status|NEW
This is an automated email from the ASF dual-hosted git repository.
markt 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 c7095ae Fix https://bz.apache.org/bugzilla/show_bu
This is an automated email from the ASF dual-hosted git repository.
markt pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git.
from 0ec8370 Silence an IDE warning
add a6cda98 Improve clean-up after an OOME during request processing
No new rev
farnulfo commented on issue #165: Implementation of SameSite cookie attribute
URL: https://github.com/apache/tomcat/pull/165#issuecomment-491922297
I'm really sorry I didn't see the PR
https://github.com/apache/tomcat/pull/162 .
I closed mine.
--
farnulfo closed pull request #165: Implementation of SameSite cookie attribute
URL: https://github.com/apache/tomcat/pull/165
This is an automated message from the Apache Git Service.
To respond to the message, please log on
farnulfo opened a new pull request #165: Implementation of SameSite cookie
attribute
URL: https://github.com/apache/tomcat/pull/165
# Introduction
Hi folks, this pull request is an attemp to implement the SameSite cookie
attribute according to
https://tools.ietf.org/html/draft-ietf-ht
https://bz.apache.org/bugzilla/show_bug.cgi?id=60174
Mark Thomas changed:
What|Removed |Added
CC||ch...@cerskine.com
--- Comment #2 from M
https://bz.apache.org/bugzilla/show_bug.cgi?id=63397
Mark Thomas changed:
What|Removed |Added
Resolution|--- |DUPLICATE
Status|NEW
markt-asf commented on issue #162: Add support for same-site cookie attribute
URL: https://github.com/apache/tomcat/pull/162#issuecomment-491890888
We have no latitude to change any part of a spec API. Being able to set a
default for this is better than not being able to set anything at all
ChristopherSchultz commented on issue #162: Add support for same-site cookie
attribute
URL: https://github.com/apache/tomcat/pull/162#issuecomment-491889201
Thank you for the proposed patch.
Understanding that changing the definition of a class in the `javax.servlet`
namespace (name
https://bz.apache.org/bugzilla/show_bug.cgi?id=63407
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
OS|
Thanks for the update Mark!
On 13/05/2019 12:53, Mark Thomas wrote:
On 10/05/2019 09:18, Rory O'Donnell wrote:
Hi Mark,
*OpenJDK builds *- JDK 13 - Early Access build 20 is available at
http://jdk.java.net/13/
Builds Tomcat 9.0.x HEAD without error and passes a simple smoke test.
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 0ec8370 Silence an IDE warning
0ec8370 is descri
markt-asf commented on issue #162: Add support for same-site cookie attribute
URL: https://github.com/apache/tomcat/pull/162#issuecomment-491875787
Sorry, any new configuration option needs to be added to the docs as well.
Thi
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 2a56e14 Add missing connection id to log message
markt-asf commented on issue #162: Add support for same-site cookie attribute
URL: https://github.com/apache/tomcat/pull/162#issuecomment-491869493
The configuration should be on the CookieProcessor, not the Context. We also
need to look at https://scotthelme.co.uk/tough-cookies/ but that i
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 b0a743e Ensure context default request encoding
rmaucher closed pull request #163: Remove multiple pollers from NIO
URL: https://github.com/apache/tomcat/pull/163
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub a
rmaucher commented on issue #163: Remove multiple pollers from NIO
URL: https://github.com/apache/tomcat/pull/163#issuecomment-491806081
Commited as e813ae0d9329ebf4b95c02043c39c676edb47d3c since nobody complained
about it.
T
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 e813ae0 Remove poller thread count from NIO conne
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 6c3da66 Forgot to stage the main resource file ..
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 263f9f9 Fix message (no param used)
263f9f9 is de
On 10/05/2019 09:18, Rory O'Donnell wrote:
>
> Hi Mark,
>
>
> *OpenJDK builds *- JDK 13 - Early Access build 20 is available at
> http://jdk.java.net/13/
Builds Tomcat 9.0.x HEAD without error and passes a simple smoke test.
Unit tests pass for 9.0.x HEAD on Linux for NIO, NIO2 and A
This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit 528058511246d702698feb0fc542f28412adfab3
Author: Mark Thomas
AuthorDate: Mon May 13 12:51:44 2019 +0100
Fix javadoc w
This is an automated email from the ASF dual-hosted git repository.
markt pushed a change to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git.
from 50ea37e Fix concurrency issue that caused intermittent h2 test
failures
new 6c7d587 Fix unused import warnings
This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit 6c7d587975ed47ca123a0f4513d75c887b6af464
Author: Mark Thomas
AuthorDate: Mon May 13 12:51:38 2019 +0100
Fix unused im
On 11/05/2019 21:23, Emmanuel Bourg wrote:
> Le 11/05/2019 à 00:46, Emmanuel Bourg a écrit :
>
>> - I'm not sure about the performance, ECJ was known to be faster than
>> javac in the past but I don't know if it's still true today.
>
> I ran a quick test on an old Core 2 Duo with a SSD, compiling
This is an automated email from the ASF dual-hosted git repository.
markt 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 50ea37e Fix concurrency issue that caused intermit
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 cf8a91a Remove now dead code
cf8a91a is described
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
commit 95b65e0603f4bbcc413cdf621fdbffbd6ba2def2
Author: Mark Thomas
AuthorDate: Mon May 13 09:38:35 2019 +0100
Update comme
This is an automated email from the ASF dual-hosted git repository.
markt pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git.
from 44fbe2c More Graal tweaks and docs
new 95b65e0 Update comments
new 61bb221 Fix typo
The 2 revisions list
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
commit 61bb22183b51cc631e9c26c55cf04ac74a7e0823
Author: Mark Thomas
AuthorDate: Mon May 13 09:38:42 2019 +0100
Fix typo
---
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 44fbe2c More Graal tweaks and docs
44fbe2c is des
This is an automated email from the ASF dual-hosted git repository.
markt 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 7cc6e5d Add 8.5.41 release date
7cc6e5d is describ
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 73f55ef Add 9.0.20 release date
73f55ef is descr
Author: markt
Date: Mon May 13 08:01:23 2019
New Revision: 34004
Log:
Release Apache Tomcat 8.5.41
Added:
release/tomcat/tomcat-8/v8.5.41/
- copied from r34003, dev/tomcat/tomcat-8/v8.5.41/
Removed:
dev/tomcat/tomcat-8/v8.5.41/
-
Author: markt
Date: Mon May 13 08:00:43 2019
New Revision: 34003
Log:
Drop Tomcat 9.0.17 from mirrors
Removed:
release/tomcat/tomcat-9/v9.0.17/
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional comm
Author: markt
Date: Mon May 13 08:00:18 2019
New Revision: 34002
Log:
Release Apache Tomcat 9.0.20
Added:
release/tomcat/tomcat-9/v9.0.20/
- copied from r34001, dev/tomcat/tomcat-9/v9.0.20/
Removed:
dev/tomcat/tomcat-9/v9.0.20/
-
The following votes were cast:
Binding:
+1: remm, schultz, isapir, markt
No other votes were cast.
The vote therefore passes.
Thanks to everyone who contributed to this release.
Mark
-
To unsubscribe, e-mail: dev-unsubscr...
On 04/05/2019 10:56, Mark Thomas wrote:
> The proposed 8.5.41 release is:
> [ ] Broken - do not release
> [X] Stable - go ahead and release as 8.5.41
Unit tests pass for NIO, NIO2 and APR/native with Tomcat Native 1.2.21
on Linux, OSX and Windows.
Mark
--
The following votes were cast:
Binding:
+1: markt, remm, isapir
No other votes were cast.
The vote therefore passes.
I'll note the WebSocket + SecurityManager regression and the HTTP/2
timeout issues in the release announcement.
Thank you to everyone who voted for this release.
-
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 f562edd Avoid other cases of NPEs on stop
f562edd
45 matches
Mail list logo