-
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
Cannot transform *class as its containing application archive could not be found #16808
Comments
/cc @geoand |
Mind sharing a small reproducer? Thanks |
@geoand I had posted a reproducer in the OP :-) Here's the link to the repository https://github.com/chris-asl/quarkus-jacoco-smallrye-openapi |
Thanks! @phillip-kruger mind taking a look please? |
Public holiday today, I'll have a look tomorrow, except if @MikeEdgar wants to have a look today. |
Thanks 👍 |
@geoand @chris-asl I had a look at this. I am not sure what the issue is, or if it's an OpenAPI issue. In the OpenAPI extension we add some classes to the index that is not typically there (see Line 177 in 45b205c
That might cause the warnings, but the warning comes from somewhere else. Maybe @stuartwdouglas can help ? |
Pretty sure this is fixed upstream: #16667 |
Hmm, actually that is a different issue: #16666 should be the fix for this one |
Thanks @stuartwdouglas . I'll confirm against upstream. |
Confirmed !! Thanks @stuartwdouglas . Fix and available in 1.13.3.Final |
I have created an MCVE where I have the classic greeting resource and I've added a Utility class (private constructor w. one static method).
When using
jacoco-extension
the tests run just fine, but when addingquarkus-smallrye-openapi
, dependency, I get these warnings when running tests:Are the warnings valid (and thus I am misusing something)?
Is such a utility class to be avoided in CDI?In our project, the warning is actually generated in non utility classes, as well.
To Reproduce
Steps to reproduce the behavior:
git clone [email protected]:chris-asl/quarkus-jacoco-smallrye-openapi.git
./mvnw clean verify
Configuration
Defaults
Environment:
Output of
uname -a
orver
Linux homer 5.8.0-48-generic #54~20.04.1-Ubuntu SMP Sat Mar 20 13:40:25 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
Output of
java -version
Quarkus version or git rev
1.13.2.Final
Build tool (ie. output of
mvnw --version
orgradlew --version
)FYI @el10686
The text was updated successfully, but these errors were encountered: