Skip to content
This repository was archived by the owner on Mar 23, 2023. It is now read-only.

Commit 827f911

Browse files
committed
common: 1.0.1 release
1 parent 2982a31 commit 827f911

9 files changed

Lines changed: 16 additions & 10 deletions

File tree

ChangeLog

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,20 @@
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

1319
Tue Jun 30 2020 Szymon Romik <szymon.romik@intel.com>
1420

examples/ByteBufferExample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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>

examples/MixedTypesExample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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>

examples/PicturesExample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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>

examples/StringExample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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>

examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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>

jni-binding/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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>

pmemkv-binding/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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>

0 commit comments

Comments
 (0)