Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: objectbox/objectbox-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: MrSlateZB/objectbox-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 3 commits
  • 1 file changed
  • 1 contributor

Commits on Jul 19, 2021

  1. Add a test that ensures object box transactions still succeed when us…

    …ed in rapid succession, when synchronized, on a bunch of thread pool threads. Currently, in ObjectBox 2.9.1, this fails.
    Justin Breitfeller committed Jul 19, 2021
    Configuration menu
    Copy the full SHA
    cd3d379 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8dfd01 View commit details
    Browse the repository at this point in the history
  3. Add a test that passes that notices that if the thread pool size is <…

    …= the max readers, we will not have a MaxDbReaders error
    Justin Breitfeller committed Jul 19, 2021
    Configuration menu
    Copy the full SHA
    effbff9 View commit details
    Browse the repository at this point in the history
Loading