Rsa core redesign#98
Conversation
|
Regarding direct access to the Shared class fields:
Is any of this convincing? |
|
I know that the class is private, I am not blocking it. Maybe I am too focused on business applications or I use lombok so the number of lines is not growing |
5c7f5e3 to
946d559
Compare
|
I rebased on current master and renamed the methods. Other than the encapsulation thing, are there any other issues? Are the rest of the design/impl changes good? |
alien11689
left a comment
There was a problem hiding this comment.
Beside the encapsulation rules it's ok so approved
|
Feel free to merge but please squash the commits or add jira id to the latest commit message |
…time init instead of setters
946d559 to
9c0479a
Compare
|
If you meant the first commit then I added a JIRA for it. Not sure what exactly to say about it in the ticket, it's just routine maintenance refactoring within the class, but also not directly related to the changes in the other commits so doesn't feel right to squash them together. |
|
Let's merge then |
Redesign of the RSA core module's import and export registration implementations as well as the service factory and resource management - to untagle the old convoluted design and make it more simple and intuitive, while fixing multiple incompatibilities with the spec that are now more straightforward to implement.
The details are in the JIRA tickets.