Replies: 2 comments
-
|
What are consequences, could it have something to do with OSGI+JPMS? |
Beta Was this translation helpful? Give feedback.
-
|
I am working on refactoring services and considering replacing WinSW with Apache Procrun. To select the correct exe file, we need to use the Windows call with JNA. In my opinion, it's wrong to use inlined dependencies from one module in another. It's better to move these dependencies into a separate module. This also applies to libpam4j – PAM authentication doesn't work in general, and after testing fixes, it doesn't work on macOS. I'm working on this too. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all!
Currently, we use JNA library shaded within libpam4j.jar. A quick search of the code showed that the JNA is only used in libpam4j itself.
Maybe it would be better to separate libpam4j and JNA into separate artifacts?
Beta Was this translation helpful? Give feedback.
All reactions