kohlschutter / junixsocket

Unix Domain Sockets in Java 7 and newer (AF_UNIX), AF_TIPC, AF_VSOCK, and more
Apache License 2.0
433 stars 114 forks source link

problem with having the package on the module path #49

Closed alexanderkjall closed 5 years ago

alexanderkjall commented 5 years ago

I'm trying to use another library (org.testcontainers) that uses this library, and I'm getting this warning:

[WARNING] Can't extract module name from junixsocket-native-common-2.0.4.jar: junixsocket.native.common: Invalid module name: 'native' is not a Java identifier
kohlschuetter commented 5 years ago

This should be fixed in 2.1.0. Please verify. Thanks for reporting!

alexanderkjall commented 5 years ago

@kohlschuetter I tried to update the dependency to version 2.1.1 since that was the latest one on maven central and that resolved the problem, thank you.