On Tue, 2012-01-10 at 01:24, Peter wrote: > The new security manager and policies are almost ready to merge back into > trunk. > > Any svn merge tips would be much appreciated. > > First, I'd like to move some policy implementation classes that are at > present public in org.apache.river.*, into package private net.jini.* > namespaces, to reduce the public api. > I think you have that backwards - implementation classes should be "org.apache.river.*". "net.jini.*" should be public API and core classes.
Having said that, I see that DynamicPolicyProvider is in "net.jini.security.policy", and by that logic if it had package-private classes then they would reasonably go into the "net.jini.*" namespace. However I'd argue that the security policy is not "core Jini" so much as runtime environemnt, so I'd leave them in the "org.apache.river.*" namespace. > ...snip... Cheers, Greg.