Closed florian-courault closed 5 years ago
Thanks for your pull request. I will look into it tomorrow.
Hi. I have merged your pull request and am now trying to do a release to maven.eid.belgium.be. (There are currently some issues with this maven repository, but you can already checkout tag commons-eid-parent-1.0.2 and build it yourself.) Thanks again for your contribution.
Thanks for your responsiveness and help !
Hello again, I would like to use your maven repository directly, but I cannot access it. Do you have any information about this?
Hi, Florian. Apparently the Maven repository does not exist anymore. We are looking into a different solution (e.g. hosting the artifacts on Maven Central). For now, the only solution is to build the code yourself.
Hello, I noticed a bug using the BeIDCards class: When its "close" method is called, nothing happens: It calls the "stop" method of its BeIDCardManager, which does nothing, because the class uses its own object "CardAndTerminalManager". So, this one is never closed. I proposed a pull request that fixes this bug, here.
Thank you for your attention and for your very useful software :) !