Closed sebthom closed 2 years ago
Thanks for reporting this! I think I missed a null check (doh!).
Can you do me a favor and verify this is fixed with 1.13.1-SNAPSHOT? It's published at the repo below, if you don't already have that one configured.
<repository>
<id>sonatype-oss-snapshots</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
<updatePolicy>always</updatePolicy>
<checksumPolicy>warn</checksumPolicy>
</snapshots>
</repository>
@keeganwitt Works for me. Thanks!
I would really appreciate if you could release 1.13.1 with the fix included soon.
Thank you for verifying. It's available now.
To access maven property values that were overridden on the command line I enabled:
The moment I do this and run my build I get the following exception:
When I set
bindSessionUserOverrideProperties
tofalse
the NPE does not occur.