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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to invoke deployment from inside Java program #868

Closed
cowwoc opened this issue Oct 18, 2022 · 3 comments
Closed

Ability to invoke deployment from inside Java program #868

cowwoc opened this issue Oct 18, 2022 · 3 comments
Labels
impact/usability Something that impacts users' ability to use the product easily and intuitively java Pull requests that update Java code kind/enhancement Improvements or new features language/java size/L Estimated effort to complete (up to 10 days).

Comments

@cowwoc
Copy link

cowwoc commented Oct 18, 2022

Hello!

  • Vote on this issue by adding a 馃憤 reaction
  • If you want to implement this feature, comment to let us know (we'll work with you on design, scheduling, etc.)

Similar to pulumi/pulumi#3479 (comment) I think you will run across a lot of resistance if you force people to run their Java scripts from command-line.

For my part, I want to be able to invoke deployments from within a JVM because I want my application to trigger deployment on-demand if its resources are missing at runtime.

@cowwoc cowwoc added kind/enhancement Improvements or new features needs-triage Needs attention from the triage team labels Oct 18, 2022
@RobbieMcKinstry
Copy link
Contributor

Hi @cowwoc

I want to be able to invoke deployments from within a JVM

It sounds like you're asking for Automation API support for Java. With AA, you can programmatically invoke deployments, create stacks, an more -- a lot of what you can do from the command line is also available via AA.

Does this feature sound like it would satisfy your request?

I'm not seeing an existing issue to add AA support for Java, so you might be the first to request it!

@RobbieMcKinstry RobbieMcKinstry added impact/usability Something that impacts users' ability to use the product easily and intuitively size/L Estimated effort to complete (up to 10 days). language/java java Pull requests that update Java code and removed needs-triage Needs attention from the triage team labels Oct 19, 2022
@RobbieMcKinstry
Copy link
Contributor

Aha! A colleague pointed me to an existing issue for AA support for Java: #965

If indeed AA support would satisfy your need, I'll close this as a duplicate. 馃槃

@cowwoc
Copy link
Author

cowwoc commented Oct 20, 2022

Hi @RobbieMcKinstry

Yes, this issue is a duplicate.

@cowwoc cowwoc closed this as completed Oct 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
impact/usability Something that impacts users' ability to use the product easily and intuitively java Pull requests that update Java code kind/enhancement Improvements or new features language/java size/L Estimated effort to complete (up to 10 days).
Projects
None yet
Development

No branches or pull requests

2 participants