-
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
Potential NPE thrown from QuarkusClassLoader.getResources #40438
Comments
/cc @geoand (kotlin) |
I can take this one. |
dmlloyd
added a commit
to dmlloyd/quarkus
that referenced
this issue
May 3, 2024
dmlloyd
added a commit
to dmlloyd/quarkus
that referenced
this issue
May 3, 2024
👌 |
gsmet
pushed a commit
to gsmet/quarkus
that referenced
this issue
May 10, 2024
Fixes quarkusio#40438. (cherry picked from commit 97c797a)
gsmet
pushed a commit
to gsmet/quarkus
that referenced
this issue
May 22, 2024
Fixes quarkusio#40438. (cherry picked from commit 97c797a)
gsmet
pushed a commit
to gsmet/quarkus
that referenced
this issue
May 22, 2024
Fixes quarkusio#40438. (cherry picked from commit 97c797a)
gsmet
pushed a commit
to gsmet/quarkus
that referenced
this issue
May 23, 2024
Fixes quarkusio#40438. (cherry picked from commit 97c797a)
gsmet
pushed a commit
to gsmet/quarkus
that referenced
this issue
Jun 4, 2024
Fixes quarkusio#40438. (cherry picked from commit 97c797a)
holly-cummins
pushed a commit
to holly-cummins/quarkus
that referenced
this issue
Jul 31, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
There's an issue observed on the Camel Quarkus nightly build with Quarkus
999-SNAPSHOT
.The following change:
9daa467
Causes the
camel-quarkus-kotlin-dsl
tests to fail:Seems that
MemoryClassPathElement
uses the default impl ofClassPathElement.getResources
. IfgetResource(name)
returnsnull
, then it causes an NPE because it's passed intoList.of()
.Expected behavior
No response
Actual behavior
No response
How to Reproduce?
git checkout quarkus-main
mvn clean install -Dquickly -T1C
cd integration-tests/kotlin-dsl
mvn clean test
Output of
uname -a
orver
No response
Output of
java -version
No response
Quarkus version or git rev
999-SNAPSHOT
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
No response
The text was updated successfully, but these errors were encountered: