Skip to content

Commit

Permalink
remove JaninoEventEvaluator
Browse files Browse the repository at this point in the history
Signed-off-by: Ceki Gulcu <ceki@qos.ch>
  • Loading branch information
ceki committed Dec 18, 2024
1 parent 5f05041 commit 2cb6d52
Show file tree
Hide file tree
Showing 11 changed files with 41 additions and 686 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
import ch.qos.logback.core.testUtil.RandomUtil;
import ch.qos.logback.core.testUtil.StringListAppender;
import ch.qos.logback.core.util.StatusPrinter;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;

import java.io.IOException;
Expand Down Expand Up @@ -71,6 +72,7 @@ public void eval() throws JoranException {
assertTrue(str1.contains(" DEBUG - hello world"));
}

@Disabled
@Test
public void testEvaluatorFilter() throws JoranException {
configure(BlackboxClassicTestConstants.JORAN_INPUT_PREFIX + "evaluatorFilter.xml");
Expand All @@ -89,6 +91,7 @@ public void testEvaluatorFilter() throws JoranException {
assertEquals("hello", back.getMessage());
}

@Disabled
@Test
public void testEvaluatorFilterWithImports() throws JoranException {
configure(BlackboxClassicTestConstants.JORAN_INPUT_PREFIX + "evaluatorFilterWithImports.xml");
Expand Down
2 changes: 0 additions & 2 deletions logback-classic-blackbox/src/test/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@

requires java.logging;

exports ch.qos.logback.classic.blackbox.boolex;

exports ch.qos.logback.classic.blackbox.joran;
exports ch.qos.logback.classic.blackbox.joran.conditional;
exports ch.qos.logback.classic.blackbox.joran.spi;
Expand Down
Loading

0 comments on commit 2cb6d52

Please sign in to comment.