Update dependency org.fusesource.jansi:jansi to v2 #13805
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.18
->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 tagConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.