Luboš Račanský
Luboš Račanský
See - https://developer.huawei.com/consumer/en/doc/HMSCore-Guides/android-server-dev-0000001050040110 - https://github.com/HMS-Core/hms-push-serverdemo-java
https://developer.huawei.com/consumer/en/doc/HMSCore-References/https-send-api-0000001050986197
Most probably fixed by removing mutability workaround #923
https://github.com/wultra/powerauth-server/pull/1504 should be backported as well.
#1504 is done, let's release it.
It is strange. I see that NPE is possible `", application=" + application.getRid()` but `application` is `nullable = false`, foreign key exists and when a new `MasterKeyPairEntity` is created, the...
The test is not failing. I just see the following in the log. ``` etlime.security.powerauth.app.server.ServerPrivateKeyConverterTest 2023-07-31T11:26:29.018+02:00 WARN 31755 --- [ main] i.g.s.p.c.lib.util.AESEncryptionUtils : pad block corrupted javax.crypto.BadPaddingException: pad block corrupted...