This website requires JavaScript.
Explore
Help
Sign In
wbtiger
/
foundationdb
mirror of
https://github.com/apple/foundationdb.git
Watch
1
Star
0
Fork
You've already forked foundationdb
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
5ea1cebf17
foundationdb
/
bindings
/
java
History
A.J. Beamon
2ed452353f
Merge branch 'release-5.2' into directory-tester-cleanup
2018-06-26 14:56:09 -07:00
..
src
In the Java directory layer, DirectoryLayer.exists returns true unconditionally when not passed a path. This is different than the other bindings, which run through the normal exists check, but which I believe will still ultimately return true. The major difference is that in Java, no read version is obtained, which can cause behavior differences in the binding tester. This adds a call to get the read version to the Java testers when processing the DIRECTORY_EXISTS instruction.
2018-05-30 15:38:50 -07:00
fdb-java-style.xml
spaces to tabs
2018-04-09 19:03:47 -07:00
fdbJNI.cpp
bump API version to 520
2018-03-02 10:30:41 -08:00
fdb_java.vcxproj
Remove non-existing file FdbJNI.h from visual studio project
2018-01-24 12:07:43 -08:00
local.mk
Fix spacing in build file
2018-05-23 15:01:13 -07:00
pom.xml.in
Modified the groupId to org.foundationdb
2018-05-17 12:53:57 -07:00
suppressions.xml
added a style guide ; fixed errors found from the style guide ; updated tests to use java 8 closures
2017-12-13 16:16:31 -08:00