-
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
Arc Ignoring injected field #27198
Comments
So if I understand it correctly the You can use the I'm going to send a PR to exclude the |
- just get rid of an annoying warning - resolves quarkusio#27198
- just get rid of an annoying warning - resolves quarkusio#27198
thanks ! |
- just get rid of an annoying warning - resolves quarkusio#27198
Describe the bug
When building the project we get the following warning:
with the given class
and the given lombok conf
producing the given source:
Expected behavior
No warning as we use the constructor to inject the value in the field and not
@Inject
Actual behavior
We get the warning
[io.qua.arc.pro.Injection] (build-56) An injection field must be non-static and non-final - ignoring
How to Reproduce?
Output of
uname -a
orver
No response
Output of
java -version
11
GraalVM version (if different from Java)
No response
Quarkus version or git rev
2.11.2.Final
Build tool (ie. output of
mvnw --version
orgradlew --version
)maven
Additional information
No response
The text was updated successfully, but these errors were encountered: