Decebal Suiu
Decebal Suiu
Please reopen the issue if it is still relevant.
It's too old and we have a lot of conflicts.
@milgner With your use case, we are between two worlds, the Hibernate guys don't know about PF4J and I don't know (too much) about Hibernate :smile:. Maybe https://github.com/pf4j/pf4j/issues/93#issuecomment-188526528 can help...
> In Hibernate, I hope that it could be solved by getting it to use the class loading service which knows about all plugins and their classes I think so...
@milgner What is the status of this issue? Did you solve the problem?
I don't use Spring with PF4J in my projects and from this reason I don't have a rich expertise on this subject. Please read https://github.com/pf4j/pf4j-spring/issues/27#issuecomment-451374334, and take a look on...
@alegacy Sorry for delay. The fix is OK, I don't like the test (jar file in resources folder, ..). For testing I recommend what it's described in https://pf4j.org/doc/testing.html. For the...
@michael-becker Thanks for investigation and solution!
A SNAPSHOT version is available on Maven central repository.
pf4j uses slf4j for logging. slf4j is a logging facade and you can use any implementation (log4j, logback, ..). I think you can use a log appender based on kafka....