You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our code is buggy and comparing a String to an enum, thus always returning false.
@iocanel I think you wanted to either compare with e.name() or e.extension. I'm not completely sure about the fix as I'm a bit unsure of how you handle knative. I don't see an extension for it so I suppose you would have kubernetes instead and that knative can't really be identified this way?
If so, it might be better to drop .map(d -> strip(d.getArtifactId())) entirely and compare on the extension rather than the name.
I will let you have a look.
The text was updated successfully, but these errors were encountered:
See #36320 (comment) .
Our code is buggy and comparing a String to an enum, thus always returning false.
@iocanel I think you wanted to either compare with
e.name()
ore.extension
. I'm not completely sure about the fix as I'm a bit unsure of how you handle knative. I don't see an extension for it so I suppose you would have kubernetes instead and that knative can't really be identified this way?If so, it might be better to drop
.map(d -> strip(d.getArtifactId()))
entirely and compare on the extension rather than the name.I will let you have a look.
The text was updated successfully, but these errors were encountered: