Skip to content
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

fix: Ensure retrievePomProperties always returns non-null #5512

Merged
merged 2 commits into from
Feb 28, 2023
Merged

Conversation

aikebah
Copy link
Collaborator

@aikebah aikebah commented Feb 27, 2023

Fixes #5511

Fixes Issue #5511

Description of Change

Update code to prevent null-valued object to be returned

Have test cases been added to cover the new functionality?

no, validated with a local build using pkg:maven/io.micronaut/micronaut-inject@3.8.5 that the NPE is resolved, intend to look for either detection in an existing regression-test or addition of one in order to not have regressions in the future, but consider the bug's disruptive disruptive potential enough to first fix it and work on getting a proper test in later.

@boring-cyborg boring-cyborg bot added the core changes to core label Feb 27, 2023
@jeremylong
Copy link
Owner

guessing we should push another release?

@schdief
Copy link

schdief commented Feb 28, 2023

guessing we should push another release?

yes please, this breaks our pipelines

@aikebah aikebah added this to the 8.1.2 milestone Feb 28, 2023
@aikebah
Copy link
Collaborator Author

aikebah commented Feb 28, 2023

guessing we should push another release?

Yes, think so too. Unfortunate that it was found only after release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core changes to core
Projects
None yet
Development

Successfully merging this pull request may close these issues.

xmlbeans-5.1.1.jar causes NullPointerException in setGAVFromPomDotProperties in 8.1.1
4 participants