fbjni icon indicating copy to clipboard operation
fbjni copied to clipboard

New release? 0.2.3

Open mrousavy opened this issue 3 years ago • 2 comments

Hey! I'm trying to use ArrayList<T> and HashMap<K, V> in JNI, but 0.2.2 (current latest release) does not contain those bindings. A week ago a commit landed on master (by @dreiss: https://github.com/facebookincubator/fbjni/commit/f730250ff16424ae7d85550a7aea62a10c7a0a36) that implemented both bindings, can you publish a release for that?

Thanks!

mrousavy avatar Jun 25 '21 09:06 mrousavy

(cc @mhorowitz)

mrousavy avatar Jun 25 '21 09:06 mrousavy

I'm not involved with fbjni releases. However, you don't need to wait. There's no harm in redundant bindings, so you can include them in your own code (just use your own namespace). Later, you can migrate to the standard bindings once a release include them. As long as the descriptor strings are the same, the behavior should not change.

mhorowitz avatar Jun 25 '21 18:06 mhorowitz

Closing as we released 0.4.0 on Maven Central recently

cortinico avatar Jun 23 '23 09:06 cortinico