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

MCP Tools UI breaks in 5.0.8 #2687

Closed
3 tasks done
davidjgonzalez opened this issue Aug 31, 2021 · 0 comments
Closed
3 tasks done

MCP Tools UI breaks in 5.0.8 #2687

davidjgonzalez opened this issue Aug 31, 2021 · 0 comments
Assignees
Milestone

Comments

@davidjgonzalez
Copy link
Contributor

Required Information

  • AEM Version, including Service Packs, Cumulative Fix Packs, etc: 5.0.9
  • ACS AEM Commons Version: 5.0.8
  • Reproducible on Latest? yes

Actual Behavior

MCP Tools UI does not properly load in 5.0.8 release.

This is due to an invalid value of -1 used to force threads never to terminate. Instead, this value must be Long.MAX_VALUE with TimeUnit of Nanoseconds or larger, so effectively allow termination in the future so distant the sun will have consumed the earth.

Steps to Reproduce

@davidjgonzalez davidjgonzalez self-assigned this Aug 31, 2021
@davidjgonzalez davidjgonzalez added this to the 5.10.0 milestone Aug 31, 2021
davidjgonzalez added a commit to davidjgonzalez/acs-aem-commons that referenced this issue Aug 31, 2021
davidjgonzalez added a commit to davidjgonzalez/acs-aem-commons that referenced this issue Aug 31, 2021
… replaced, as this is an internal API and we do not need to protect it for BC.
davidjgonzalez added a commit that referenced this issue Aug 31, 2021
* #2687 - MCP Tools render issue
@kwin kwin closed this as completed Sep 1, 2021
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

No branches or pull requests

2 participants