openATFX Wiki
Brought to you by:
crechner,
markus-renner
Open source ASAM ODS ATFX driver Java libraries.
Important Note:
Due to recent events (log4j 2 zero-day vulnerability) we decided to rework logging in the openATFX library. Therefore since version 1.1.0 SLF4J is used instead of the outdated (and obviously discontinued) Apache commons.logging. We now do not have any dependency to a specific logging implementation anymore and especially not to log4j2. This means you can use your own logging implementation now more easily via the bridges provided by SLF4J. However, this may also mean that you may have to adjust your logger setup in case you somehow relied on openATFX providing you a logger implementation via its dependencies!
You may find more information on SLF4J on their homepage