The Buildbot has detected a restored build on builder tomcat-85-trunk while
building tomcat. Full details are available at:
https://ci.apache.org/builders/tomcat-85-trunk/builds/2055
Buildbot URL: https://ci.apache.org/
Buildslave for this Build: asf946_ubuntu
Build Reason: The AnyBranchSch
The Buildbot has detected a restored build on builder tomcat-trunk while
building tomcat. Full details are available at:
https://ci.apache.org/builders/tomcat-trunk/builds/4764
Buildbot URL: https://ci.apache.org/
Buildslave for this Build: asf946_ubuntu
Build Reason: The AnyBranchScheduler
This is an automated email from the ASF dual-hosted git repository.
schultz pushed a commit to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/7.0.x by this push:
new 0a8532b Fix javadoc @see reference.
0a8532b is d
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 76ab416 Fix javadoc @see reference.
76ab416 is
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 dd7019b Fix javadoc @see reference.
dd7019b is d
пт, 22 нояб. 2019 г. в 22:49, Christopher Schultz
:
>
> Konstantin,
>
> On 11/21/19 12:36, Konstantin Kolinko wrote:
> > чт, 21 нояб. 2019 г. в 20:14, :
> >>
> >> [...]
> >>
> >> commit fdf0ba0aaebaffd588077defea0f56d6ba81396e Author:
> >> Christopher Schultz AuthorDate:
> >> Thu Nov 21 11:17:54 2
https://bz.apache.org/bugzilla/show_bug.cgi?id=63950
Konstantin Kolinko changed:
What|Removed |Added
Attachment #36893|Thread dump of locked JVM |Thread dump of locked JVM -
https://bz.apache.org/bugzilla/show_bug.cgi?id=63950
--- Comment #3 from Konstantin Kolinko ---
Created attachment 36897
--> https://bz.apache.org/bugzilla/attachment.cgi?id=36897&action=edit
Captured stdout/stderr of Apache Ant - Windows, Java 13.0.1
--
You are receiving this mail because:
Y
https://bz.apache.org/bugzilla/show_bug.cgi?id=63950
--- Comment #2 from Konstantin Kolinko ---
Created attachment 36896
--> https://bz.apache.org/bugzilla/attachment.cgi?id=36896&action=edit
Thread dump of locked JVM - Windows, Java 13.0.1
--
You are receiving this mail because:
You are the
https://bz.apache.org/bugzilla/show_bug.cgi?id=63950
--- Comment #1 from Konstantin Kolinko ---
I am testing release candidate of Tomcat 7.0.98 on Windows 10,
and it hangs on the same test class and with the same stacktrace, but
- Michael's version of Tomcat Native is different,
- a different te
пт, 22 нояб. 2019 г. в 16:19, Violeta Georgieva :
>
> The proposed Apache Tomcat 7.0.98 release is now available for voting.
>
> It can be obtained from:
> https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.98/
> The Maven staging repo is:
> https://repository.apache.org/content/repositori
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Konstantin,
On 11/21/19 12:36, Konstantin Kolinko wrote:
> чт, 21 нояб. 2019 г. в 20:14, :
>>
>> 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.a
Author: markt
Date: Fri Nov 22 17:05:36 2019
New Revision: 1870174
URL: http://svn.apache.org/viewvc?rev=1870174&view=rev
Log:
Correct copy/paste error in date
Modified:
tomcat/site/trunk/docs/index.html
tomcat/site/trunk/xdocs/index.xml
Modified: tomcat/site/trunk/docs/index.html
URL:
michael-o commented on a change in pull request #225: BZ 63681: Introduce
RealmBase#authenticate(GSSName, GSSCredential) an…
URL: https://github.com/apache/tomcat/pull/225#discussion_r349685255
##
File path: java/org/apache/catalina/Realm.java
##
@@ -116,6 +118,17 @@ publi
michael-o commented on a change in pull request #225: BZ 63681: Introduce
RealmBase#authenticate(GSSName, GSSCredential) an…
URL: https://github.com/apache/tomcat/pull/225#discussion_r349685255
##
File path: java/org/apache/catalina/Realm.java
##
@@ -116,6 +118,17 @@ publi
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 f5f2b62 BZ63949: Restore write loop which was pre
https://bz.apache.org/bugzilla/show_bug.cgi?id=63949
Remy Maucherat changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEEDINFO
https://bz.apache.org/bugzilla/show_bug.cgi?id=63949
--- Comment #3 from justin.w...@edge-technologies.com ---
Made that change, and don't have the problem anymore.
Would adding that write loop back in be a possibility?
Thanks,
Justin
--
You are receiving this mail because:
You are the assig
Hi,
I'm looking at the endpoint code a lot in preparation for ports to 8.5.
I noticed the write(Non)BlockingDirect methods in particular as they had a
fixme which wondered about the buffering strategy. Given the use, the
thinking seems very legacy optimization oriented, because:
- If the socket b
markt-asf commented on a change in pull request #225: BZ 63681: Introduce
RealmBase#authenticate(GSSName, GSSCredential) an…
URL: https://github.com/apache/tomcat/pull/225#discussion_r349625352
##
File path: java/org/apache/catalina/Realm.java
##
@@ -116,6 +118,17 @@ publi
michael-o commented on a change in pull request #225: BZ 63681: Introduce
RealmBase#authenticate(GSSName, GSSCredential) an…
URL: https://github.com/apache/tomcat/pull/225#discussion_r349609923
##
File path: java/org/apache/catalina/Realm.java
##
@@ -116,6 +118,17 @@ publi
michael-o commented on a change in pull request #225: BZ 63681: Introduce
RealmBase#authenticate(GSSName, GSSCredential) an…
URL: https://github.com/apache/tomcat/pull/225#discussion_r349608794
##
File path: java/org/apache/catalina/realm/CombinedRealm.java
##
@@ -386,6 +3
The proposed Apache Tomcat 7.0.98 release is now available for voting.
It can be obtained from:
https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.98/
The Maven staging repo is:
https://repository.apache.org/content/repositories/orgapachetomcat-1239/
The git tag is:
https://github.com/apa
Author: violetagg
Date: Fri Nov 22 13:15:58 2019
New Revision: 36876
Log:
Stage Tomcat 7.0.98
Added:
dev/tomcat/tomcat-7/v7.0.98/
dev/tomcat/tomcat-7/v7.0.98/KEYS
dev/tomcat/tomcat-7/v7.0.98/README.html
dev/tomcat/tomcat-7/v7.0.98/RELEASE-NOTES
dev/tomcat/tomcat-7/v7.0.98/bin/
Added: dev/tomcat/tomcat-7/v7.0.98/bin/extras/tomcat-juli-adapters.jar.sha512
==
--- dev/tomcat/tomcat-7/v7.0.98/bin/extras/tomcat-juli-adapters.jar.sha512
(added)
+++ dev/tomcat/tomcat-7/v7.0.98/bin/extras/tomcat-juli-ada
Message from: https://repository.apache.orgDescription:Close for voting Tomcat 7.0.98Deployer properties:"userAgent" = "maven-artifact/2.2.1 (Java 1.7.0_80; Windows 8.1 6.3)""userId" = "violetagg""ip" = "78.83.99.114"Details:The following artifacts have been staged/org/apache/tomcat/tomcat-i18n-de/
This is an automated email from the ASF dual-hosted git repository.
violetagg pushed a change to tag 7.0.98
in repository https://gitbox.apache.org/repos/asf/tomcat.git.
at fde40d7 (commit)
This tag includes the following new commits:
new fde40d7 Tag 7.0.98
The 1 revisions listed
This is an automated email from the ASF dual-hosted git repository.
violetagg pushed a commit to tag 7.0.98
in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit fde40d7e0c7a1b0b2423cb84ad220a5d98b65591
Author: Violeta Georgieva
AuthorDate: Fri Nov 22 13:39:32 2019 +0200
Tag 7
markt-asf commented on a change in pull request #225: BZ 63681: Introduce
RealmBase#authenticate(GSSName, GSSCredential) an…
URL: https://github.com/apache/tomcat/pull/225#discussion_r34955
##
File path: java/org/apache/catalina/realm/CombinedRealm.java
##
@@ -386,6 +3
markt-asf commented on a change in pull request #225: BZ 63681: Introduce
RealmBase#authenticate(GSSName, GSSCredential) an…
URL: https://github.com/apache/tomcat/pull/225#discussion_r349562347
##
File path: java/org/apache/catalina/Realm.java
##
@@ -116,6 +118,17 @@ publi
Modified: tomcat/site/trunk/docs/migration-7.html
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/migration-7.html?rev=1870157&r1=1870156&r2=1870157&view=diff
==
--- tomcat/site/trunk/docs/migration-7.html (origin
https://bz.apache.org/bugzilla/show_bug.cgi?id=63951
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
Modified: tomcat/site/trunk/docs/oldnews-2010.html
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/oldnews-2010.html?rev=1870157&r1=1870156&r2=1870157&view=diff
==
--- tomcat/site/trunk/docs/oldnews-2010.html (ori
Author: markt
Date: Fri Nov 22 11:34:11 2019
New Revision: 1870157
URL: http://svn.apache.org/viewvc?rev=1870157&view=rev
Log:
Comment out the 'current event' image as it is out of date yet again
Modified:
tomcat/site/trunk/docs/bugreport.html
tomcat/site/trunk/docs/ci.html
tomcat/sit
Author: markt
Date: Fri Nov 22 11:17:08 2019
New Revision: 1870156
URL: http://svn.apache.org/viewvc?rev=1870156&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=63952
Modified:
tomcat/site/trunk/docs/download-70.html
tomcat/site/trunk/docs/download-80.html
tomcat/site
https://bz.apache.org/bugzilla/show_bug.cgi?id=63952
--- Comment #1 from Mark Thomas ---
A link to the which version page would be more appropriate else we'll end up
duplicating all of that information on the download page.
--
You are receiving this mail because:
You are the assignee for the bu
https://bz.apache.org/bugzilla/show_bug.cgi?id=63952
Bug ID: 63952
Summary: Download page could mention JRE version needed
Product: Tomcat 9
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity:
https://bz.apache.org/bugzilla/show_bug.cgi?id=63951
Bug ID: 63951
Summary: Website references ApacheCon Berlin which has already
happened
Product: Tomcat 8
Version: 8.5.x-trunk
Hardware: PC
OS: Mac OS X 10.
https://bz.apache.org/bugzilla/show_bug.cgi?id=63949
--- Comment #2 from Remy Maucherat ---
The previous code was using a write loop, that's the only difference I can see
and you can try it.
Such as:
--- a/java/org/apache/tomcat/util/net/NioEndpoint.java
+++ b/java/org/apache/tomcat/util/net/NioE
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 40aa617 Add release date for 8.5.49
40aa617 is des
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 50feb56 Add release date for 9.0.29
50feb56 is d
https://bz.apache.org/bugzilla/show_bug.cgi?id=63950
Bug ID: 63950
Summary: org.apache.catalina.core.TestAsyncContextStateChanges
with APR blocks forever on FreeBSD
Product: Tomcat 7
Version: 7.0.96
Hardware: PC
The Apache Tomcat team announces the immediate availability of Apache
Tomcat 8.5.49.
Apache Tomcat 8 is an open source software implementation of the Java
Servlet, JavaServer Pages, Java Unified Expression Language, Java
WebSocket and Java Authentication Service Provider Interface for
Containers t
Author: markt
Date: Fri Nov 22 08:55:44 2019
New Revision: 1870148
URL: http://svn.apache.org/viewvc?rev=1870148&view=rev
Log:
Update docs for 8.5.49 release
[This commit notification would consist of 70 parts,
which exceeds the limit of 50 ones, so it was shortened to the summary.]
--
Author: markt
Date: Fri Nov 22 08:56:33 2019
New Revision: 1870149
URL: http://svn.apache.org/viewvc?rev=1870149&view=rev
Log:
Update site for 8.5.49 release
Modified:
tomcat/site/trunk/docs/doap_Tomcat.rdf
tomcat/site/trunk/docs/download-80.html
tomcat/site/trunk/docs/index.html
The Apache Tomcat team announces the immediate availability of Apache
Tomcat 9.0.29.
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.29 is a bugfix and feat
Author: markt
Date: Fri Nov 22 08:46:56 2019
New Revision: 1870147
URL: http://svn.apache.org/viewvc?rev=1870147&view=rev
Log:
Update site for 9.0.29 release
Modified:
tomcat/site/trunk/docs/doap_Tomcat.rdf
tomcat/site/trunk/docs/download-90.html
tomcat/site/trunk/docs/index.html
Author: markt
Date: Fri Nov 22 08:45:49 2019
New Revision: 1870146
URL: http://svn.apache.org/viewvc?rev=1870146&view=rev
Log:
Update docs for 9.0.29 release
[This commit notification would consist of 73 parts,
which exceeds the limit of 50 ones, so it was shortened to the summary.]
--
48 matches
Mail list logo