[GitHub] tomcat pull request: [Bug 58242] Scanning jars in classpath to get...

2015-08-13 Thread markt-asf
Github user markt-asf commented on the pull request: https://github.com/apache/tomcat/pull/22#issuecomment-130565904 The patch appears to be quite large for a marginal benfit. Separating the refactoring and the changes into separate commits would enable the true scale of the changes

[Bug 58242] New: Scanning jars in classpath to get annotations in parallel instead of synchronously

2015-08-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58242 Bug ID: 58242 Summary: Scanning jars in classpath to get annotations in parallel instead of synchronously Product: Tomcat 9 Version: unspecified Hardware: All

[Bug 58242] Scanning jars in classpath to get annotations in parallel instead of synchronously

2015-08-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58242 Mark Thomas ma...@apache.org changed: What|Removed |Added Severity|major |enhancement --- Comment

[Bug 58212] Scanning jars in classpath to get annotations in parallel instead of synchronously

2015-08-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58212 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 58242] Scanning jars in classpath to get annotations in parallel instead of synchronously

2015-08-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58242 --- Comment #3 from Mark Thomas ma...@apache.org --- *** Bug 58212 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are the assignee for the bug.

[GitHub] tomcat pull request: [Bug 58242] Scanning jars in classpath to get...

2015-08-13 Thread wangyf2010
GitHub user wangyf2010 opened a pull request: https://github.com/apache/tomcat/pull/22 [Bug 58242] Scanning jars in classpath to get annotations in parallel instead of synchronously During tomcat startup, it takes most of time on annotation scanning. For our case, our apps have

[Bug 58242] Scanning jars in classpath to get annotations in parallel instead of synchronously

2015-08-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58242 --- Comment #1 from Wang, Simon 18616998...@163.com --- file PR: https://github.com/apache/tomcat/pull/22 -- You are receiving this mail because: You are the assignee for the bug.

[Bug 58187] Tomcat manager incorrect deployment status

2015-08-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58187 remi.lebast...@flexcom.lu changed: What|Removed |Added Status|RESOLVED|REOPENED

svn propchange: r1695706 - svn:log

2015-08-13 Thread violetagg
Author: violetagg Revision: 1695706 Modified property: svn:log Modified: svn:log at Thu Aug 13 13:08:48 2015 -- --- svn:log (original) +++ svn:log Thu Aug 13 13:08:48 2015 @@ -1,2 +1,2 @@ Fix

buildbot success in ASF Buildbot on tomcat-trunk

2015-08-13 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/137 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The

svn commit: r1695706 - in /tomcat/trunk: java/org/apache/tomcat/websocket/ java/org/apache/tomcat/websocket/pojo/ java/org/apache/tomcat/websocket/server/ test/org/apache/tomcat/websocket/server/

2015-08-13 Thread violetagg
Author: violetagg Date: Thu Aug 13 13:03:56 2015 New Revision: 1695706 URL: http://svn.apache.org/r1695706 Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58232 When ServerEndpointConfig is added programatically and the endpoint class that it provides is annotated, NPE is thrown while

[GUMP@vmgump]: Project tomcat-tc8.0.x-test-nio (in module tomcat-8.0.x) failed

2015-08-13 Thread Bill Barker
-SNAPSHOT.jar -Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.3-SNAPSHOT.jar -Dtest.reports=output/logs-NIO -Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20150813-native-src.tar.gz -Dexamples.sources.skip=true

svn commit: r1695721 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/tomcat/websocket/ java/org/apache/tomcat/websocket/pojo/ java/org/apache/tomcat/websocket/server/ test/org/apache/tomcat/websocket/s

2015-08-13 Thread violetagg
Author: violetagg Date: Thu Aug 13 14:50:58 2015 New Revision: 1695721 URL: http://svn.apache.org/r1695721 Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58232 Merged revision 1695706 from tomcat/trunk: When ServerEndpointConfig is added programatically and the endpoint class that it

svn commit: r1695723 [1/2] - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/websocket/ java/org/apache/tomcat/websocket/pojo/ java/org/apache/tomcat/websocket/server/ test/org/apache/tomcat/webso

2015-08-13 Thread violetagg
Author: violetagg Date: Thu Aug 13 14:57:22 2015 New Revision: 1695723 URL: http://svn.apache.org/r1695723 Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58232 Merged revision 1695706 from tomcat/trunk: When ServerEndpointConfig is added programatically and the endpoint class that it

svn commit: r1695723 [2/2] - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/websocket/ java/org/apache/tomcat/websocket/pojo/ java/org/apache/tomcat/websocket/server/ test/org/apache/tomcat/webso

2015-08-13 Thread violetagg
Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml?rev=1695723r1=1695722r2=1695723view=diff == ---

[Bug 58232] PojoMethodMapping needed - Programatically adding ServerEndpointConfig not possible

2015-08-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58232 Violeta Georgieva violet...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

svn commit: r1695724 - /tomcat/tc7.0.x/trunk/test/org/apache/tomcat/websocket/server/TestWsServerContainer.java

2015-08-13 Thread violetagg
Author: violetagg Date: Thu Aug 13 15:07:01 2015 New Revision: 1695724 URL: http://svn.apache.org/r1695724 Log: Do not use try-with-resources Modified: tomcat/tc7.0.x/trunk/test/org/apache/tomcat/websocket/server/TestWsServerContainer.java Modified:

buildbot failure in ASF Buildbot on tomcat-7-trunk

2015-08-13 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-7-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-7-trunk/builds/41 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The

buildbot failure in ASF Buildbot on tomcat-8-trunk

2015-08-13 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-8-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-8-trunk/builds/60 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The

[Bug 58157] RecycleRequiredException and missing AsyncListener.onTimeout call

2015-08-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58157 --- Comment #13 from Mark Thomas ma...@apache.org --- Good news. I think I have managed to track down the root cause of this. It is a race condition between the Poller timing out the socket and new data arriving. I haven't - yet - figured out

[Bug 58238] ErrorReportValve - default showReport / showServerInfo to false

2015-08-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58238 --- Comment #1 from Michael Osipov 1983-01...@gmx.net --- There is no additional security here. Security by obscurity does not work. -- You are receiving this mail because: You are the assignee for the bug.

buildbot success in ASF Buildbot on tomcat-7-trunk

2015-08-13 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-7-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-7-trunk/builds/43 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The

svn commit: r1695779 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/tomcat/websocket/pojo/PojoMethodMapping.java java/org/apache/tomcat/websocket/server/WsServerContainer.java

2015-08-13 Thread violetagg
Author: violetagg Date: Thu Aug 13 20:54:19 2015 New Revision: 1695779 URL: http://svn.apache.org/r1695779 Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58232 Merged revision 1695778 from tomcat/trunk: Add PojoMethodMapping to the user properties only if there are annotated methods

Re: buildbot failure in ASF Buildbot on tomcat-trunk

2015-08-13 Thread Violeta Georgieva
2015-08-13 16:18 GMT+03:00 build...@apache.org: The Buildbot has detected a new failure on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/138 Buildbot URL: http://ci.apache.org/ Buildslave for this

buildbot success in ASF Buildbot on tomcat-trunk

2015-08-13 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/139 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The

svn commit: r1695780 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/websocket/pojo/PojoMethodMapping.java java/org/apache/tomcat/websocket/server/WsServerContainer.java

2015-08-13 Thread violetagg
Author: violetagg Date: Thu Aug 13 20:57:20 2015 New Revision: 1695780 URL: http://svn.apache.org/r1695780 Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58232 Merged revision 1695778 from tomcat/trunk: Add PojoMethodMapping to the user properties only if there are annotated methods

[Bug 58187] Tomcat manager incorrect deployment status

2015-08-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58187 Mark Thomas ma...@apache.org changed: What|Removed |Added Resolution|--- |INVALID

[Bug 58238] ErrorReportValve - default showReport / showServerInfo to false

2015-08-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58238 --- Comment #2 from Fernando Boaglio boag...@gmail.com --- Excellent idea, maybe should do it to versions 7 and 8 too. =) -- You are receiving this mail because: You are the assignee for the bug.

buildbot failure in ASF Buildbot on tomcat-trunk

2015-08-13 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/138 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The

svn commit: r1695778 - in /tomcat/trunk/java/org/apache/tomcat/websocket: pojo/PojoMethodMapping.java server/WsServerContainer.java

2015-08-13 Thread violetagg
Author: violetagg Date: Thu Aug 13 20:48:50 2015 New Revision: 1695778 URL: http://svn.apache.org/r1695778 Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58232 Add PojoMethodMapping to the user properties only if there are annotated methods Modified:

buildbot exception in ASF Buildbot on tomcat-8-trunk

2015-08-13 Thread buildbot
The Buildbot has detected a build exception on builder tomcat-8-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-8-trunk/builds/61 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The