On 11/05/2017 07:51, Paul Bakker wrote:
Hi Alan,
What is the reason only exports/opens to unnamed are possible?
Also, are these implemented in the current jigsaw prototype? I'm having trouble
getting it to work, but that might be entirely my own doing...
The attributes are defined for the main application JAR when run with
`java -jar app.jar`. So there are defined to keep existing deployments
work if they are dependent on JDK internal APIs.
The attributes have been in JDK 9 for a long time and I'm not aware of
any issues. If it looks like it's not your "own doing" then send an
example and we'll figure it out.
-Alan