- Oct 14, 2008
-
-
Ceki Gulcu authored
Added support for plain user password authentication. Furthermore, support for both STARTTLS and SSL connections were added. Note that STARTTLS differs from SSL in that, in STARTTLS, the connection is non-encrypted in the beginning and only after the STARTTLS command is issued by the client (if the server supports it) does the connection switch to SSL. In SSL mode, the connection is SSL from the start.
-
Ceki Gulcu authored
-
- Oct 08, 2008
-
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
FileAppender will now automatically create parent directories as needed.
-
- Oct 07, 2008
-
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
- added unit tests - updated the documentation
-
Ceki Gulcu authored
-
Ceki Gulcu authored
- Allow TimeBasedRollingPolicy to delete old files if asked by the user. - PeriodicityType are now listed in an enum.
-
- Oct 01, 2008
-
-
Ceki Gulcu authored
- renamed ClassPackagingDataCalculator as PackagingDataCalculator - added calculatePackagingData method to ThrowableProxy so that converters can force calculation of packaging data - added relevant test cases
-
- Sep 24, 2008
-
-
Ceki Gulcu authored
-
- Sep 23, 2008
-
-
Ceki Gulcu authored
Increase slack factor to 8 for Sun's JDK 1.6. For some reason, slack factor of 6 for JDK 1.5 was insufficient.
-
- Sep 12, 2008
-
-
Ceki Gulcu authored
-
Ceki Gulcu authored
- improved "demo" page - Sync with SLF4J (1.5.3)
-
- Sep 11, 2008
-
-
Ceki Gulcu authored
-
- Sep 09, 2008
-
-
Ceki Gulcu authored
Class packaging information is now automatically added to stack traces formatted by PatternLayout
-
- Sep 08, 2008
-
-
Ceki Gulcu authored
-
Ceki Gulcu authored
Not using Geronimo JMS instead of Sun JMS to avoid manual installation
-
Ceki Gulcu authored
this change reduces the probability of that happening
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
This code attempts to guarantee that the extracted class packaging information is extracting using the *exact* same classloader was used to load a given class in the stack frame. Associated test cases.
-
- Sep 05, 2008
-
-
Ceki Gulcu authored
Working on the reliability of the extracted package information which is actually quite a difficult problem.
-
- Sep 04, 2008
-
-
Ceki Gulcu authored
Reworking Throwable to string conversion. Instead of simply converting StackTraceElement (STE) array into just strings, we convert them to a little more sophisticated objects, namely ThrowableDataPoints which support PackageInformation. All tests pass.
-
- Sep 03, 2008
-
-
Ceki Gulcu authored
Reworking Throwable to string conversion. Instead of simply converting StackTraceElement (STE) array into just strings, we convert them to a little more sophisticated objects, namely ThrowableDataPoints which support PackageInformation. This is ongoing work, unit test may not pass.
-
Ceki Gulcu authored
Unfortunately, this implementations fails the Scenario unit tests. Yes, it looks like a JDK bug (very suprisingly). Commiting this version for historical (archiving) purposes.
-
- Sep 02, 2008
-
-
Ceki Gulcu authored
Extracting package information is a time consuming process. Improve performance by keeping previously found results in a cache. Added an LRUCache with accompanying test cases for this purpose.
-
- Sep 01, 2008
-
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
- Aug 29, 2008
-
-
Ceki Gulcu authored
The c.q.l.core.util.Loader class is used to load classes or locate resources. Previously, the TCCL (Thread Context Class Loader) was used to locate resources, in particular configuration files. However, the TCCL is not set in all environments. Instead of using the TCL use now use the class loader that loaded the Loader class itself to load resources. Now, under many circumstances TCCL==self classloader so most users will not see a difference. The situation where TCCL != self cl can occur under relatively complicated scenarios. Thus, this commit simplifies the code without hopefully affecting existing deployments.
-
- Aug 28, 2008
-
-
Ceki Gulcu authored
added a small ant script to automatically copy slf4j-api-${VERSION}.jar to lib/
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-