Skip to content

Commit 432cd9c

Browse files
committed
version bumped to 1.5.0, logback-access moved
Signed-off-by: Ceki Gulcu <ceki@qos.ch>
1 parent 60f8b20 commit 432cd9c

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

logback-classic/src/test/java/ch/qos/logback/classic/util/EnvUtilTest.java

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88
import static org.junit.jupiter.api.Assertions.assertTrue;
99
public class EnvUtilTest {
1010

11+
// Beware: ----------------------------------------
12+
// Beware: needs to be updated upon version change
13+
// Beware: ----------------------------------------
14+
static final String EXPECTED_VERSION = "1.5";
15+
1116

1217
@BeforeEach
1318
public void setUp() throws Exception {
@@ -21,7 +26,7 @@ public void setUp() throws Exception {
2126
public void versionTest() {
2227
String versionStr = EnvUtil.logbackVersion();
2328
assertNotNull(versionStr);
24-
assertTrue(versionStr.startsWith("1.4"));
29+
assertTrue(versionStr.startsWith(EXPECTED_VERSION));
2530
}
2631

2732

logback-examples/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@
2525
<groupId>ch.qos.logback</groupId>
2626
<artifactId>logback-classic</artifactId>
2727
</dependency>
28-
<dependency>
29-
<groupId>ch.qos.logback</groupId>
30-
<artifactId>logback-access</artifactId>
31-
</dependency>
3228
<dependency>
3329
<groupId>org.slf4j</groupId>
3430
<artifactId>slf4j-ext</artifactId>

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy