Be aware that this branch (synchronized-region-save) is not the main branch (version/7.0.x)!

Branches other than the main one may be experimental. In addition, you should be using stable releases rather than these test builds.

Go to main branch View stable downloads
View last successful build
Branch#StatusChangesFinished
synchronized-region-save#2253Tests passed: 177
  • Synchronize on the class instead of the instance I didn't realize it before, but it looks like there is at least one instance of YamlRegionFile per world, so synchronizing on the instance wouldn't necessarily help. (5763f534 by tomylobo)
  • Synchronize YamlRegionFile#saveAll This prevents multiple invocations of the method from intersecting, which could potentially cause the .tmp file to be overwritten before being renamed, thus corrupting the region storage (7ba0fd3f by tomylobo)
2 months ago
synchronized-region-save#2245Compilation error: :worldguard-core:compileJava (new)
  • Synchronize on the class instead of the instance I didn't realize it before, but it looks like there is at least one instance of YamlFile per world, so synchronizing on the instance wouldn't necessarily help. (563e59b3 by tomylobo)
3 months ago
synchronized-region-save#2244Tests passed: 177
  • Synchronize YamlRegionFile#saveAll This prevents multiple invocations of the method from intersecting, which could potentially cause the .tmp file to be overwritten before being renamed, thus corrupting the region storage (44516baa by tomylobo)
  • yaml ctors (c0cbe27e by wizjany)
  • Consider the summon command as plugin spawning (4a26e306 by joo200)
4 months ago
synchronized-region-save#2243Tests passed: 177; the build was triggered in the branch synchronized-region-save which does not correspond to any branch monitored by the build VCS roots (the branch is either closed or excluded / not matched by any branch specification). Because of...
    No new changes were added in this build.
4 months ago
  • «
  • 1
  • »