-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Remove @NotNull annotations #33306
Remove @NotNull annotations #33306
Conversation
...le/src/main/resources/multi-source-project/src/main/java/org/acme/service/SimpleService.java
Show resolved
Hide resolved
2aaab40
to
9cb568c
Compare
This comment has been minimized.
This comment has been minimized.
Couldn't we exclude & ban the jar it's coming from? |
Not a bad idea, but I think this is not included in the pom.xml, but in the IDEA project directly |
It must be in some jar on the classpath, otherwise the compiler plugin would complain, no? |
We should definitely ban them, I haven't looked into that |
It seems to be coming from I think it might be impossible to get rid of it entirely, so that forbidden-apis thingy might be the way to go. |
Failing Jobs - Building 5954021
Full information is available in the Build summary check run. Failures⚙️ Gradle Tests - JDK 11 Windows #- Failing: integration-tests/gradle
📦 integration-tests/gradle✖
|
This are sometimes added by IntelliJ but they should not be part of the Quarkus codebase