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

Allow Main to boot with extra bindings #50

Merged
merged 1 commit into from
Feb 3, 2022
Merged

Allow Main to boot with extra bindings #50

merged 1 commit into from
Feb 3, 2022

Conversation

bentmann
Copy link
Contributor

@bentmann bentmann commented Feb 3, 2022

In several cases it would be convenient to be able to do Main.boot(MyApp.class, args, myBindings).run() for a CLI app, i.e. provide additional bindings for the application. This adds the necessary utilities to do so.

Copy link
Contributor

@mcculls mcculls left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@mcculls mcculls merged commit 7d2a723 into eclipse-sisu:master Feb 3, 2022
@bentmann bentmann deleted the boot-extra-bindings branch February 3, 2022 20:17
@bentmann
Copy link
Contributor Author

bentmann commented Feb 3, 2022

Thanks!

cstamas pushed a commit that referenced this pull request May 17, 2024
Update actions to v4 (NodeJS 20 based)
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.

2 participants