Hello All,

I start adding module-info.java to our Java11 project
It seems we should correct Automatic-Module names not to have `-` in
it (current name is `org.apache.wicket.native-websocket.core`)

Are there any objections if I'll change
https://github.com/apache/wicket/blob/master/wicket-native-websocket/wicket-native-websocket-core/pom.xml#L34
to have
<automatic-module-name>org.apache.wicket.native.websocket.core</automatic-module-name>
?

-- 
WBR
Maxim aka solomax

Reply via email to