Uwe (ObjectBox)

Results 599 comments of Uwe (ObjectBox)
trafficstars

Thanks for reporting. As for 1) please try to narrow down what code is causing this exception and then share it with us. Otherwise I'm not sure how to find...

@chirastefan Thanks, I updated the note at https://docs.objectbox.io/data-browser#run-via-docker that on macOS Admin also needs to be restarted to see updates. Note: I labeled this issue with "more info required" so...

@chirastefan IIRC we briefly looked into this and it's an operating system issue (the Docker volume does not receive file update notifications) that at this time we are not sure...

Thanks for reporting! As the error originates in the flatbuffers builder and the version from your module file differs: have you tried using the flatbuffers version that this repo uses?...

There are [multiple issues about this](https://github.com/greenrobot/EventBus/issues?q=is%3Aissue+ClassNotFoundException), do none of the solutions there work?

Please look at the issues I have linked. They are relevant to your issue which is a `ClassNotFoundException`. I don't have time to summarize them all here.

[Some users on the internet](https://github.com/tensorflow/tensorflow/issues/65187) suggest to downgrade to a Gradle 7 version. Note that we don't actively maintain this project any longer. Maybe you can submit a fix for...

Thanks for reporting! We will likely never fix this as we spend all of our time [on ObjectBox](https://github.com/objectbox/objectbox-java) now.

Thanks for reporting! It appears this is similar to #522: [using CMake 3.30 or newer](https://cmake.org/cmake/help/latest/policy/CMP0169.html) to compile prints this warning. To resolve this the CMakeLists.txt files for Linux and Windows...

Thanks for reporting! This likely boils down to fully supporting inner classes for converter classes as well, similar to #1006. Internal issue `objectbox-java#159` **For anyone else affected**, it helps us...