forked from ops4j/org.ops4j.pax.logging
-
Notifications
You must be signed in to change notification settings - Fork 1
/
RELEASE-NOTES.html
31 lines (30 loc) · 1.37 KB
/
RELEASE-NOTES.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<html>
<body>
<h1>Release Notes - Pax Logging - Version 1.7.1</h1>
<p>
For this project, compatibility is defined as;
</p>
<ul>
<li>No changes to method signatures of any of the classes in the API. Only new methods may appear. Note that
this may break compatibility with additional Pax Logging implementations, but that is outside the
compatibility scope.
</li>
<li>The configuration system used, whereby a Configuration object either contains the URL or file reference to
the Log4j configuration, OR that the Configuration instance itself contains the Log4j configuration in its
properties format.
</li>
<li>Pax Logging version 1.x will depend on JDK1.4</li>
<li>That we are and will remain compatible with the following Legacy APIs, to the greatest extent possible;
<ul>
<li>Apache Log4j, version 1.2.15</li>
<li>Apache Jakarta Commons Logging, version 1.1</li>
<li>Apache Avalon Logging API, version 1.0</li>
<li>JDK Logging, version 1.4</li>
<li>Knopflerfish Log, version 1.3</li>
<li>OSGi Log Service, version 1.3</li>
<li>Simple Logging Facade for Java (SLF4J), from version 1.7.5 up to 1.7.13</li>
<li>Pax Logger API, ver 1.0</li>
</ul>
</ul>
</body>
</html>