rzo1 commented on PR #3525:
URL: https://github.com/apache/storm/pull/3525#issuecomment-1676753588
It works in Java 11 because we
[excluded](https://issues.apache.org/jira/browse/STORM-3914) the related tests
from being run in Java 11. I am having a look now.
--
This is an automated mess
rzo1 opened a new pull request, #3561:
URL: https://github.com/apache/storm/pull/3561
## What is the purpose of the change
- We are testing everything for Java 17, so we should also test everything
with Java 11
## How was the change tested
- Run GH actions
--
This is