https://bz.apache.org/bugzilla/show_bug.cgi?id=61875
--- Comment #9 from Matthew Broadhead ---
https://stackoverflow.com/questions/6340802/java-xpath-apache-jaxp-implementation-performance
--
You are receiving this mail because:
You are the assignee for the bug.
https://bz.apache.org/bugzilla/show_bug.cgi?id=61875
--- Comment #10 from Matthew Broadhead ---
https://blogs.sap.com/2009/12/04/performance-improvements-in-nw-java-applications-with-xml-processing/
--
You are receiving this mail because:
You are the assignee for the bug.
--
https://bz.apache.org/bugzilla/show_bug.cgi?id=61810
--- Comment #9 from Konstantin Kolinko ---
(In reply to Huxing Zhang from comment #8)
> (In reply to Konstantin Kolinko from comment #6)
>
> Do mean sth. like this?
>
> if (jarFiles.length > 0 && (force || jarOpenInterval > 0)) {
> ...
>
> I
https://bz.apache.org/bugzilla/show_bug.cgi?id=52381
Coty Sutherland changed:
What|Removed |Added
CC||csuth...@redhat.com
--- Comment #13
https://bz.apache.org/bugzilla/show_bug.cgi?id=52381
--- Comment #14 from Violeta Georgieva ---
(In reply to Coty Sutherland from comment #13)
> Created attachment 35625 [details]
> Attempt to add OSGi metadata
>
> Back on 2011-09-06 Roland Grunberg added the OSGi manifests that are used in
> th
To whom it may engage...
This is an automated request, but not an unsolicited one. For
more information please visit http://gump.apache.org/nagged.html,
and/or contact the folk at gene...@gump.apache.org.
Project tomcat-trunk-test-nio has an issue affecting its community integration.
Th
To whom it may engage...
This is an automated request, but not an unsolicited one. For
more information please visit http://gump.apache.org/nagged.html,
and/or contact the folk at gene...@gump.apache.org.
Project tomcat-trunk-test-nio2 has an issue affecting its community integration.
T
To whom it may engage...
This is an automated request, but not an unsolicited one. For
more information please visit http://gump.apache.org/nagged.html,
and/or contact the folk at gene...@gump.apache.org.
Project tomcat-trunk-test-apr has an issue affecting its community integration.
Th
https://bz.apache.org/bugzilla/show_bug.cgi?id=61914
--- Comment #3 from Evgenij Ryazanov ---
I replaced
clientRequestedApplicationProtocols.size() > 0
with
clientRequestedApplicationProtocols != null &&
clientRequestedApplicationProtocols.size() > 0
on my installation some time ago and with