1
0
Commit Graph

6 Commits

Author SHA1 Message Date
Jakob van Kruijssen
e7b328d7e0 Use a weak reference for the cached class loader (#71)
This replaces the strong reference to the class loader, `thisClassLoader`,
with a weak one.

The strong ref shows up as causing a GC root after unloading a web app in Tomcat that uses this library.
With these modifications, the GC root is gone...
2022-01-05 09:35:08 -05:00
Gary Gregory
7c70d1a180 Standardize on American English spelling of 'behavior'. 2020-03-30 15:07:28 -04:00
Dennis Lundberg
7e10c9fd4b Add instructions that we have to run Ant without the JIT compiler to get around bugs in early JVMs.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@558565 13f79535-47bb-0310-9956-ffa450edef68
2007-07-22 23:58:45 +00:00
Dennis Lundberg
9f95a43ec8 Exclude the security tests because they rely on the MockSecurityManager that uses code that was first introduced in Java 1.4.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@558564 13f79535-47bb-0310-9956-ffa450edef68
2007-07-22 23:20:07 +00:00
Dennis Lundberg
b00096592f Set keyword substitution.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@553338 13f79535-47bb-0310-9956-ffa450edef68
2007-07-04 21:35:12 +00:00
Dennis Lundberg
ed4281ba02 A first shot at an Ant script for running the tests using the classes that were built by Maven.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@553337 13f79535-47bb-0310-9956-ffa450edef68
2007-07-04 21:29:56 +00:00