Skip to content

Commit 1c3c18f

Browse files
committed
#111 removed deprecated mailing lists
1 parent 6f5d940 commit 1c3c18f

File tree

4 files changed

+13
-44
lines changed

4 files changed

+13
-44
lines changed

STATUS.txt

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,8 @@ Project Details
1212
===============
1313

1414
Web site: http://logging.apache.org/log4net/
15-
Issue Tracking: http://issues.apache.org/jira/browse/LOG4NET
16-
Source Code: http://svn.apache.org/viewvc/logging/log4net/
17-
Mailing Lists:
18-
19-
20-
15+
Issue Tracking: https://github.com/apache/logging-log4net/issues/
16+
Source Code: https://github.com/apache/logging-log4net/
2117

2218
Active Committers
2319
=================

pom.xml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -31,27 +31,6 @@
3131
<url>https://github.com/apache/logging-log4net/issues</url>
3232
</issueManagement>
3333
<mailingLists>
34-
<mailingList>
35-
<name>log4net-user: log4net usage</name>
36-
<subscribe>[email protected]</subscribe>
37-
<unsubscribe>[email protected]</unsubscribe>
38-
<post>[email protected]</post>
39-
<archive>http://mail-archives.apache.org/mod_mbox/logging-log4net-user/</archive>
40-
<otherArchives>
41-
<otherArchive>http://marc.info/?l=log4net-user</otherArchive>
42-
<otherArchive>http://dir.gmane.org/gmane.comp.log.log4net.user</otherArchive>
43-
</otherArchives>
44-
</mailingList>
45-
<mailingList>
46-
<name>dev: development of the logging projects including log4net</name>
47-
<subscribe>[email protected]</subscribe>
48-
<unsubscribe>[email protected]</unsubscribe>
49-
<post>[email protected]</post>
50-
<archive>https://lists.apache.org/[email protected]</archive>
51-
<otherArchives>
52-
<otherArchive>http://mail-archives.apache.org/mod_mbox/logging-dev/</otherArchive>
53-
</otherArchives>
54-
</mailingList>
5534
<mailingList>
5635
<name>logging commits: all git commits of the logging projects including log4net</name>
5736
<subscribe>[email protected]</subscribe>

src/site/resources/doap_log4net.rdf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<asfext:pmc rdf:resource="http://logging.apache.org" />
3131
<shortdesc>Apache log4net provides logging services for .NET.</shortdesc>
3232
<bug-database rdf:resource="https://github.com/apache/logging-log4net/issues" />
33-
<mailing-list rdf:resource="http://logging.apache.org/log4net/mail-lists.html" />
33+
<mailing-list rdf:resource="https://logging.apache.org/support.html" />
3434
<download-page rdf:resource="https://logging.apache.org/download.html" />
3535
<programming-language>C#</programming-language>
3636
<category rdf:resource="http://projects.apache.org/category/library" />

src/site/xdoc/release/faq.xml

Lines changed: 10 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,12 @@ limitations under the License.
6060
No. log4net is not reliable. It is a best-effort and <em>fail-stop</em> logging system.
6161
</p>
6262
<p>
63-
By fail-stop, we mean that log4net will not throw unexpected exceptions at
64-
run-time potentially causing your application to crash. <b>
65-
If for any reason, log4net
66-
throws an uncaught exception</b> (except for <span class="code">ArgumentException</span> and
67-
<span class="code">ArgumentNullException</span> which may be thrown), <b>
68-
please send an email
69-
to the <a href="mailto:[email protected]">[email protected]</a> mailing list</b>.
70-
Uncaught exceptions are handled as serious bugs requiring immediate attention.
63+
By fail-stop, we mean that log4net will not throw unexpected exceptions at run-time potentially
64+
causing your application to crash. <b>If for any reason, log4net throws an uncaught exception</b>
65+
(except for <span class="code">ArgumentException</span> and <span class="code">ArgumentNullException</span>
66+
which may be thrown), <b>
67+
please open a <a href="https://github.com/apache/logging-log4net/discussions/new?category=general">dicussion</a>
68+
at Github</b>. Uncaught exceptions are handled as serious bugs requiring immediate attention.
7169
</p>
7270
<p>
7371
Moreover, log4net will not revert to <span class="code">System.Console.Out</span>
@@ -1005,17 +1003,13 @@ public class FastLogger
10051003
</p>
10061004
<section id="report-bugs" name="How do I report bugs?">
10071005
<p>
1008-
First make sure it really is a bug and not a
1009-
usage error. When in doubt, ask on the <a href="../mail-lists.html">
1010-
log4net-user mailing
1011-
list
1012-
</a> first.
1006+
First make sure it really is a bug and not a usage error.
1007+
When in doubt, open <a href="https://github.com/apache/logging-log4net/discussions/new?category=general">discussion</a> first.
10131008
</p>
10141009
<p>
10151010
If you have identified a bug, please report it via our
1016-
<a href="../issue-tracking.html">Issue Tracker</a>.
1017-
You may want to check it hasn't been reported before by
1018-
searching the existing issues.
1011+
<a href="https://github.com/apache/logging-log4net/issues">Issue Tracker</a>.
1012+
You may want to check it hasn't been reported before by searching the existing issues.
10191013
</p>
10201014
</section>
10211015
<p>

0 commit comments

Comments
 (0)