Skip to content

Update dependencies including jsch to version 2.28.2#1851

Merged
nmaguiar merged 12 commits into
masterfrom
t8
Jun 4, 2026
Merged

Update dependencies including jsch to version 2.28.2#1851
nmaguiar merged 12 commits into
masterfrom
t8

Conversation

@nmaguiar

@nmaguiar nmaguiar commented Jun 4, 2026

Copy link
Copy Markdown
Collaborator

This pull request changes how arguments are checked in two shell completion scripts, replacing specific pattern-matching logic with a simplified equality check. In completion_oaf.sh, the check for the last argument is replaced with a check for an empty string. In completion_oafp.sh, many pattern-matching checks for specific argument prefixes are replaced with a check for the string "}}}", which may be a placeholder or a bug.

The most important changes are:

Argument checking logic:

  • In completion_oaf.sh, the script now checks for an empty string argument ("") instead of specifically checking if the current argument is the last one in the list.

Pattern matching changes in argument parsing:

  • In completion_oafp.sh, all pattern-matching checks that previously detected argument prefixes (e.g., ${arg#prefix}) are replaced with a simple check if the argument does not equal "}}}". This affects a large number of option checks for both input and output arguments, potentially breaking or altering their behavior.

dependabot Bot and others added 12 commits May 16, 2026 15:49
Bumps [com.github.mwiede:jsch](https://github.com/mwiede/jsch) from 2.28.1 to 2.28.2.
- [Release notes](https://github.com/mwiede/jsch/releases)
- [Changelog](https://github.com/mwiede/jsch/blob/master/ChangeLog)
- [Commits](mwiede/jsch@jsch-2.28.1...jsch-2.28.2)

---
updated-dependencies:
- dependency-name: com.github.mwiede:jsch
  dependency-version: 2.28.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…wiede-jsch-2.28.1

chore(deps): bump com.github.mwiede:jsch from 2.28.1 to 2.28.2
- Update commons-io to 2.22.0
- Update commons-net to 3.13.0
- Update gson to 2.14.0
- Update jackson-core, jackson-databind, and jackson-dataformat-toml to 2.21.3
- Update ojdbc17 to 23.26.2.0.0
- Add pom-check.oafp.yaml for dependency update checks
Update the SQL query to only select dependencies where update is true and move the ctable output to a separate pipe stage for better clarity.
Add provider-specific prompt caching support in `owrap.ai.js` (OpenAI + Anthropic)
Implement caching for the remote opack package descriptions using  with a configurable TTL via __flags.OPACK_REMOTE_DB_CACHE_TTL.
Replace complex parameter expansion checks with simpler string comparisons in completion_oaf.sh, completion_oafp.sh, and completion_opack.sh to improve reliability and maintainability of argument detection.
Update dnsjava dependency version from 3.6.4 to 3.6.5 in pom.xml, pom.json, and the corresponding library jar.
Temporarily replace inline code blocks with placeholders before applying the HTML filter to ensure that literal XML/HTML samples within fenced code blocks are preserved.
@nmaguiar nmaguiar merged commit 53cab63 into master Jun 4, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant