blacelle commented on issue #731: URL: https://github.com/apache/datasketches-java/issues/731#issuecomment-4174716203
Similar report to another library (hoping it help getting the context): https://github.com/fast-pack/JavaFastPFOR/pull/69 > We have several library projects also based on Java, So I think this name should be unique. Yes, it has to be unique per `.jar`. > So I think this should be named: org.apache.datasketches-java. Don't you think? I tend to agree `org.apache.datasketches-java` is better, as it follows the maven module naming convention. `org.apache.datasketches` followed a (too quick) look at package names. In current state, I get at compilation: ``` 00:36:58,040 [INFO] org.apache.maven.cli.event.ExecutionEventLogger - --- compiler:3.15.0:compile (default-compile) @ adhoc-encoding --- 00:36:58,209 [WARNING] org.apache.maven.plugin.compiler.CompilerMojo - *************************************************************************************************************************************************** 00:36:58,212 [WARNING] org.apache.maven.plugin.compiler.CompilerMojo - * Required filename-based automodules detected: [datasketches-java-7.0.1.jar]. Please don't publish this project to a public artifact repository! * 00:36:58,212 [WARNING] org.apache.maven.plugin.compiler.CompilerMojo - *************************************************************************************************************************************************** ``` > I can add this so it will go into our next release (either a 9.1.0 or a 9.0.1, not sure yet) Does it mean no hope to get a release with this on 7.X and 8.X branches? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
