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:
^10.29.3
->10.30.0
^10.29.3
->10.30.0
^10.29.3
->10.30.0
^10.29.3
->10.30.0
^10.29.3
->10.30.0
^10.29.3
->10.30.0
^10.29.3
->10.30.0
3.0.1
->3.0.2
2.8.0
->2.8.7
7.1
->7.1.1
1.17.1-37.0.8_mapped_official_1.17.1_at_14c2915d0524c32802debb3c2a52388b00ef6ec3
->1.17.1-37.0.8
1.1.3
->1.1.4
4.9.1
->4.9.2
3.8.1
->3.12.0
3.6.3
->3.8.1
3.12.1
->3.20.0
3.12.1
->3.20.0
15.1.1
->15.3
9.1
->9.2
9.1
->9.2
9.1
->9.2
9.1
->9.2
9.1
->9.2
Release Notes
intuit/auto
v10.30.0
Compare Source
🎉 This release contains work from a new contributor! 🎉
Thank you, Cameron Yick (@hydrosquall), for all your work!
🚀 Enhancement
@auto-it/npm
Authors: 1
google/gson
v2.8.7
ISO8601UtilsTest
failing on systems with UTC+X.JsonStreamParser
.IllegalStateException
inJsonTreeWriter
(#1592).JsonArray.isEmpty()
(#1640).v2.8.6
2019-10-04 GitHub Diff
JsonParser.parseString
andJsonParser.parseReader
and deprecated instance methodJsonParser.parse
v2.8.5
2018-05-21 GitHub Diff
utils.VersionUtils
class tointernal.JavaVersion
. This is a potential backward incompatible change from 2.8.4v2.8.4
2018-05-01 GitHub Diff
LOWER_CASE_WITH_DOTS
that mapps JSON namesomeFieldName
tosome.field.name
sun.misc.Unsafe
v2.8.3
2018-04-27 GitHub Diff
GsonBuilder.newBuilder()
that clones the current builderv2.8.2
2017-09-19 GitHub Diff
JsonElement.deepCopy()
v2.8.1
2017-05-30 GitHub Diff
JsonObject.keySet()
@JsonAdapter
annotation can now useJsonSerializer
andJsonDeserializer
as well.gradle/gradle
v7.1.1
This is a patch release for Gradle 7.1.
It fixes the following issues:
We recommend users upgrade to 7.1.1 instead of 7.1.
Upgrade Instructions
Switch your build to use Gradle 7.1.1 by updating your wrapper:
See the Gradle 7.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading to Gradle 7.1.1.
Reporting Problems
If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.
antlr/antlr4
v4.9.2
Compare Source
Issues fixed
Improvements, features
Moved away from travis-ci.com.
Pull requests grouped by target
csharp target
cpp target
javascript target
python2 target
python3 target
swift target
Contributors
jline/jline3
v3.20.0
8ed2b9a6
Command 'slurp --format=TEXT ' reads file lines to ArrayList8041ffcd
Groovy REPL: fix source file package tab completion in Windows049d24a3
ArgDesc: add validity check for argument name, #6655f2497dd
SystemHighlighter: highlight command options file values53cd0c03
Fix option value parsing in Groovy classloader command278fac94
Upgrade Groovy to 3.0.88e9fc369
Upgrade JNA to 5.8.0fac777f5
Upgrade Jansi to 2.3.239ac1bbe
Revert "JrtJavaBasePackages: before class search check that package exists"e9563d97
PrintAboveWriter fix the last new line test7c697ebf
add aPrintAboveWriter
which buffers input until a newline is reached, and then forwards to LineReader'sprintAbove()
method943abe0f
Fix PumpReader.read(CharBuffer) not being synchronized6d696428
Add a color field on the TerminalBuilder to control the dumb terminala3bf295e
Groovy REPL: option '--add JAR' to classloader command, step IIadbf0242
REPL demo: remove multiline comment syntax from groovy.nanorc. Start comment char sequence breaks commandline highlight.ead6de89
Groovy REPL: option '--add JAR' to classloader command5be0e7c3
SystemRegistry: change trace(Exception) to trace(Throwable)1d9bb288
Groovy REPL: improve package completion performance, step IId22e9b36
Groovy REPL: fixed command 'inspect --info [object]'273ac1e9
JrtJavaBasePackages: before class search check that package exists4da3433f
Groovy REPL: add completion group Classes427fbadf
Groovy REPL: add option syntheticMethodsCompletion7df36e38
Groovy REPL: add inner class completion8daf2917
Groovy REPL: improve package completion performance8dc496fb
Groovy REPL: method tab completion fails complete obj. super class methods8f092569
Groovy REPL: purge dynamically created Script classes from classloader cache & add groovy command classloader169f9cff
DefaultPrinter: map print enable option for keys selection92a63e14
Groovy REPL: manage tab completions of dynamically loaded jars54c7862d
groovy Utils.toMap() manage GroovyCastException58d233a9
DefaultPrinter: improve table columns selection513e6fd4
Groovy REPL: add tab completions to classes that are created in REPL9d05f0ae
Groovy REPL: add support for Groovy traits70e8dee8
Groovy REPL: added regex test for import command & reviewed class load pattern706e0268
Groovy REPL handle imports when load classes from sources, #6646567d4bf
Groovy REPL: complete get meta methods also as identifiers6ffcadf4
Groovy REPL does not load classes from groovy sources, fixes #664eb1199ec
Groovy REPL demo erroneously can complete groovy statements in shell command, fixes #6636b511041
Repl demo: fix shell command error message95784185
SystemHighlighter: fix Repl demo shell command highlight4e18cc6c
SystemRegistryImpl: change some fields visibilities to simplify class extensions8e66a60f
Highlighter impl.: change some fields visibilities to simplify classes extensions3320df5f
SystemHighlighter: use LS_COLORS rules to highlight command file args91c205bf
Command prnt style option does not work, fixes #661d22d576c
Add ColonCommandCompletionTest, #654620b187d
Unable to directly handle unknown commands in console, fixes #653289d339b
AbstractTerminal: if type null assign fallback terminal type value (ansi), #651774e890d
CamelCase matcher: improve completion performance, fixes #65018b350eb
CompletionMatcherImpl: adjust matcher functions execution order1edf3111
Fix case insensitive typo matchinge103debb
PRNT_OPTIONS: add option valueStyleAll6ed371c9
SystemRegistryImpl: highlight customization improvement0d63afbe
Make DefaultPrinter extendable so that it can be used without SystemRegistry, #6382aeff8eb
A few fixes in org.jline.example.Console18b4b4b0
Merge pull request #646 from retronym/topic/typo-matcher-disableb1e83bb5
Add option to disable typo completion matcherc232acdd
TailTipWidgets throws IndexOutOfBoundsException when descriptionSize=0, fixes #64531da519a
Fix wrong call with negative argumentbcdd8ef9
Make emacs(Backward|Forward)Word aliases to forwardWord/forwardWord, add tests, fixes #644859bc82a
Groovy REPL: string variable assignment tab complete with current value, step II913862f9
After JLine has trimmed history history-search-backward widget does not work well, fixes #64391d2e331
JLine history file seems to grow without limit, fixes #642b0923666
DefaultHistory: a few small improvements6c3cfb7f
Command colors: add option --ansistylescc874f78
Builtin Styles: make style(string) public & refactoring9a73dac9
Groovy REPL: string variable assignment tab complete with current value74a41fbd
Use new 24bit support when parsing ANSI sequences68b68cfd
Merge branch 'hboutemy-reproducible'043a4329
Merge branch 'reproducible' of https://github.com/hboutemy/jline3 into hboutemy-reproduciblev3.19.0
4ba4649e
CompletionMatcherImpl: add max search time for camelMatch()ac4cdc18
Fix non-synchronized access to handlers mapcc094c7b
Command colors: fix rounding errors in hue to r,g,b conversionc159895f
FilesCompleter: add constructor parameter namePatterna2e21b65
FilesCompleter & DirectoriesCompleter: removed boolean constructor parameter forceSlash, see #4769a497186
DefaultHistory.matchPatterns is broken, fixes #6355d4add13
Add Javadoc for a few LineReader's completion options and variables9e0916fc
CompletionMatcherImpl: skip camelMatch if word contains too many uppercase letters2c536817
CompletionMatcherImpl: if completing word contains '=' start camel matching after it67667099
Command colors -view: option values create a zoomed tabled235e11c
Command colors: improve HSL calculation2a95d381
DefaultPrinter: improve reporting of bad option values977550be
DefaultPrinter: use method columnSubSequence() to truncate long lines and values59d7e699
Command colors: hue angle can be used as option --view value644ffbe5
Command colors: add option --view014296de
Command prnt: renamed option --delimiter to --border2d42d398
Command prnt: add option --rowHighlight0c231732
Command prnt: add option --delimiter and improve table header highlightb9dbc010
Allow to set only bg color name in *_COLORS variable5489815b
Colors values can be used in nanorc and *_COLORS variables1162c8a0
Fix AttributedStyle calculations for true colors, fixes #3050944af4e
Repl demo: add script to test true colors43662052
Ubuntu xterm supports the 24bit color sequences but JLine uses only 256 color palette, fixes #633ae2ff29d
AttributedStyle: fixed method backgroundRgb()cadefd5e
AttributedStyle.toAnsi(): fixed StringIndexOutOfBoundsException55589241
StyleResolver: fixed default rgb style 'bg-rgb:default'c029c9e6
Command colors: add option --rgbd3dc71f3
Repl demo: cleanup custom commandsd68a3d83
CompletionMatcher: do not allow errors when used in completion menu14fd4f9f
StyleCompiler.getStyle(): do not throw exception if style reference not foundf36c685b
Command doc: improved exceptions79b9febf
Command colors: add option --lock to lock fore/background colora27bcd1b
Named styles and colors can be used in variables LS_COLORS, HELP_COLORS and PRNT_COLORSe1c75ce3
NanorcParser: add nano color name extensions and use StyleResolver785c06ae
Groovy REPL: do not save HelpException to console variable82b7c38c
Command colors: add option --find2ec403f7
JLine3 should not allow building a system terminal if input or output is not a ttya6e31a18
Use CompletionMatcher also in menu89d4ec49
Command colors: reformatting name table, step II12dc013e
Groovy-REPL: support for camel-cased, acronym-style completion8422cfeb
Command colors: reformatting name tablef163d405
Add CompletionMatcher in order to allow customize completion matchers28868afe
SystemRegistryImpl: reset captured command output in REPL-loop9e1a5305
Command colors: change angle brackets and add option -s to view 16-color tableb53835aa
Redirecting input from file to app fails when using CONEMU with Jansi, fixes #298f0a4adf9
Option group-persist: keep also group names on menu-list58c0b38c
Apply completion background styles to the entire completion table/list celleb86dc76
fix JLine variable name value of COMPLETION_STYLE_LIST_BACKGROUND6d87f7b4
colors command: reformatting color tableb602f924
SystemRegistryImpl: fixed NPEb470ba1b
ctrl-k, ctrl-u clean line however does nothing with tips from tailtipwidget, fixes #62334efd44f
Builtins: add command colors to view 256-color tablev3.18.0
e567eb70
Remove transitive dependency on the jline bundle6168d2b7
Avoid javadoc warnings and do not generate javadoc for demosbe78b98b
Upgrade to Jansi 2.1.0a6707274
Upgrade plugins to recente releasesf4dd7a88
Move javadoc generation into a separate profile (active by default)717fad86
Allow disabling the jline bundle module8ff1e1d3
Support terminal palette, fixes #620e2b6f97e
Support for 24-bit colours, fixes #619c20b1338
Remove duplicate semicolon29d72f81
Use style resolver to resolve completion styles, fixes #617b07a7cf1
Fix wrong indentation99e130d6
Fix some tput limitationsb77a0a8a
Inline completion re-sorts while tabbing when using groups, fixes #6189d4a53b2
Bump Groovy to 3.0.7d185f726
Add variable menu-list-max and sort candidates in menu-list538b7fa8
Option group-persist: after double tab keep candidates grouped, fixes #613329768ca
Graal demo: fix resolved demo target pathec1115df
Failed to build JLine Graal demo: NoClassDefFoundError, fixes #61554218bc3
Nanorc parser: align with GNU nano version 582ca0f05
Nanorc parser: replace Posix char class regexes with Java regexes172644f4
Nano highlighter xml highlighting differs considerable from GNU nano highlight, fixes #61430860bc5
nano/less ignore quietly PatternSyntaxException when using system installed nanorc files, fixes #609764a6a6a
Less fails with PatternSyntaxException #609b1a17cbc
SystemHighlighter highlight command aliases as commands0e5d510e
SystemHighlighter fixed NPE924d8ff3
Builtins Commands.less(): add configPath parametera2281234
Secondary prompt: fix padding when primary prompt has line breaksa47ccc80
Jline completion has logic issues with terminal and prompt widths (StringIndexOutOfBoundsException), fixes #6041a767236
Document how I/O error in LineReader.readLine is reported, fixes #608ca381eec
Groovy REPL: highlight command and groovy language syntaxbb5e85af
Display command is incorrect when use here document, fixes #6070ba7e813
edit-and-execute widget: set BRACKETED_PASTE_OFF before editing23034dbf
SystemRegistryImpl: fixed IndexOutOfBoundsExceptiond66e7349
DefaultParser: fixed default variable regexeb3e07c8
SystemRegistryImpl: method consoleEngine() is now public6580789c
Keep argument sorting in large argument list when formatting candidates for terminal into multiple columnsd92701d4
Auto suggestion error when type "\" character, fixes #602495b534a
ConsoleEngineImpl: exclude pipe name aliases from command completiondf991872
Show auto-suggestions when the reader starts reading, fixes #598ea6dd89c
Autosuggestion choices are not refreshed after tab, fixes #5452e6638cb
Widgets: added widget name public constantsa015a5df
JLine option AUTO_MENU_LIST: bug fix for candidate list start position calculationa5686ab1
JLine option AUTO_MENU_LIST: candidate list is wrongly positioned, fixes #600ea8d0d3b
SystemRegistryImpl: refactoring command output redirection40c4d324
Add completion candidate suffix test, #425404565b2
Dumb terminal when piping input to console app disallows ANSI formatting, fixes #299fe1f2717
Windows gitbash: JLine will create dumb terminal if JNA lib is in classpath, fixes #5991c9f16df
JNA/Jansi isWindowsConsole() method return true only if both input and output streams are connected to a terminal542bfb64
Ignore BRACKETED_PASTE if dumb terminal1d7fb07f
Windows CMD, redirecting input using JLine with Jansi fails, fixes #5973f399ace
readLine() ignores any text in the buffer when OEF is reached, fixes #298v3.17.1
437e7f43
Upgrade to jansi 2.0.115cf3895
Add native resource information9e5728c1
Fix unit testd609de12
Fix console hangup on windows in combination with jansi after typing one charv3.17.0
4dc7d445
Upgrade to jansi 2.004556a57
Remove unused import57aa5e1a
Remove the getConsoleOutputCP on the AbstractWindowsTerminal299d0e91
Add select-option in Example, #592ea98b90f
ConsoleEngineImpl doc command: check that the page exists before launching browserConfiguration
📅 Schedule: "every weekend" (UTC).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by WhiteSource Renovate. View repository job log here.