This repository was archived by the owner on Mar 23, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- Tue Jan 19 2021 Krzysztof Filipek <krzysztof.filipek@intel.com>
1+ Fri Mar 12 2021 Krzysztof Filipek <krzysztof.filipek@intel.com>
22
33 * Version 1.0.1
44
55 Improvements:
66 - simplify compilation
7- - generated JAR file includes dependencies
7+ - generated JAR files include dependencies
88 - every example is compiled to runnable JAR
99 - remove oleaster-matcher dependency
1010 - change Maven modules paths
1111 - disable javadoc generation for examples
12+ - add throws clauses to Database methods
13+
14+ Bug fixes:
15+ - fix occasional crash in finalize method
16+ - add error handling for count* methods
17+ - remove unnecessary dependency to libpmemkv_json_config
1218
1319Tue Jun 30 2020 Szymon Romik <szymon.romik@intel.com>
1420
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >io.pmem</groupId >
99 <artifactId >examples</artifactId >
10- <version >1.0.0 </version >
10+ <version >1.0.1 </version >
1111 </parent >
1212
1313 <artifactId >ByteBufferExample</artifactId >
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >io.pmem</groupId >
99 <artifactId >examples</artifactId >
10- <version >1.0.0 </version >
10+ <version >1.0.1 </version >
1111 </parent >
1212
1313 <artifactId >MixedTypesExample</artifactId >
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >io.pmem</groupId >
99 <artifactId >examples</artifactId >
10- <version >1.0.0 </version >
10+ <version >1.0.1 </version >
1111 </parent >
1212
1313 <artifactId >PicturesExample</artifactId >
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >io.pmem</groupId >
99 <artifactId >examples</artifactId >
10- <version >1.0.0 </version >
10+ <version >1.0.1 </version >
1111 </parent >
1212
1313 <artifactId >StringExample</artifactId >
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >io.pmem</groupId >
99 <artifactId >pmemkv-root</artifactId >
10- <version >1.0.0 </version >
10+ <version >1.0.1 </version >
1111 </parent >
1212
1313 <artifactId >examples</artifactId >
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >io.pmem</groupId >
99 <artifactId >pmemkv-root</artifactId >
10- <version >1.0.0 </version >
10+ <version >1.0.1 </version >
1111 </parent >
1212
1313 <artifactId >libpmemkv-jni</artifactId >
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >io.pmem</groupId >
99 <artifactId >pmemkv-root</artifactId >
10- <version >1.0.0 </version >
10+ <version >1.0.1 </version >
1111 </parent >
1212
1313 <artifactId >pmemkv</artifactId >
Original file line number Diff line number Diff line change 66
77 <groupId >io.pmem</groupId >
88 <artifactId >pmemkv-root</artifactId >
9- <version >1.0.0 </version >
9+ <version >1.0.1 </version >
1010 <name >pmemkv-root</name >
1111 <description >Java binding for pmemkv (top-level, parent artifact)</description >
1212 <url >https://github.com/pmem/pmemkv-java</url >
You can’t perform that action at this time.
0 commit comments