1
1
![ JBBP Logo] ( https://github.com/raydac/java-binary-block-parser/blob/master/logo.png )
2
2
3
3
[ ![ License Apache 2.0] ( https://img.shields.io/badge/license-Apache%20License%202.0-green.svg )] ( http://www.apache.org/licenses/LICENSE-2.0 )
4
- [ ![ Maven central] ( https://maven-badges.herokuapp.com/maven-central/com.igormaznitsa/jbbp/badge.svg )] ( http://search.maven.org/#artifactdetails|com.igormaznitsa|jbbp|2.0.5 |jar )
4
+ [ ![ Maven central] ( https://maven-badges.herokuapp.com/maven-central/com.igormaznitsa/jbbp/badge.svg )] ( http://search.maven.org/#artifactdetails|com.igormaznitsa|jbbp|2.0.6 |jar )
5
5
[ ![ Java 1.8+] ( https://img.shields.io/badge/java-1.8%2b-green.svg )] ( http://www.oracle.com/technetwork/java/javase/downloads/index.html )
6
6
[ ![ Android 3.0+] ( https://img.shields.io/badge/android-3.0%2b-green.svg )] ( http://developer.android.com/sdk/index.html )
7
7
[ ![ PayPal donation] ( https://img.shields.io/badge/donation-PayPal-cyan.svg )] ( https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=AHWJHJFBAWGL2 )
@@ -16,15 +16,14 @@ that for Java. So I developed the JBBP library.<br>
16
16
![ Use cases] ( https://github.com/raydac/java-binary-block-parser/blob/master/docs/jbbp_mm.png )
17
17
18
18
# Change log
19
+ - __ 2.0.6 (01-jul-2023)__
20
+ - [ #42 ] ( https://github.com/raydac/java-binary-block-parser/issues/42 ) unexpected exception during JBBPDslBuilder.AnnotatedClass method call
21
+ - improved tests
22
+
19
23
- __ 2.0.5 (17-jun-2023)__
20
24
- [ #41 ] ( https://github.com/raydac/java-binary-block-parser/issues/41 ) fix for Gradle plug-in
21
25
- improved tests
22
26
23
- - __ 2.0.4 (01-aug-2022)__
24
- - added unsigned 32 bit integer type __ uint__ [ #37 ] ( https://github.com/raydac/java-binary-block-parser/issues/37 )
25
- - provided way to filter fields for mapping operations and write object
26
- operations [ #36 ] ( https://github.com/raydac/java-binary-block-parser/issues/36 )
27
-
28
27
[ Full changelog] ( https://github.com/raydac/java-binary-block-parser/blob/master/changelog.txt )
29
28
30
29
# Maven dependency
@@ -35,12 +34,12 @@ The Framework has been published in the Maven Central and can be easily added as
35
34
<dependency>
36
35
<groupId>com.igormaznitsa</groupId>
37
36
<artifactId>jbbp</artifactId>
38
- <version>2.0.5 </version>
37
+ <version>2.0.6 </version>
39
38
</dependency>
40
39
```
41
40
42
41
the precompiled library jar, javadoc and sources also can be downloaded directly
43
- from [ the Maven central.] ( https://search.maven.org/artifact/com.igormaznitsa/jbbp/2.0.5 /jar )
42
+ from [ the Maven central.] ( https://search.maven.org/artifact/com.igormaznitsa/jbbp/2.0.6 /jar )
44
43
45
44
# Hello world
46
45
@@ -113,7 +112,7 @@ in Maven it can be used through snippet:
113
112
<plugin >
114
113
<groupId >com.igormaznitsa</groupId >
115
114
<artifactId >jbbp-maven-plugin</artifactId >
116
- <version >2.0.5 </version >
115
+ <version >2.0.6 </version >
117
116
<executions >
118
117
<execution >
119
118
<id >gen-jbbp-src</id >
0 commit comments