Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency org.fusesource.jansi:jansi to v2 #12

Merged
merged 1 commit into from
Jun 20, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 20, 2024

This PR contains the following updates:

Package Type Update Change OpenSSF
org.fusesource.jansi:jansi (source) dependencies major 1.11 -> 2.4.1 OpenSSF Scorecard

Release Notes

fusesource/jansi (org.fusesource.jansi:jansi)

v2.4.1

v2.4.0

v2.3.4

v2.3.3

v2.3.2

v2.3.1

  • 753a7f1 Fix completely broken windows code for chdir/setenv

v2.3.0

v2.2.0

v2.1.1

  • 9a84c14 Report the error in the exception, fixes #​183
  • b9348fc Restore binary compatibility with previous versions
  • f5a9b92 add faint to test table
  • 39616d3 make build reproducible

v2.1.0

  • 235b653 256 colors and truecolor support
  • 7dc9c1b Rename AnsiProcessorType to AnsiType
  • 5f87f09 Remove jdk 1.7 specific method, as we're still on jdk 1.6
  • 322c4d9 Move IO implementation classes to a separate package
  • 04d771c Move IO implementation classes to a separate package
  • 2babe3d Pass the console handle directly to the WindowsAnsiProcessor
  • cc7c8d9 Change test into an assertion as mapLibraryName should never return null
  • 63bd892 Improve dynamism so that the ansi mode can be set per stream and after initialization, #​178
  • 8c681e9 Add a (manuel) test
  • 9477b53 Expose a isInstalled() method
  • 8be96cc Fix typo in AnsiProcessor name
  • f43e32b Remove references to old fusesource web site
  • a00711c Avoid possible flushing problems when displaying the logo
  • 9f43faa Avoid hardcoded numbers
  • 23e71d0 Fix test to identify pipes on cygwin/msys, fixes #​179
  • 0926754 Fix ansi stream state after an exception is thrown, fixes #​30
  • c77ec6c Just use a plain random to avoid a dependency on SecureRandom
  • 090132d Movement with cursorUpLine/cursorDownLine don't work on windows, fixes #​140
  • 2e84084 jansi parent dependency upgrade, fixes #​154
  • 8420b9c Ansi should implement java.lang.Appendable, fixes #​168
  • 70adaeb Check values when emitting ansi sequences for cursor movement, fixes #​172
  • 0171ecb Allow the re-initialization of streams, fixes #​178
  • 5ce085b Merge pull request #​177 from MrDOS/improvement/use-freebsd-container-working-directory
  • 816da96 Use the FreeBSD container working directory.
  • 4731663 Fix changelog

v2.0.1

  • 282568f Make sure to include the jansi.properties file in native mode, use regex for libs

v2.0

v1.18

v1.17.1

  • 2a505ba improved javadoc to link to Jansi native
  • 1e0f706 Revert "Fix Thread test to run test in additional threads"
  • 8918099 Fix Thread test to run test in additional threads
  • 8329e31 Update documentation about cursor move
  • 27c99e1 fixed invalid buffer size when copying to PrintStream
  • 0728c6d fixed incorrect implementation in case of ansi.strip
  • 2142202 added explanations on results expected for specific situations
  • 1a77e3c #​119 detect Git bash with TERM=xterm since BASH is not visible
  • abe94bf #​114 prepare 1.17.1 release
  • 73c621f on MSYSTEM=MINGW, only BASH is natively ANSI aware, not Git CMD #​119
  • 48b0be5 improved diagnostic output
  • 68c5810 Javadoc quick fix for warnings and errors
  • e45e466 Synchronization to protect against problems while analyzing Ansi codes resulting from multithreading
  • 0645365 update changelog.md for 1.17 release
  • cd34211 Pass RESET_CODE via filter while closing PrintStream
  • 14b601c prepare Jansi 1.17 site

v1.17

  • 2a505ba improved javadoc to link to Jansi native
  • 1e0f706 Revert "Fix Thread test to run test in additional threads"
  • 8918099 Fix Thread test to run test in additional threads
  • 8329e31 Update documentation about cursor move
  • 27c99e1 fixed invalid buffer size when copying to PrintStream
  • 0728c6d fixed incorrect implementation in case of ansi.strip
  • 2142202 added explanations on results expected for specific situations
  • 1a77e3c #​119 detect Git bash with TERM=xterm since BASH is not visible
  • abe94bf #​114 prepare 1.17.1 release
  • 73c621f on MSYSTEM=MINGW, only BASH is natively ANSI aware, not Git CMD #​119
  • 48b0be5 improved diagnostic output
  • 68c5810 Javadoc quick fix for warnings and errors
  • e45e466 Synchronization to protect against problems while analyzing Ansi codes resulting from multithreading
  • 0645365 update changelog.md for 1.17 release
  • cd34211 Pass RESET_CODE via filter while closing PrintStream
  • 14b601c prepare Jansi 1.17 site

v1.16

  • 65c537c Upgrade to released versions of hawtjni and jansi-native
  • 7746c55 Update changelog.md
  • 90fb161 Update changelog
  • 18368e3 Support insert / delete lines ansi sequences
  • 52fba5a Fix inverted colors
  • ae16025 Add changelog for 1.16
  • 708591c Merge pull request #​81 from hboutemy/reporting
  • 1eb47a7 updated reporting configuration
  • c6830ac Use english locale when converting to lower case
  • 3f72c94 Update changelog.md
  • 8c2902a Upgrade some plugins
  • 36d386d Merge pull request #​82 from hboutemy/javadoc
  • bb3d538 ANSI output stripping does not work if TERM is xterm, fixes #​83
  • 3c82c33 Provide FreeBSD native support by default, fixes #​56
  • e73f297 Make AnsiOutputStream#write synchronized to avoid possible problems
  • 97750d6 Harcode the reset code to avoid having the AnsiOutputStream depending on Ansi, fix typo
  • 228563e Avoid the charset lookup
  • 08e2c4a Correct support for the bright colors on windows
  • e3748a2 improved javadoc
  • dbf2e8c Add a few methods to be able to render code names more easily, fixes #​14
  • 2616142 Fix encoding problem on AnsiConsole.out on windows, fixes #​79
  • a9ceddb Merge pull request #​78 from hboutemy/scm-publish
  • 8824843 Merge pull request #​76 from hboutemy/site-1.15
  • de1c836 use scm-publish plugin to deploy site to gh-pages
  • 4702c58 site enhancements for 1.15 release

v1.15

  • 1e70152 Merge remote-tracking branch 'dblock/readme-colors'
  • a8cda38 Code cleanup
  • 91669be Fix typo
  • 27d9311 Update headers
  • 4864636 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-882
  • 471902d Merge pull request #​72 from Joe-Merten/ExtColors
  • 87da527 Merge branch 'hboutemy-APIdoc'
  • 0acd7e5 fixed API doc generation
  • 99020cc added support for extended colors (xterm 256 and 24 bit rgb)
  • 38a24fa Avoid processCursorDown overflow on Y axis

v1.14

  • eeda18c Merge pull request #​59 from sschuberth/master
  • b84df55 Merge pull request #​65 from jbonofre/NATIVE_FIX
  • 074c23b Deal with UnsatisfiedLinkError: when native lib can't be loaded, jansi can deal with this case.
  • 5a3a670 Make isXterm() also detect xterm-color and friends
  • fad337e 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/master
  • 08fc17a Merge pull request #​52 from hboutemy/master
  • e180ab1 Add the README's example as a separate project
  • 25ed28f Rename isCygwin() to isXterm()
  • a54d2b5 Merge pull request #​54 from ChristianSchulte/master
  • 823ee46 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 NoAnsi
  • 03e7a2a Merge pull request #​51 from jdillon/normalize-formatting
  • 519410f normalize formatting using default idea settings
  • adeb16e Update readme.md
  • 59546ea Update readme.md
  • b9f61a2 Update readme.md

v1.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-SNAPSHOT
  • 5aa64b1 Merge pull request #​46 from DevFactory/release/multiple-code-improvements-fix-1
  • 23afd0e Merge pull request #​15 from garydgregory/better-Ansi
  • 236d35f Merge pull request #​45 from sschuberth/master
  • 1f0e856 Multiple code improvements - squid:SwitchLastCaseIsDefaultCheck, squid:S1197, squid:S1118
  • 65d955b Detect Cygwin, including the MSYS(2) forks
  • 704633f Fix compatibility with jansi 1.11
  • bc4e70a Upgrade to jansi-native 1.6-SNAPSHOT
  • 4a018a5 Export the internal package so that Kernel32 and CLibrary can be used in OSGi
  • 620c446 Fill console attributes when erasing the screen on windows to not leave unwanted backgrounds on the screen
  • bf3b544 Make sure bright colors are not completely ignored on windows
  • c69c78b Fix some javadocs warnings
  • 2400c7a Merge pull request #​35 from udalov/patch-1
  • 0d398a5 Check isatty() separately for stdout and stderr
  • c3b76bc Merge pull request #​26 from ghquant/fix-Ansi-DefaultColors-Windows
  • 5f202de Merge pull request #​20 from tksk/master
  • fc87486 #​10: Fixed broken links in readme file.
  • 239255c #​17: Fixed typos, and @​deprecated methods with typo.
  • 489c4d3 Merge pull request #​21 from jdbernard/master
  • 20a1ebb Merge pull request #​13 from garydgregory/turkish-fix
  • 682f9c3 implemented missing functions to set the default text and background colors on Windows
  • 0d05930 Added additional escape sequences defined in ECMA-48.
  • 2ef5976 support jansi.force property to force ansi escapes
  • 9bab505 Merge pull request #​19 from xuwei-k/patch-1

@renovate renovate bot force-pushed the renovate/org.fusesource.jansi-jansi-2.x branch 2 times, most recently from 6057bbd to d8f5fca Compare June 20, 2024 14:09
@renovate renovate bot force-pushed the renovate/org.fusesource.jansi-jansi-2.x branch from d8f5fca to 667ed0c Compare June 20, 2024 14:16
@stempler stempler merged commit 95053a0 into master Jun 20, 2024
2 checks passed
@stempler stempler deleted the renovate/org.fusesource.jansi-jansi-2.x branch June 20, 2024 14:18
Copy link

we-release bot commented Jun 20, 2024

🎉 This PR is included in version 3.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@we-release we-release bot added the released label Jun 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant