build(deps): bump the dependencies group with 15 updates
Type: Pull Request
State: Merged
Association: Contributor
Comments: 0
(10 months ago)
(10 months ago)
(10 months ago)
by jknack
dependencies java
Bumps the dependencies group with 15 updates:
| Package | From | To |
|---|---|---|
| com.github.spotbugs:spotbugs-annotations | 4.9.3 |
4.9.4 |
| org.eclipse.jetty:jetty-server | 12.0.23 |
12.0.24 |
| org.eclipse.jetty.websocket:jetty-websocket-core-server | 12.0.23 |
12.0.24 |
| org.eclipse.jetty.websocket:jetty-websocket-jetty-api | 12.0.23 |
12.0.24 |
| org.eclipse.jetty.websocket:jetty-websocket-jetty-server | 12.0.23 |
12.0.24 |
| org.eclipse.jetty.http2:jetty-http2-server | 12.0.23 |
12.0.24 |
| org.eclipse.jetty:jetty-alpn-java-server | 12.0.23 |
12.0.24 |
| org.eclipse.jetty.http2:jetty-http2-client | 12.0.23 |
12.0.24 |
| com.zaxxer:HikariCP | 7.0.0 |
7.0.1 |
| org.assertj:assertj-core | 3.27.3 |
3.27.4 |
| io.lettuce:lettuce-core | 6.7.1.RELEASE |
6.8.0.RELEASE |
| com.puppycrawl.tools:checkstyle | 10.26.1 |
11.0.0 |
| software.amazon.awssdk:bom | 2.32.14 |
2.32.19 |
| org.jline:jline | 3.30.4 |
3.30.5 |
| org.jline:jline-terminal-jna | 3.30.4 |
3.30.5 |
Updates com.github.spotbugs:spotbugs-annotations from 4.9.3 to 4.9.4
Release notes
Sourced from com.github.spotbugs:spotbugs-annotations's releases.
SpotBugs 4.9.4
CHANGELOG
CHECKSUM
file checksum (sha256) note: The checksums were not produced here due to change with gradle 9 when we published. This is subsequently fixed for next releases.
Changelog
Sourced from com.github.spotbugs:spotbugs-annotations's changelog.
4.9.4 - 2025-08-07
Changed
AnnotationMatchercan now ignore bugs if annotation is also applied on methods or fields. Previously only annotations on classes were considered.- Add relevant CWE ids to bugs and refer the CWEs in the bug messages (#3354).
- Replace
LOCAL_VARIABLE_UNKNOWNwith exact method name forNP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE(#3485)Fixed
- Widen main method recognition according to JEP 445. (#3371)
- Do not report
US_USELESS_SUPPRESSION_ON_*on methods, fields, parameters, packages or classes with an*.Generatedannotation with retention >= class (#3350)(#3409)- Rewrite some member in
ResourceValueFrame.javato Enum (#2061)- Ignore non-interpreted text when looking for
FS_BAD_DATE_FORMAT_FLAG_COMBO(#3387)- Fix IllegalArgumentException thrown from
FindNoSideEffectMethodsdetector (#3320)- Do not report
RV_RETURN_VALUE_IGNORED_NO_SIDE_EFFECTwhen part of a MockitodoAnswer(),doCallRealMethod(),doNothing(),doThrow()ordoReturn()call (#3334)- Fix
CT_CONSTRUCTOR_THROWfalse positive with public and private constructors in specific order of methods (#3417)- Fix
AT_NONATOMIC_OPERATIONS_ON_SHARED_VARIABLE,AT_NONATOMIC_64BIT_PRIMITIVEandAT_STALE_THREAD_WRITE_OF_PRIMITIVEFP when the relevant code is in private method, which is only called with proper synchronization (#3428)- Do not report
RV_RETURN_VALUE_IGNORED_NO_SIDE_EFFECTwhen part of a BDDMockito call (#3441)- Fix
AT_NONATOMIC_OPERATIONS_ON_SHARED_VARIABLEwhen field of a local variable is set. (#3459)- Fix
AT_NONATOMIC_OPERATIONS_ON_SHARED_VARIABLEFP when there was no compound operation (#3363)- Fix
NM_FIELD_NAMING_CONVENTIONcrash in the TestASM detector (#3489)- Do not report
UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTORfor fields initialized in JUnit 3/4setUp()method. (#3169)- Fix
US_USELESS_SUPPRESSION_ON_FIELD/UUF_UNUSED_FIELDfalse positive (#3496)- Make the osgi manifest of the annotations jar Java 8 compatible (#3498) (#3500)
TextUICommandLinesupports all options encoded in Eclipse preferences file (#3520)- Unnecessary suppressions fix for records headers (#3471)
- Dead store fix when switch case contains loops (#3530) (#3449)
- Consider PUTFIELD and PUTSTATIC when looking for assertions with side effects (#3463)
- Detect cases when equals() unconditionally returns true or false (#3528)
- Do not report that an Iterator does not throw
NoSuchElementExceptionwhenhasNext()returns true (#3501)- Detect random value cast to int when stored in temporary variable (#3461)
- Look for interfaces default methods when searching uncalled private methods (#1988)
- Fixed field self assignment false positive (#2258)
- Fixed
DMI_INVOKING_TOSTRING_ON_ARRAYon newer JDK (#1147)- Fix
NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUEfalse positive withObjects.requireNonNull(#2965) (#3573)- Track inner classes access methods to correctly report the bugs (#2029)
SF_SWITCH_NO_DEFAULTfalse positive fix (#1148) (#3572)Added
- Added the unnecessary annotation to the
US_USELESS_SUPPRESSION_ON_*messages (#3395)- Multi-threaded code checks can be skipped with
@NotThreadSafe(#3390)- New bug type
CWO_CLOSED_WITHOUT_OPENEDfor locks that might be released without even being acquired. (See SEI CERT rule LCK08-J) (#2055)
- Breaking change: changed values and new items in
ResourceValueFrame.- Inline access method for method. (#3481)
- Added
DMI_MISLEADING_SUBSTRINGfor callingsubString(0)on a StringBuffer/StringBuilder (#1928)Signing
- Signing for Eclipse plugin has been removed at the current time due to signing keys being expired. The expired key produced a warning during install, the same is true without signing.
Commits
014b0eerelease v4.9.40c0f125build: Adjustments to the tag checking788524bprepare for next release44656f0release v4.9.4da2f64dbuild: Make sure check is against origin/master not master0db0852prepare for next release7ecaa15release v4.9.4a2845afbuild: Remove space in curlb433c57build: Disable parallel builds for nowa4e906fbuild: Cleanup release action to correctly work- Additional commits viewable in compare view
Updates org.eclipse.jetty:jetty-server from 12.0.23 to 12.0.24
Updates org.eclipse.jetty.websocket:jetty-websocket-core-server from 12.0.23 to 12.0.24
Updates org.eclipse.jetty.websocket:jetty-websocket-jetty-api from 12.0.23 to 12.0.24
Updates org.eclipse.jetty.websocket:jetty-websocket-jetty-server from 12.0.23 to 12.0.24
Updates org.eclipse.jetty.http2:jetty-http2-server from 12.0.23 to 12.0.24
Updates org.eclipse.jetty:jetty-alpn-java-server from 12.0.23 to 12.0.24
Updates org.eclipse.jetty.http2:jetty-http2-client from 12.0.23 to 12.0.24
Updates org.eclipse.jetty.websocket:jetty-websocket-core-server from 12.0.23 to 12.0.24
Updates com.zaxxer:HikariCP from 7.0.0 to 7.0.1
Changelog
Sourced from com.zaxxer:HikariCP's changelog.
HikariCP Changes
Changes in 7.0.1
merged #2346 fix regression with setSchema behavior
decrease thread yield frequency in ConcurrentBag.requite()
Changes in 7.0.0
merged #2340 NoSuchMethodException error that is thrown when setting a metric registry, fixes to UtilityElf reflection code to use the correct method signature.
fixed #1294 add support for HikariCredentialsProvider class
fixed #2265 bail out of the pool filling loop if the thread is interrupted
Changes in 6.3.2
fixed #2342 restore module-info.class to jar file, which was lost in 6.3.1
fixed #2256 add support for legacy override of getUsername()/getPassword() of HikariDataSource. See project page for documentation of system property com.zaxxer.hikari.legacy.supportUserPassDataSourceOverride.
fixed #2323 right or wrong (wrt driver behavior) return to previous Connection.get/setSchema behavior
fixed #2288 upgrade dependencies and fix build warnings
Changes in 6.3.1
fixed #2315 source jar contains also binary .class files and missing some .java files
fixed #2307 remove improper hardcoded timout, use validationTimeout
fixed #2305 keep properties key and values as is rather than forcing stringification. Also fixes #2286 and #2304
upgraded various maven plugin dependencies to latest versions
Changes in 6.3.0
increase keepaliveTime variance from 10% to 20%
merged #2266 support duration values for configuration from properties, such as 10ms, 20s, 30m, 40h or 50d
merged #2284 align logs from HikariPool.logPoolState()
merged #2285 set default value for maxIdle in HikariConfig constructor (no functional change)
merged #2294 Allow setting String[] and int[] properties (useful for pgjdbc HA configuration)
... (truncated)
Commits
217bcc8[maven-release-plugin] prepare release HikariCP-7.0.129ad2f4update changes logb81bbc9fixes #2323 always reset schema upon connection retrieval (#2346)ee5328ddecrease yield() frequency during direct hand-off attempts1da3a33Update README.md17c4b33Update README.md1053fdfUpdate README.md for v7.0.065afe27[maven-release-plugin] prepare for next development iteration- See full diff in compare view
Updates org.assertj:assertj-core from 3.27.3 to 3.27.4
Release notes
Sourced from org.assertj:assertj-core's releases.
v3.27.4
:no_entry_sign: Deprecated
Core
- Deprecate
org.assertj.core.annotations.Betain favor oforg.assertj.core.annotation.Beta- Deprecate
org.assertj.core.util.CanIgnoreReturnValuein favor oforg.assertj.core.annotation.CanIgnoreReturnValue- Deprecate
org.assertj.core.util.CheckReturnValuein favor oforg.assertj.core.annotation.CheckReturnValue:bug: Bug Fixes
Core
- Fix thread-safety in
AbstractDateAssert#3874:zap: Improvements
- Migrate to the Central Publisher Portal, enable snapshot publishing #3881
Core
- Annotate
failmethods with custom@Contract#3882:heart: Contributors
Thanks to all the contributors who worked on this release:
Commits
7a64cde[maven-release-plugin] prepare release assertj-build-3.27.4feb5f6fAnnotatefailmethods with custom@Contract(#3882)43e8b65Deprecateorg.assertj.core.util.CheckReturnValuein favor of `org.assertj.c...1bf8cd6Deprecateorg.assertj.core.util.CanIgnoreReturnValuein favor of `org.asser...72d08b2Deprecateorg.assertj.core.annotations.Betain favor of `org.assertj.core.a...475c2ebPolishfdc9bc5Skip tests during snapshot publishing8f4a1b5Migrate to the Central Publisher Portal, enable snapshot publishing (#3881)7461b68Fix thread-safety inAbstractDateAssert(#3874)015f095Remove EOL Java 23- Additional commits viewable in compare view
Updates io.lettuce:lettuce-core from 6.7.1.RELEASE to 6.8.0.RELEASE
Release notes
Sourced from io.lettuce:lettuce-core's releases.
6.8.0.RELEASE
The Lettuce team is pleased to announce the Lettuce 6.8.0 minor release!
This release provides support for the newly introduced Redis Query Engine support which was is part of Redis 8.0 and previously - as part of RedisStack. The new operators (
DIFF,DIFF1,ANDORandONE) for theBITOPcommand are also available. The team has worked on extending the contract of theXADDandXTRIMcommands to support trimming policy, and also introduced the newXDELEXandXACKDELcommands.Lettuce 6.8.0 supports Redis 2.6+ up to Redis 8.x. In terms of Java runtime, Lettuce requires at least Java 8 and works with Java 24. The driver is tested against Redis 8.2, Redis 8.0, Redis 7.4 and Redis 7.2.
Find the full changelog at the end of this document. Thanks to all contributors who made Lettuce 6.8.0.RELEASE possible.
📗 Links Reference documentation: https://lettuce.io/core/6.8.0.RELEASE/reference/ Javadoc: https://lettuce.io/core/6.8.0.RELEASE/api/
⭐ New Features Introduce RediSearch by
@tishunin redis/lettuce#3375 Add support for new operations of BITOP command in Redis Community Edition 8.2 by@atakavciin redis/lettuce#3334 Add support for 8.2 stream commands by@uglidein redis/lettuce#3374🐞 Bug Fixes NoClassDefFoundError in Lettuce 6.7.0 #3317 by
@tishunin redis/lettuce#3318💡 Other The instance of the
ObjectMappercan now be reused in theDefaultJsonParserby@thachlpin redis/lettuce#3372 Added basic connection interruption tests by@uglidein redis/lettuce#3292 DOC-4758 async JSON doc examples by@andy-stark-redisin redis/lettuce#3335 Fixed SocketOptions.Builder validation messages by@hubertchylikin redis/lettuce#3366 Refactor tests for clarity and maintainability by@Rian-Ismaelin redis/lettuce#3363 Provide support for the SVS-VMANA index (#3385) by@tishunin redis/lettuce#3386❤️ New Contributors## New Contributors
@hubertchylikmade their first contribution in redis/lettuce#3366Full Changelog: https://github.com/redis/lettuce/compare/6.7.0.RELEASE...6.8.0.RELEASE
Changelog
Sourced from io.lettuce:lettuce-core's changelog.
Lettuce 6.8.0 RELEASE NOTES
The Redis team is delighted to announce the release of Lettuce 6.8.0
Lettuce 6 supports Redis 2.6+ up to Redis 7.x. In terms of Java runtime, Lettuce requires at least Java 8 and works with Java 21.
Thanks to all contributors who made Lettuce 6.8.0 possible.
If you need any support, meet Lettuce at
- GitHub Discussions: https://github.com/lettuce-io/lettuce-core/discussions
- Stack Overflow (Questions): https://stackoverflow.com/questions/tagged/lettuce
- Join the chat at https://discord.gg/redis and look for the "Help:Tools Lettuce" channel
- GitHub Issues (Bug reports, feature requests): https://github.com/lettuce-io/lettuce-core/issues
- Documentation: https://lettuce.io/core/6.8.0.RELEASE/reference/
- Javadoc: https://lettuce.io/core/6.8.0.RELEASE/api/
Commands
- Introduce RediSearch by
@tishunin redis/lettuce#3375- Add support for new operations of BITOP command in Redis Community Edition 8.2 by
@atakavciin redis/lettuce#3334- Add support for 8.2 stream commands by
@uglidein redis/lettuce#3374Enhancements
- N/A
Fixes
- NoClassDefFoundError in Lettuce 6.7.0 #3317 by
@tishunin redis/lettuce#3318Other
- The instance of the
ObjectMappercan now be reused in theDefaultJsonParserby@thachlpin redis/lettuce#3372- Added basic connection interruption tests by
@uglidein redis/lettuce#3292- DOC-4758 async JSON doc examples by
@andy-stark-redisin redis/lettuce#3335- Fixed SocketOptions.Builder validation messages by
@hubertchylikin redis/lettuce#3366- Refactor tests for clarity and maintainability by
@Rian-Ismaelin redis/lettuce#3363- Provide support for the SVS-VMANA index (#3385) by
@tishunin redis/lettuce#3386
Commits
8e6e63dRelease 6.8.0.RELEASE (#3388)5794560reuse-objectmapper-defaultjsonparser (#3372)b789b62Provide support for the SVS-VMANA index (#3385) (#3386)6567f2dIntroduce RediSearch (#3375)6e7bb10Bumping to 8.2-rc2-pre (#3376)2a7d2a4Refactor tests for clarity and maintainability (#3363)85b65f2Fixed SocketOptions.Builder validation messages (#3366)2e4300fAdd support for 8.2 stream commands (#3374)371beb0DOC-4758 async JSON doc examples (#3335)d5eb193Migrate publishing to Maven Central Portal (#3348)- Additional commits viewable in compare view
Updates org.eclipse.jetty.websocket:jetty-websocket-jetty-api from 12.0.23 to 12.0.24
Updates org.eclipse.jetty.websocket:jetty-websocket-jetty-server from 12.0.23 to 12.0.24
Updates org.eclipse.jetty.http2:jetty-http2-server from 12.0.23 to 12.0.24
Updates org.eclipse.jetty:jetty-alpn-java-server from 12.0.23 to 12.0.24
Updates com.puppycrawl.tools:checkstyle from 10.26.1 to 11.0.0
Release notes
Sourced from com.puppycrawl.tools:checkstyle's releases.
checkstyle-11.0.0
Checkstyle 11.0.0 - https://checkstyle.org/releasenotes.html#Release_11.0.0
Breaking backward compatibility:
#13209 - Migrate project to JDK 17 #17321 - Use jdk17 as minimial required
New:
#17366 - FinalParameters - missing several tokens to check
Bug fixes:
#17332 - False positive from JavadocType: Unused
@param tag #8205 - fix all false-negatives about there is no single space between a type annotation and [] or .... for Google Style #17158 - InvalidJavadocPosition false-positive for record compact constructor with package-private accessibility #14291 - Escape sequences in TextBlock, IllegalTokenText module should violate them for Google style #17193 - Google-style: Improper enforcement of horizontal whitespace for double slash//
... (truncated)
Commits
a0745b1[maven-release-plugin] prepare release checkstyle-11.0.07ea982edoc: release notes for 11.0.0bf67badIssue #17269: Changind Docker Script to latest groovy Image1931995Issue #14769: Implemented modifier package structure for IT Regression areacb690d0Issue #14769: Implemented metrics package structure for IT Regression area4869fe5Issue #14769: Implemented javadoc package structure for IT Regression area77bf83eIssue #14769: Implemented indentation package structure for IT Regression area0b012baIssue #14769: Implemented imports package structure for IT Regression area6b0f638Revert "minor: trim whitespaces after regression report comment"ed7df15minor: trim whitespaces after regression report comment- Additional commits viewable in compare view
Updates software.amazon.awssdk:bom from 2.32.14 to 2.32.19
Updates org.jline:jline from 3.30.4 to 3.30.5
Release notes
Sourced from org.jline:jline's releases.
3.30.5
🚀 New features and improvements
- Improve console variable expansion (fixes #1370) (#1371)
@paulk-asert- ConsoleEngineImpl: change method and field visibilities (#1357)
@mattirn- Allow ConsoleEngineImpl subclasses access to VariableReferenceCompleter (#1362)
@paulk-asert- feat: add reusable POSIX commands to builtins module (#1341)
@gnodet- feat: support slurp command to be renamed (#1333)
@paulk-asert- feat: Extend InputRC with method/s to directly read ~/.inputrc & /etc/inputrc (#1297)
@vorburger- Allow system commands to be renamed. (#1334)
@paulk-asert🐛 Bug Fixes
- Fix macOS hang in pipe operations by removing PTY terminal usage (#1382)
@gnodet- enhancement: only compute suggestions in the Nano editor if something… (#1327)
@johnpoth- fix: refactor TerminalProvider methods to use inputEncoding/outputEncoding parameters (#1319)
@gnodet- Fix System.out not working after closing dumb terminal (#1337)
@gnodet📦 Dependency updates
- chore: Bump com.diffplug.spotless:spotless-maven-plugin from 2.45.0 to 2.46.1 (#1364) @dependabot[bot]
- chore: Bump groovy.version from 4.0.27 to 4.0.28 (#1365) @dependabot[bot]
- chore: Bump com.palantir.javaformat:palantir-java-format from 2.72.0 to 2.73.0 (#1369) @dependabot[bot]
- chore: Bump junit.version from 5.13.3 to 5.13.4 (#1363) @dependabot[bot]
- chore: Bump com.palantir.javaformat:palantir-java-format from 2.71.0 to 2.72.0 (#1359) @dependabot[bot]
- chore: Bump com.palantir.javaformat:palantir-java-format from 2.70.0 to 2.71.0 (#1354) @dependabot[bot]
- chore: Bump org.graalvm.sdk:graal-sdk from 24.2.1 to 24.2.2 (#1352) @dependabot[bot]
- chore: Bump com.google.jimfs:jimfs from 1.3.0 to 1.3.1 (#1351) @dependabot[bot]
- chore: Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.6.0 to 3.6.1 (#1355) @dependabot[bot]
- chore: Bump on-headers and compression in /website (#1356) @dependabot[bot]
- chore: Bump com.diffplug.spotless:spotless-maven-plugin from 2.44.5 to 2.45.0 (#1347) @dependabot[bot]
- chore: Bump org.codehaus.gmavenplus:gmavenplus-plugin from 4.2.0 to 4.2.1 (#1346) @dependabot[bot]
- chore: Bump com.palantir.javaformat:palantir-java-format from 2.67.0 to 2.70.0 (#1342) @dependabot[bot]
- chore: Bump junit.version from 5.13.0 to 5.13.3 (#1343) @dependabot[bot]
- chore: Bump org.apache.maven.plugins:maven-clean-plugin from 3.4.1 to 3.5.0 (#1322) @dependabot[bot]
- chore: Bump com.diffplug.spotless:spotless-maven-plugin from 2.44.4 to 2.44.5 (#1315) @dependabot[bot]
- chore: Bump org.codehaus.mojo:build-helper-maven-plugin from 3.6.0 to 3.6.1 (#1326) @dependabot[bot]
- chore: Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.7 to 3.2.8 (#1339) @dependabot[bot]
- chore: Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.5.0 to 3.6.0 (#1340) @dependabot[bot]
- chore: Bump junit.version from 5.12.2 to 5.13.0 (#1321) @dependabot[bot]
- chore: Bump eu.maveniverse.maven.njord:extension from 0.6.2 to 0.7.5 (#1330) @dependabot[bot]
📝 Documentation updates
- docs: Link to Nano Customization from Builtins doc page (#1312)
@vorburger- docs: Add Capability.enter_ca_mode and Capability.exit_ca_mode tip (#1311)
@vorburger- Remove double
docs/docsin edit links on jline.org (fixes #1309) (#1310)@vorburger- Update intro.md (#1332)
@paulk-asert
... (truncated)
Commits
b91a3b3Zero-commit release process (#1335)e2422d7[maven-release-plugin] prepare for next development iterationae95742[maven-release-plugin] prepare release jline-3.30.587bf8b3Fix macOS hang in pipe operations by removing PTY terminal usage (#1382)0ee349cprovide smarter arg parsing #1370 (#1371)0088a70ConsoleEngineImpl: change method and field visibilities (#1357)6152f8bAllow ConsoleEngineImpl subclasses access to VariableReferenceCompleter (#1362)aafaf9cchore: Bump com.diffplug.spotless:spotless-maven-plugin (#1364)ba9f347chore: Bump groovy.version from 4.0.27 to 4.0.28 (#1365)e085017chore: Bump com.palantir.javaformat:palantir-java-format (#1369)- Additional commits viewable in compare view
Updates org.jline:jline-terminal-jna from 3.30.4 to 3.30.5
Release notes
Sourced from org.jline:jline-terminal-jna's releases.
3.30.5
🚀 New features and improvements
- Improve console variable expansion (fixes #1370) (#1371)
@paulk-asert- ConsoleEngineImpl: change method and field visibilities (#1357)
@mattirn- Allow ConsoleEngineImpl subclasses access to VariableReferenceCompleter (#1362)
@paulk-asert- feat: add reusable POSIX commands to builtins module (#1341)
@gnodet- feat: support slurp command to be renamed (#1333)
@paulk-asert- feat: Extend InputRC with method/s to directly read ~/.inputrc & /etc/inputrc (#1297)
@vorburger- Allow system commands to be renamed. (#1334)
@paulk-asert🐛 Bug Fixes
- Fix macOS hang in pipe operations by removing PTY terminal usage (#1382)
@gnodet- enhancement: only compute suggestions in the Nano editor if something… (#1327)
@johnpoth- fix: refactor TerminalProvider methods to use inputEncoding/outputEncoding parameters (#1319)
@gnodet- Fix System.out not working after closing dumb terminal (#1337)
@gnodet📦 Dependency updates
- chore: Bump com.diffplug.spotless:spotless-maven-plugin from 2.45.0 to 2.46.1 (#1364) @dependabot[bot]
- chore: Bump groovy.version from 4.0.27 to 4.0.28 (#1365) @dependabot[bot]
- chore: Bump com.palantir.javaformat:palantir-java-format from 2.72.0 to 2.73.0 (#1369) @dependabot[bot]
- chore: Bump junit.version from 5.13.3 to 5.13.4 (#1363) @dependabot[bot]
- chore: Bump com.palantir.javaformat:palantir-java-format from 2.71.0 to 2.72.0 (#1359) @dependabot[bot]
- chore: Bump com.palantir.javaformat:palantir-java-format from 2.70.0 to 2.71.0 (#1354) @dependabot[bot]
- chore: Bump org.graalvm.sdk:graal-sdk from 24.2.1 to 24.2.2 (#1352) @dependabot[bot]
- chore: Bump com.google.jimfs:jimfs from 1.3.0 to 1.3.1 (#1351) @dependabot[bot]
- chore: Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.6.0 to 3.6.1 (#1355) @dependabot[bot]
- chore: Bump on-headers and compression in /website (#1356) @dependabot[bot]
- chore: Bump com.diffplug.spotless:spotless-maven-plugin from 2.44.5 to 2.45.0 (#1347) @dependabot[bot]
- chore: Bump org.codehaus.gmavenplus:gmavenplus-plugin from 4.2.0 to 4.2.1 (#1346) @dependabot[bot]
- chore: Bump com.palantir.javaformat:palantir-java-format from 2.67.0 to 2.70.0 (#1342) @dependabot[bot]
- chore: Bump junit.version from 5.13.0 to 5.13.3 (#1343) @dependabot[bot]
- chore: Bump org.apache.maven.plugins:maven-clean-plugin from 3.4.1 to 3.5.0 (#1322) @dependabot[bot]
- chore: Bump com.diffplug.spotless:spotless-maven-plugin from 2.44.4 to 2.44.5 (#1315) @dependabot[bot]
- chore: Bump org.codehaus.mojo:build-helper-maven-plugin from 3.6.0 to 3.6.1 (#1326) @dependabot[bot]
- chore: Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.7 to 3.2.8 (#1339) @dependabot[bot]
- chore: Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.5.0 to 3.6.0 (#1340) @dependabot[bot]
- chore: Bump junit.version from 5.12.2 to 5.13.0 (#1321) @dependabot[bot]
- chore: Bump eu.maveniverse.maven.njord:extension from 0.6.2 to 0.7.5 (#1330) @dependabot[bot]
📝 Documentation updates
- docs: Link to Nano Customization from Builtins doc page (#1312)
@vorburger- docs: Add Capability.enter_ca_mode and Capability.exit_ca_mode tip (#1311)
@vorburger- Remove double
docs/docsin edit links on jline.org (fixes #1309) (#1310)@vorburger- Update intro.md (#1332)
@paulk-asert
... (truncated)
Commits
b91a3b3Zero-commit release process (#1335)e2422d7[maven-release-plugin] prepare for next development iterationae95742[maven-release-plugin] prepare release jline-3.30.587bf8b3Fix macOS hang in pipe operations by removing PTY terminal usage (#1382)0ee349cprovide smarter arg parsing #1370 (#1371)0088a70ConsoleEngineImpl: change method and field visibilities (#1357)6152f8bAllow ConsoleEngineImpl subclasses access to VariableReferenceCompleter (#1362)aafaf9cchore: Bump com.diffplug.spotless:spotless-maven-plugin (#1364)ba9f347chore: Bump groovy.version from 4.0.27 to 4.0.28 (#1365)e085017chore: Bump com.palantir.javaformat:palantir-java-format (#1369)- Additional commits viewable in compare view
Updates org.jline:jline-terminal-jna from 3.30.4 to 3.30.5
Release notes
Sourced from org.jline:jline-terminal-jna's releases.
3.30.5
🚀 New features and improvements
- Improve console variable expansion (fixes #1370) (#1371)
@paulk-asert- ConsoleEngineImpl: change method and field visibilities (#1357)
@mattirn- Allow ConsoleEngineImpl subclasses access to VariableReferenceCompleter (#1362)
@paulk-asert- feat: add reusable POSIX commands to builtins module (#1341)
@gnodet- feat: support slurp command to be renamed (#1333)
@paulk-asert- feat: Extend InputRC with method/s to directly read ~/.inputrc & /etc/inputrc (#1297)
@vorburger- Allow system commands to be renamed. (#1334)
@paulk-asert🐛 Bug Fixes
- Fix macOS hang in pipe operations by removing PTY terminal usage (#1382)
@gnodet- enhancement: only compute suggestions in the Nano editor if something… (#1327)
@johnpoth- fix: refactor TerminalProvider methods to use inputEncoding/outputEncoding parameters (#1319)
@gnodet- Fix System.out not working after closing dumb terminal (#1337)
@gnodet📦 Dependency updates
- chore: Bump com.diffplug.spotless:spotless-maven-plugin from 2.45.0 to 2.46.1 (#1364) @dependabot[bot]
- chore: Bump groovy.version from 4.0.27 to 4.0.28 (#1365) @dependabot[bot]
- chore: Bump com.palantir.javaformat:palantir-java-format from 2.72.0 to 2.73.0 (#1369) @dependabot[bot]
- chore: Bump junit.version from 5.13.3 to 5.13.4 (#1363) @dependabot[bot]
- chore: Bump com.palantir.javaformat:palantir-java-format from 2.71.0 to 2.72.0 (#1359) @dependabot[bot]
- chore: Bump com.palantir.javaformat:palantir-java-format from 2.70.0 to 2.71.0 (#1354) @dependabot[bot]
- chore: Bump org.graalvm.sdk:graal-sdk from 24.2.1 to 24.2.2 (#1352) @dependabot[bot]
- chore: Bump com.google.jimfs:jimfs from 1.3.0 to 1.3.1 (#1351) @dependabot[bot]
- chore: Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.6.0 to 3.6.1 (#1355) @dependabot[bot]
- chore: Bump on-headers and compression in /website (#1356) @dependabot[bot]
- chore: Bump com.diffplug.spotless:spotless-maven-plugin from 2.44.5 to 2.45.0 (#1347) @dependabot[bot]
- chore: Bump org.codehaus.gmavenplus:gmavenplus-plugin from 4.2.0 to 4.2.1 (#1346) @dependabot[bot]
- chore: Bump com.palantir.javaformat:palantir-java-format from 2.67.0 to 2.70.0 (#1342) @dependabot[bot]
- chore: Bump junit.version from 5.13.0 to 5.13.3 (#1343) @dependabot[bot]
- chore: Bump org.apache.maven.plugins:maven-clean-plugin from 3.4.1 to 3.5.0 (#1322) @dependabot[bot]
- chore: Bump com.diffplug.spotless:spotless-maven-plugin from 2.44.4 to 2.44.5 (
Pull Request Statistics
Commits:
1Files Changed:
5Additions:
+9Deletions:
-9
Package Dependencies
software.amazon.awssdk:bom
maven
2.32.14 → 2.32.19
Patch
io.lettuce:lettuce-core
maven
6.7.1.RELEASE → 6.8.0.RELEASE
Minor
com.puppycrawl.tools:checkstyle
maven
10.26.1 → 11.0.0
Major
org.assertj:assertj-core
maven
3.27.3 → 3.27.4
Patch
maven
4.9.3 → 4.9.4
Patch
org.eclipse.jetty:jetty-server
maven
12.0.23 → 12.0.24
Patch
org.jline:jline-terminal-jna
maven
3.30.4 → 3.30.5
Patch
maven
12.0.23 → 12.0.24
Patch
maven
12.0.23 → 12.0.24
Patch
maven
12.0.23 → 12.0.24
Patch
maven
12.0.23 → 12.0.24
Patch
maven
12.0.23 → 12.0.24
Patch
maven
12.0.23 → 12.0.24
Patch
Technical Details
| ID: | 4882651 |
| UUID: | 2733923123 |
| Node ID: | PR_kwDOAYRJs86i9Fsz |
| Host: | GitHub |
| Repository: | jooby-project/jooby |
| Merge State: | Unknown |