theborakompanioni / bitcoin-spring-boot-starter

Write enterprise Bitcoin applications with Spring Boot. Starter projects with multiple Bitcoin related modules that you can include in your application.
https://theborakompanioni.github.io/bitcoin-spring-boot-starter
Apache License 2.0
67 stars 16 forks source link

Tor Graal-VM native-image compatibility #38

Closed SpiReCZ closed 2 years ago

SpiReCZ commented 2 years ago

I would like to start a discussion on making the spring-tor and dependent libraries native-image compatible. Spring Boot 3 is going to have stable support for native-image and it can be also used in SB 2 as experimental feature.

Since Tor Spring functionality requires 3 different libraries, it would be helpful to perhaps try to add support for each library separately and try to introduce some PR in other github repos.

My use case consists of Tor and DJL + Tensorflow and maybe some other libraries. Most of them are compatible with native-image, however Tor is not one of them and DJL seems not to work at the moment.

SpiReCZ commented 2 years ago

moved to: https://github.com/theborakompanioni/tor-spring-boot-starter/issues/2