Hi,Does it make sense that the shared secret mechanism may no longer be needed in JDK 9, at least within modules, since the module access controls should provide the desired scoping.
Roger On 2/23/2015 6:24 AM, Daniel Fuchs wrote:
Agreed. I'm just not a big fan of using SharedSecrets if that can be helped. I just wanted to see if there was other alternatives toexplore.