fix(deps): update dependency org.fusesource.jansi:jansi to v2 #12
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.11
->2.4.1
Release Notes
fusesource/jansi (org.fusesource.jansi:jansi)
v2.4.1
6630498
Add gnodet's key2f6fc0e
Rebuild binariesdd7d5e2
Fix missing synchronization in AnsiConsolea9dc2a3
Deprecate WindowsSupport6911f21
Modernize code (#267)937ce1c
Fix JVM crash when running java (fixes #216) (#265)7bed2b3
Use verify goal in CI (#271)473d6d2
Fix terminal width support on MINGW (fixes #233) (#264)fa5bea7
Fix rebuilding the projectedd2de9
Send both SCO and DEC command for save/restore cursor position (fixes #226) (#262)d285234
Fix wrong output encoding on Windows with JDK >= 19 (fixes #247) (#258)cdb8d8c
Improve robustness of initial cleanup (fixes #255)c3ac54f
Fix infinite loop bug (#252)58260c6
Fix invalid string input (#253)7bc5862
Disable JDK 8 on CIe29c505
Target JDK 1.8, build with JDK >= 11c817263
Remove @author tags, we have git for that now609a874
Reformatcb5bf77
Use spotless for code formatting6b816c1
Enable JDK 8 for testinga20c74f
Add module-info through moditect (#254)1293ac3
Support windows on ARM, (fixes #238) (#240)5f5f95c
Only increment counter if install successful (#243)80a3799
Add missing space in SunOS-sparcv9_CCFLAGS (#249)00e15cb
Minor cleanup8da0a40
Improve native buildsa2da229
Fix project name (#237)v2.4.0
2cf4461
Fix support for GraalVM native-image, fixes #199d83ab13
Code cleanup3d97645
Improve error reporting when the tmp dir has the noexec flag, fixes #193454d858
Support Mac-arm64 target, fixes #218 (#222)4e5ab5b
Support linux armv6 platform, fixes #201 (#221)98c430a
Change the behavior to fail gracefuly in case the system is not supported, fixes #204cb843bf
Switch to test on LTS versionsae20846
Remove native methods not used by jansi, fixes #2081ab54ca
Add aarch64 support, fix #219b3fe92b
Remove old Win XP need to download something321a8ff
[maven-release-plugin] prepare for next development iteration4e2e6a9
[maven-release-plugin] prepare release jansi-2.3.4ba575ba
Update changelog for release09722b7
Disable colors when running inside emacs without comint, fixes #205e019a75
Add missing colors to AnsiRender, fixes #21301d68f0
Fix Ansi outputting escape sequences when disabled, fixes #2153ba11e9
Avoid possible NPE, fixes #214v2.3.4
09722b7
Disable colors when running inside emacs without comint, fixes #205e019a75
Add missing colors to AnsiRender, fixes #21301d68f0
Fix Ansi outputting escape sequences when disabled, fixes #2153ba11e9
Avoid possible NPE, fixes #214v2.3.3
e4d58d9
Jansi fails to start on Mac arm, fixes #207v2.3.2
629fdaf
Fix sigsegv in chdir / setenvffc9fbb
Add a simple test for CLibrary.setenv/chdir35bd6b5
Add CI build65e93ed
Use correct scm urls, fixes #19786bd1c3
fix Maven Central badgev2.3.1
753a7f1
Fix completely broken windows code for chdir/setenvv2.3.0
6d61a76
Add setenv and chdir methods to the CLibrary, fixes #196abca999
Improve build reproductibility, fixes #192v2.2.0
d8934d8
Output of Jansi is corrupted in cygwin console on Windows 7, fixes #1906ace12e
Remove unused import0b1e2ec
Add a getTerminalWidth method, fixes #1758a27841
Add @since tags on new methodsfaf9331
Bring back the AnsiRenderer, fixes #1840a06ceb
Force removal of unneeded OSGi headers94439a9
Create javadoc for the native methods6097e80
Fix javadoc syntax254ddf2
Fix OSGi exports4a530b1
Merge pull request #188 from romge/apply-method30cd5a9
Update readme.md399473a
Handle SGRs with multiple optionsf8fa335
Mapping negative absolute positions to the first column/row8e1b67b
Generalize cursor movement2f93859
Add Ansi.apply methodd386c6a
configure _reproducible for maven-bundle-plugin #185b8f80e4
update scm tagv2.1.1
9a84c14
Report the error in the exception, fixes #183b9348fc
Restore binary compatibility with previous versionsf5a9b92
add faint to test table39616d3
make build reproduciblev2.1.0
235b653
256 colors and truecolor support7dc9c1b
Rename AnsiProcessorType to AnsiType5f87f09
Remove jdk 1.7 specific method, as we're still on jdk 1.6322c4d9
Move IO implementation classes to a separate package04d771c
Move IO implementation classes to a separate package2babe3d
Pass the console handle directly to the WindowsAnsiProcessorcc7c8d9
Change test into an assertion as mapLibraryName should never return null63bd892
Improve dynamism so that the ansi mode can be set per stream and after initialization, #1788c681e9
Add a (manuel) test9477b53
Expose a isInstalled() method8be96cc
Fix typo in AnsiProcessor namef43e32b
Remove references to old fusesource web sitea00711c
Avoid possible flushing problems when displaying the logo9f43faa
Avoid hardcoded numbers23e71d0
Fix test to identify pipes on cygwin/msys, fixes #1790926754
Fix ansi stream state after an exception is thrown, fixes #30c77ec6c
Just use a plain random to avoid a dependency on SecureRandom090132d
Movement with cursorUpLine/cursorDownLine don't work on windows, fixes #1402e84084
jansi parent dependency upgrade, fixes #1548420b9c
Ansi should implement java.lang.Appendable, fixes #16870adaeb
Check values when emitting ansi sequences for cursor movement, fixes #1720171ecb
Allow the re-initialization of streams, fixes #1785ce085b
Merge pull request #177 from MrDOS/improvement/use-freebsd-container-working-directory816da96
Use the FreeBSD container working directory.4731663
Fix changelogv2.0.1
282568f
Make sure to include the jansi.properties file in native mode, use regex for libsv2.0
d8934d8
Output of Jansi is corrupted in cygwin console on Windows 7, fixes #1906ace12e
Remove unused import0b1e2ec
Add a getTerminalWidth method, fixes #1758a27841
Add @since tags on new methodsfaf9331
Bring back the AnsiRenderer, fixes #1840a06ceb
Force removal of unneeded OSGi headers94439a9
Create javadoc for the native methods6097e80
Fix javadoc syntax254ddf2
Fix OSGi exports4a530b1
Merge pull request #188 from romge/apply-method30cd5a9
Update readme.md399473a
Handle SGRs with multiple optionsf8fa335
Mapping negative absolute positions to the first column/row8e1b67b
Generalize cursor movement2f93859
Add Ansi.apply methodd386c6a
configure _reproducible for maven-bundle-plugin #185b8f80e4
update scm tagv1.18
d52d37d
Switch to hawtjni 1.17bbd72d6
Fix error messages, #1343101eeb
Provide an alternative way to get jansi version5a5e8cb
#130 added Automatic-Module-Name to manifest for Java 9 auto-module1c4b015
Merge branch 'master' of https://github.com/fusesource/jansi.git70ff98d
switch to 1.18-SNAPSHOT # Conflicts: # example/pom.xml # jansi/pom.xml # pom.xmld5f60ed
updated changelog for 1.17.1 release44b1ebf
added Maven central iconb1ef765
#98 added link to HawtJNI Runtime Library class documentation0507042
fixed compiler warning7ae726d
improved javadoc272f395
added details on redirection to a filee2ac629
#124 detect console handle from stderr separately from stdout3a9c8fb
switch to 1.18-SNAPSHOTbca4c36
updated changelog for 1.17.1 releaseb602f13
added Maven central icona463253
#98 added link to HawtJNI Runtime Library class documentation6af32f4
fixed compiler warning49e8293
improved javadoc3302b8f
added details on redirection to a file9338527
#124 detect console handle from stderr separately from stdoutv1.17.1
2a505ba
improved javadoc to link to Jansi native1e0f706
Revert "Fix Thread test to run test in additional threads"8918099
Fix Thread test to run test in additional threads8329e31
Update documentation about cursor move27c99e1
fixed invalid buffer size when copying to PrintStream0728c6d
fixed incorrect implementation in case of ansi.strip2142202
added explanations on results expected for specific situations1a77e3c
#119 detect Git bash with TERM=xterm since BASH is not visibleabe94bf
#114 prepare 1.17.1 release73c621f
on MSYSTEM=MINGW, only BASH is natively ANSI aware, not Git CMD #11948b0be5
improved diagnostic output68c5810
Javadoc quick fix for warnings and errorse45e466
Synchronization to protect against problems while analyzing Ansi codes resulting from multithreading0645365
update changelog.md for 1.17 releasecd34211
Pass RESET_CODE via filter while closing PrintStream14b601c
prepare Jansi 1.17 sitev1.17
2a505ba
improved javadoc to link to Jansi native1e0f706
Revert "Fix Thread test to run test in additional threads"8918099
Fix Thread test to run test in additional threads8329e31
Update documentation about cursor move27c99e1
fixed invalid buffer size when copying to PrintStream0728c6d
fixed incorrect implementation in case of ansi.strip2142202
added explanations on results expected for specific situations1a77e3c
#119 detect Git bash with TERM=xterm since BASH is not visibleabe94bf
#114 prepare 1.17.1 release73c621f
on MSYSTEM=MINGW, only BASH is natively ANSI aware, not Git CMD #11948b0be5
improved diagnostic output68c5810
Javadoc quick fix for warnings and errorse45e466
Synchronization to protect against problems while analyzing Ansi codes resulting from multithreading0645365
update changelog.md for 1.17 releasecd34211
Pass RESET_CODE via filter while closing PrintStream14b601c
prepare Jansi 1.17 sitev1.16
65c537c
Upgrade to released versions of hawtjni and jansi-native7746c55
Update changelog.md90fb161
Update changelog18368e3
Support insert / delete lines ansi sequences52fba5a
Fix inverted colorsae16025
Add changelog for 1.16708591c
Merge pull request #81 from hboutemy/reporting1eb47a7
updated reporting configurationc6830ac
Use english locale when converting to lower case3f72c94
Update changelog.md8c2902a
Upgrade some plugins36d386d
Merge pull request #82 from hboutemy/javadocbb3d538
ANSI output stripping does not work if TERM is xterm, fixes #833c82c33
Provide FreeBSD native support by default, fixes #56e73f297
Make AnsiOutputStream#write synchronized to avoid possible problems97750d6
Harcode the reset code to avoid having the AnsiOutputStream depending on Ansi, fix typo228563e
Avoid the charset lookup08e2c4a
Correct support for the bright colors on windowse3748a2
improved javadocdbf2e8c
Add a few methods to be able to render code names more easily, fixes #142616142
Fix encoding problem on AnsiConsole.out on windows, fixes #79a9ceddb
Merge pull request #78 from hboutemy/scm-publish8824843
Merge pull request #76 from hboutemy/site-1.15de1c836
use scm-publish plugin to deploy site to gh-pages4702c58
site enhancements for 1.15 releasev1.15
1e70152
Merge remote-tracking branch 'dblock/readme-colors'a8cda38
Code cleanup91669be
Fix typo27d9311
Update headers4864636
Make method public and don't make statement unnecessarily nested within else clause.fd67379
Refactor org.fusesource.jansi.AnsiRenderer.render(String) into a new method org.fusesource.jansi.AnsiRenderer.render(String, Appendable). I want to use this from Log4j.fd83740
Merge pull request #70 from lacasseio/gradle-issue-882471902d
Merge pull request #72 from Joe-Merten/ExtColors87da527
Merge branch 'hboutemy-APIdoc'0acd7e5
fixed API doc generation99020cc
added support for extended colors (xterm 256 and 24 bit rgb)38a24fa
AvoidprocessCursorDown
overflow on Y axisv1.14
eeda18c
Merge pull request #59 from sschuberth/masterb84df55
Merge pull request #65 from jbonofre/NATIVE_FIX074c23b
Deal with UnsatisfiedLinkError: when native lib can't be loaded, jansi can deal with this case.5a3a670
Make isXterm() also detect xterm-color and friendsfad337e
Improve fix for issue #55. If we can't load that natives for any reason, fallback to better defaults.v1.13
a7ec77c
Updating website bits.55c3817
Merge pull request #50 from sschuberth/master08fc17a
Merge pull request #52 from hboutemy/mastere180ab1
Add the README's example as a separate project25ed28f
Rename isCygwin() to isXterm()a54d2b5
Merge pull request #54 from ChristianSchulte/master823ee46
java.lang.UnsatisfiedLinkError: Could not load library. Reasons: [no jansi64-1.12 in java.library.path, no jansi-1.12 in java.library.path, no jansi in java.library.path]affe709
make ansi(int) and ansi(StringBuilder) static methods consistent with ansi(), ie support NoAnsi03e7a2a
Merge pull request #51 from jdillon/normalize-formatting519410f
normalize formatting using default idea settingsadeb16e
Update readme.md59546ea
Update readme.mdb9f61a2
Update readme.mdv1.12
5d4eb66
Fixing dep id.3949775
Update parent pom.ec777e7
Switch to released jansi-native artifacts.5dcfc1a
Update to use new style of native artifacts.a7a0120
Switching to sonatype mvn repo.daff2c9
Build against jansi-native 1.6-SNAPSHOT5aa64b1
Merge pull request #46 from DevFactory/release/multiple-code-improvements-fix-123afd0e
Merge pull request #15 from garydgregory/better-Ansi236d35f
Merge pull request #45 from sschuberth/master1f0e856
Multiple code improvements - squid:SwitchLastCaseIsDefaultCheck, squid:S1197, squid:S111865d955b
Detect Cygwin, including the MSYS(2) forks704633f
Fix compatibility with jansi 1.11bc4e70a
Upgrade to jansi-native 1.6-SNAPSHOT4a018a5
Export the internal package so that Kernel32 and CLibrary can be used in OSGi620c446
Fill console attributes when erasing the screen on windows to not leave unwanted backgrounds on the screenbf3b544
Make sure bright colors are not completely ignored on windowsc69c78b
Fix some javadocs warnings2400c7a
Merge pull request #35 from udalov/patch-10d398a5
Check isatty() separately for stdout and stderrc3b76bc
Merge pull request #26 from ghquant/fix-Ansi-DefaultColors-Windows5f202de
Merge pull request #20 from tksk/masterfc87486
#10: Fixed broken links in readme file.239255c
#17: Fixed typos, and @deprecated methods with typo.489c4d3
Merge pull request #21 from jdbernard/master20a1ebb
Merge pull request #13 from garydgregory/turkish-fix682f9c3
implemented missing functions to set the default text and background colors on Windows0d05930
Added additional escape sequences defined in ECMA-48.2ef5976
support jansi.force property to force ansi escapes9bab505
Merge pull request #19 from xuwei-k/patch-1