Charan Kumar
Charan Kumar
I face a similar issue ``` java.lang.ClassCastException: org.bouncycastle.jcajce.provider.asymmetric.ec.BCECPublicKey cannot be cast to org.bouncycastle.jce.interfaces.ECPublicKey at nl.martijndwars.webpush.Notification.(Notification.java:50) ```
@brendandburns any planned date where we can expect 1.0.0 release ..instead of `-rc` ?
> @charankumarpalla no current date, is the `rc` label causing problems for you? No , we were planning to use latest `rc` version (as we are seriously getting hit with...
> @charankumarpalla it's as production ready as it's going to get. If you find bugs, we'll fix them. > > The main reason for the rc is that it contains...
@dbrcplex Just in case this helps… Try updating your Node.js version—specifically to 22.14. [Based on this comment](https://github.com/backstage/backstage/issues/28325#issuecomment-2566374811), I updated my Node.js version, and it worked. ``` const client_node_1 = require("@kubernetes/client-node");...