Skip to content

Commit 0d2bd39

Browse files
committed
add slf4j-reload4j module
Signed-off-by: Ceki Gulcu <[email protected]>
1 parent 49f2424 commit 0d2bd39

25 files changed

+1621
-7
lines changed

LICENSE.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2004-2017 QOS.ch
1+
Copyright (c) 2004-2022 QOS.ch Sarl (Switzerland)
22
All rights reserved.
33

44
Permission is hereby granted, free of charge, to any person obtaining

pom.xml

+8
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
<slf4j.api.minimum.compatible.version>1.6.0</slf4j.api.minimum.compatible.version>
4444
<cal10n.version>0.8.1</cal10n.version>
4545
<log4j.version>1.2.17</log4j.version>
46+
<reload4j.version>1.2.18.0</reload4j.version>
4647
<logback.version>1.0.13</logback.version>
4748
<junit.version>4.12</junit.version>
4849
<maven-site-plugin.version>3.3</maven-site-plugin.version>
@@ -65,6 +66,7 @@
6566
<module>slf4j-nop</module>
6667
<module>slf4j-jdk14</module>
6768
<module>slf4j-log4j12</module>
69+
<module>slf4j-reload4j</module>
6870
<module>slf4j-jcl</module>
6971
<module>slf4j-android</module>
7072
<module>slf4j-ext</module>
@@ -107,6 +109,12 @@
107109
<version>${log4j.version}</version>
108110
</dependency>
109111

112+
<dependency>
113+
<groupId>ch.qos.reload4j</groupId>
114+
<artifactId>reload4j</artifactId>
115+
<version>${reload4j.version}</version>
116+
</dependency>
117+
110118
<dependency>
111119
<groupId>ch.qos.cal10n</groupId>
112120
<artifactId>cal10n-api</artifactId>

slf4j-api/LICENSE.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2004-2007 QOS.ch
1+
Copyright (c) 2004-2022 QOS.ch Sarl (Switzerland)
22
All rights reserved.
33

44
Permission is hereby granted, free of charge, to any person obtaining

slf4j-jcl/LICENSE.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2004-2007 QOS.ch
1+
Copyright (c) 2004-2022 QOS.ch Sarl (Switzerland)
22
All rights reserved.
33

44
Permission is hereby granted, free of charge, to any person obtaining

slf4j-jdk14/LICENSE.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2004-2007 QOS.ch
1+
Copyright (c) 2004-2022 QOS.ch Sarl
22
All rights reserved.
33

44
Permission is hereby granted, free of charge, to any person obtaining

slf4j-log4j12/LICENSE.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2004-2007 QOS.ch
1+
Copyright (c) 2004-2022 QOS.ch Sarl (Switzerland)
22
All rights reserved.
33

44
Permission is hereby granted, free of charge, to any person obtaining

slf4j-nop/LICENSE.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2004-2007 QOS.ch
1+
Copyright (c) 2004-2022 QOS.ch
22
All rights reserved.
33

44
Permission is hereby granted, free of charge, to any person obtaining

slf4j-reload4j/LICENSE.txt

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
Copyright (c) 2004-2007 QOS.ch
2+
All rights reserved.
3+
4+
Permission is hereby granted, free of charge, to any person obtaining
5+
a copy of this software and associated documentation files (the
6+
"Software"), to deal in the Software without restriction, including
7+
without limitation the rights to use, copy, modify, merge, publish,
8+
distribute, sublicense, and/or sell copies of the Software, and to
9+
permit persons to whom the Software is furnished to do so, subject to
10+
the following conditions:
11+
12+
The above copyright notice and this permission notice shall be
13+
included in all copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
16+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
17+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
18+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
19+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
20+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
21+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
22+
23+
24+

slf4j-reload4j/pom.xml

+41
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4+
5+
<modelVersion>4.0.0</modelVersion>
6+
7+
<parent>
8+
<groupId>org.slf4j</groupId>
9+
<artifactId>slf4j-parent</artifactId>
10+
<version>1.7.32-SNAPSHOT</version>
11+
</parent>
12+
13+
<artifactId>slf4j-reload4j</artifactId>
14+
15+
<packaging>jar</packaging>
16+
<name>SLF4J Reload4j Binding</name>
17+
<description>SLF4J Reload4j Binding</description>
18+
<url>http://reload4j.qos.ch</url>
19+
20+
<dependencies>
21+
<dependency>
22+
<groupId>org.slf4j</groupId>
23+
<artifactId>slf4j-api</artifactId>
24+
</dependency>
25+
26+
<dependency>
27+
<groupId>ch.qos.reload4j</groupId>
28+
<artifactId>reload4j</artifactId>
29+
</dependency>
30+
31+
<dependency>
32+
<groupId>org.slf4j</groupId>
33+
<artifactId>slf4j-api</artifactId>
34+
<type>test-jar</type>
35+
<version>${project.version}</version>
36+
<scope>test</scope>
37+
</dependency>
38+
</dependencies>
39+
40+
41+
</project>

0 commit comments

Comments
 (0)