marco polo created MINIFICPP-255:
------------------------------------
Summary: ClassLoader should provide a mechanism to link classes
without dlsym and load all linker flags
Key: MINIFICPP-255
URL: https://issues.apache.org/jira/browse/MINIFICPP-255
Project: NiFi MiNiFi C++
Issue Type: Improvement
Reporter: marco polo
Linker flags require that we load all of a static lib extension, otherwise the
class loader won't locate classes. We then use dlsym on the current binary with
a known callback to get our classes. While this isn't technically necessary,
we're using an existing mechanism. We should create a new mechanism to load
these classes without dlsym AND without having the link the whole archive.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)