Skip to content

Commit bb1ea29

Browse files
committed
Used jansi to remove escape sequences
Added new Jansi version and modified the code as per the new version Refined escape sequence handling by adding a storage buffer which returns the data stored in the orignal buffer stream Added checks for Buffers to avoid OOM error and removed redundant test cases Fixed the stoageBuffer issue. Only the latest 20kb is returned.Also added reset() method
1 parent 2f94fb7 commit bb1ea29

3 files changed

Lines changed: 197 additions & 481 deletions

File tree

qDup-core/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,11 @@
5757
<artifactId>commons-cli</artifactId>
5858
<version>1.4</version>
5959
</dependency>
60+
<dependency>
61+
<groupId>org.jline</groupId>
62+
<artifactId>jansi</artifactId>
63+
<version>3.30.6</version>
64+
</dependency>
6065
<dependency>
6166
<groupId>org.apache.httpcomponents</groupId>
6267
<artifactId>httpclient</artifactId>
@@ -102,6 +107,7 @@
102107
<artifactId>junit</artifactId>
103108
<scope>test</scope>
104109
</dependency>
110+
105111
</dependencies>
106112
<build>
107113
<plugins>

0 commit comments

Comments
 (0)