Skip to content

Conversation

@johnpeck-us-ibm
Copy link
Member

Needed to remove the dependency of JDK17 in the testcases. Also, there is an issue with serialization. When KeyRep is used to serialize the key the provider order is used to de serialize the key which can cause the wrong key to be created. So, added a new KeyRep class that contains the provider which will allow the correct key to be created.

back-port: Back-ported from: #680

Signed-off-by: John Peck <[email protected]>

Needed to remove the dependency of JDK17 in the testcases.
Also, there is an issue with serialization. When KeyRep is used to
serialize the key the provider order is used to de serialize the key
which can cause the wrong key to be created. So, added a new KeyRep
class that contains the provider which will allow the correct key to be
created.

Signed-off-by: John Peck <[email protected]>
Copy link
Member

@KostasTsiounis KostasTsiounis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants