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

App Registration get for specific apps with exhaustive=true doesn't provide versions #5706

Open
corneil opened this issue Feb 26, 2024 · 0 comments
Labels
type/bug Is a bug report

Comments

@corneil
Copy link
Contributor

corneil commented Feb 26, 2024

Description:
Register timestamp-task 2.0.2 and 3.0.0

curl -s "http://localhost:9393/apps/task/timestamp?exhaustive=true" | jq .
Output is

{
  "name": "timestamp",
  "type": "task",
  "uri": "docker:springcloudtask/timestamp-task:2.0.2",
  "version": "2.0.2",
  "defaultVersion": true,
  "bootVersion": "2",
  "versions": null,
  "label": null,
  "options": [],
  "shortDescription": null,
  "inboundPortNames": [],
  "outboundPortNames": [],
  "optionGroups": {}
}

A list of versions is expected.

@corneil corneil added the type/bug Is a bug report label Feb 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug Is a bug report
Projects
None yet
Development

No branches or pull requests

1 participant