Re: Privileged module idea

2016-10-16 Thread GREGG WONDERLY

Re: Privileged module idea

2016-10-16 Thread Alan Snyder
I find this idea appealing because it places the burden of special declarations on a small number of developers (the framework developers) who can reasonably be expected to acquire the necessary expertise, rather than on the many developers of clients of the frameworks who have better things to

module-info hygiene

2016-10-16 Thread Robert Scholte
Hi, with the introduction of the module-info something interesting is happening. Up until now the scope of a Java project was limited to the compilation of the classes. In case of Maven the end-user was in full control regarding the classpath and the order of entries. With the order of