INFO [io.qua.arc.pro.BeanProcessor] (build-6) Found unrecommended usage of private members (use package-private instead) in application beans:
- @Inject field org.acme.autorest.CountriesResourceJaxRs_0fccf8a7cc91a16f62fff01e3dbc87f01f43565c#resource,
- @Inject field org.acme.autorest.ServiceCategoriesResourceJaxRs_9f5b7a023b47285e2816e5f41f317dc105ea194a#resource,
Expected behavior
No warnings
Actual behavior
Could not fix the code to remove warning given that no private members were declared in class CountriesResource...
Describe the bug compiler warning:
Expected behavior No warnings
Actual behavior Could not fix the code to remove warning given that no
private
members were declared in classCountriesResource
...To Reproduce
pom.xml
CountriesResource.java
Configuration
Screenshots (If applicable, add screenshots to help explain your problem.)
Environment (please complete the following information):
uname -a
orver
: MSYS_NT-10.0-18363 DESKTOP-B13A99G 3.1.7-340.x86_64 2020-10-23 13:08 UTC x86_64 Msysjava -version
: openjdk version "11.0.8" 2020-07-14 LTS OpenJDK Runtime Environment 18.9 (build 11.0.8+10-LTS) OpenJDK 64-Bit Server VM 18.9 (build 11.0.8+10-LTS, mixed mode)mvnw --version
orgradlew --version
): Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f) Maven home: C:\Users\elia.m2\wrapper\dists\apache-maven-3.6.3-bin\1iopthnavndlasol9gbrbg6bf2\apache-maven-3.6.3 Java version: 11.0.8, vendor: ojdkbuild, runtime: C:\Users\elia\scoop\apps\ojdkbuild11-full\current Default locale: en_US, platform encoding: Cp1252 OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"Additional context (Add any other context about the problem here.)
https://github.com/quarkusio/quarkus/issues/13895
$upstream:13895$