Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[2.7] New PersistenceUnit property - eclipselink.login.encryptor - backport from master #1993

Merged
merged 2 commits into from
Nov 8, 2023

Conversation

rfelcman
Copy link
Contributor

@rfelcman rfelcman commented Nov 8, 2023

This is implementation of new PersistenceUnit property eclipselink.login.encryptor.
Same property (by meaning) encryption-class is available in sessions.xml file.
Usage of this avoid limit of Session customizer which called when all
other properties have been processed (too late when database login is configured).

This is implementation of new PersistenceUnit property eclipselink.login.encryptor.
Same property (by meaning) encryption-class is available in sessions.xml file.
Usage of this avoid limit of Session customizer which called when all
other properties have been processed (too late when database login is configured).

Signed-off-by: Radek Felcman <radek.felcman@oracle.com>
Signed-off-by: Radek Felcman <radek.felcman@oracle.com>
@rfelcman rfelcman merged commit 6cfd9eb into eclipse-ee4j:2.7 Nov 8, 2023
6 checks passed
@rfelcman rfelcman deleted the custom_encryptor_2.7 branch November 8, 2023 13:26
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