Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

feature: update to cloud v2 #334

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

feature: update to cloud v2 #334

wants to merge 1 commit into from

Conversation

Citymonstret
Copy link
Member

@Citymonstret Citymonstret commented Dec 8, 2023

This is still a W.I.P. as Cloud v2 is nowhere near ready to be released. There are no up-to-date builds in the OSS repository, so this currently relies on the local Maven repository.

Changes:

  • @Argument is not needed when the parameter name is the same as the argument name.
  • The input queues have been replaced with CommandInput.
  • Suggestions can return streams so we do not need to manually collect before returning.
  • There is a new exception handling system that reduces the amount of casting and unwrapping we have to do.
  • Meta keys no longer exist and have been replaced by CloudKey.

Do we want to use suggestions with tooltips? Can we convey meaningful information through the tooltips?

@github-actions github-actions bot added the Feature This PR adds a new feature label Dec 8, 2023
@Citymonstret Citymonstret force-pushed the feature/cloud-v2 branch 2 times, most recently from 3eef157 to 4103715 Compare December 8, 2023 18:57
@Citymonstret Citymonstret force-pushed the feature/cloud-v2 branch 2 times, most recently from d1bc951 to 5b832c5 Compare December 26, 2023 15:34
This is still a W.I.P. as Cloud v2 is nowhere near ready to be released.
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Feature This PR adds a new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant