-
Notifications
You must be signed in to change notification settings - Fork 6
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
feat: allow message limits (#82) #85
Conversation
0c4cc1b
to
bf02f3c
Compare
8b25f9a
to
0c5a310
Compare
40f4d4c
to
2f8cb7e
Compare
...n/java/com/redhat/devtools/intellij/telemetry/core/configuration/ClasspathConfiguration.java
Outdated
Show resolved
Hide resolved
...a/com/redhat/devtools/intellij/telemetry/core/configuration/limits/LimitsConfigurations.java
Outdated
Show resolved
Hide resolved
Tested it with lsp4ij and it failed:
|
Can we avoid breaking API/ABI ? |
This API breakage is caused by the fix for issue #824 |
Re-added the old constructor (marking it as deprecated for removal) which then made this work with lsp4ij. Testing the other plugins that we have. |
I tested the binary version of this plugin successfully with the following plugins:
IMHO compatibility is no issue any more. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tested locally with openshift extension. LGTM
Signed-off-by: Andre Dietisheim <[email protected]>
Signed-off-by: Andre Dietisheim <[email protected]>
…er#82) Signed-off-by: Andre Dietisheim <[email protected]>
Signed-off-by: Andre Dietisheim <[email protected]>
a107bad
to
251b63b
Compare
fixes #82