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

Make ShellParams and ExecuteParams aware of the session #385

Merged
merged 1 commit into from
May 6, 2019

Conversation

tpoliaw
Copy link
Contributor

@tpoliaw tpoliaw commented Apr 24, 2019

This allows shell implementations to have access to the session.
Fixes #382

The ShellImpl and ShellCommand already implement SessionAware but the session is never used and is inaccessible. This lets client implementations use the session if required.

This allows shell implementations to have access to the session.
Fixes jline#382
@gnodet gnodet merged commit 860c0d6 into jline:master May 6, 2019
@gnodet gnodet added this to the 3.12.0 milestone Jul 4, 2019
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.

ShellFactoryImpl.ShellImpl ignores the session
2 participants