File tree 12 files changed +20
-23
lines changed
12 files changed +20
-23
lines changed Original file line number Diff line number Diff line change 1
- Mind Map generated by NB MindMap plugin
1
+ [Scia Reto](https://sciareto.org) mind map
2
2
> __version__=`1.1`,showJumps=`true`
3
3
---
4
4
5
- # Java Binary<br/>Block Parser<br/>v 2\.0\.4
5
+ # Java Binary<br/>Block Parser<br/>v 2\.0\.5
6
6
7
7
## License
8
8
> fillColor=`#33CC00`,leftSide=`true`
Original file line number Diff line number Diff line change @@ -16,22 +16,15 @@ 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.5 (17-jun-2023)__
20
+ - [ #41 ] ( https://github.com/raydac/java-binary-block-parser/issues/41 ) fix for Gradle plug-in
21
+ - improved tests
19
22
20
23
- __ 2.0.4 (01-aug-2022)__
21
24
- added unsigned 32 bit integer type __ uint__ [ #37 ] ( https://github.com/raydac/java-binary-block-parser/issues/37 )
22
25
- provided way to filter fields for mapping operations and write object
23
26
operations [ #36 ] ( https://github.com/raydac/java-binary-block-parser/issues/36 )
24
27
25
- - __ 2.0.3 (03-jan-2021)__
26
- - added service methods ` JBBPUtils.traceData ` to print dump of an input stream into a PrintStream
27
- - improved ` JBBPTokenizerException ` to show marked error
28
- position [ #30 ] ( https://github.com/raydac/java-binary-block-parser/issues/30 )
29
-
30
- - __ 2.0.2 (22-aug-2020)__
31
- - added ` JBBPOut#Bin ` variant to override ` @Bin ` annotation fields in written objects.
32
- - [ #28 ] ( https://github.com/raydac/java-binary-block-parser/issues/28 ) added ` JBBPOut#BinForceByteOrder ` to override
33
- byte order defined in ` @Bin ` annotations of written object.
34
-
35
28
[ Full changelog] ( https://github.com/raydac/java-binary-block-parser/blob/master/changelog.txt )
36
29
37
30
# Maven dependency
Original file line number Diff line number Diff line change
1
+ 2.0.5 (17-jun-2023)
2
+ - [#41](https://github.com/raydac/java-binary-block-parser/issues/41) fix for Gradle plug-in
3
+ - improved tests
4
+
1
5
2.0.4 (01-aug-2022)
2
6
- added unsigned 32 bit integer type __uint__ [#37](https://github.com/raydac/java-binary-block-parser/issues/37)
3
7
- provided way to filter fields for mapping operations and write object operations [#36](https://github.com/raydac/java-binary-block-parser/issues/36)
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >com.igormaznitsa</groupId >
7
7
<artifactId >jbbp-main-plugin-pom</artifactId >
8
- <version >2.0.5-SNAPSHOT </version >
8
+ <version >2.0.5</version >
9
9
</parent >
10
10
11
11
<artifactId >jbbp-gradle-tests</artifactId >
12
12
<version >0.0.0-SNAPSHOT</version >
13
13
<packaging >pom</packaging >
14
14
15
15
<properties >
16
- <jbbp .test.version>2.0.5-SNAPSHOT </jbbp .test.version>
16
+ <jbbp .test.version>${jbbp.version} </jbbp .test.version>
17
17
</properties >
18
18
19
19
<modules >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >com.igormaznitsa</groupId >
8
8
<artifactId >jbbp-main-plugin-pom</artifactId >
9
- <version >2.0.5-SNAPSHOT </version >
9
+ <version >2.0.5</version >
10
10
</parent >
11
11
12
12
<artifactId >jbbp-gradle-plugin</artifactId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >com.igormaznitsa</groupId >
7
7
<artifactId >jbbp-maven-plugin-pom</artifactId >
8
- <version >2.0.4 </version >
8
+ <version >2.0.5 </version >
9
9
</parent >
10
10
11
11
<artifactId >jbbp-maven-plugin-tests</artifactId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >com.igormaznitsa</groupId >
7
7
<artifactId >jbbp-maven-plugin-pom</artifactId >
8
- <version >2.0.5-SNAPSHOT </version >
8
+ <version >2.0.5</version >
9
9
</parent >
10
10
11
11
<artifactId >jbbp-maven-plugin</artifactId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >com.igormaznitsa</groupId >
7
7
<artifactId >jbbp-main-plugin-pom</artifactId >
8
- <version >2.0.5-SNAPSHOT </version >
8
+ <version >2.0.5</version >
9
9
</parent >
10
10
11
11
<artifactId >jbbp-maven-plugin-pom</artifactId >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >com.igormaznitsa</groupId >
8
8
<artifactId >jbbp-main-plugin-pom</artifactId >
9
- <version >2.0.5-SNAPSHOT </version >
9
+ <version >2.0.5</version >
10
10
</parent >
11
11
12
12
<artifactId >jbbp-plugin-common</artifactId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >com.igormaznitsa</groupId >
7
7
<artifactId >jbbp-main-pom</artifactId >
8
- <version >2.0.5-SNAPSHOT </version >
8
+ <version >2.0.5</version >
9
9
</parent >
10
10
11
11
<artifactId >jbbp-main-plugin-pom</artifactId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >com.igormaznitsa</groupId >
7
7
<artifactId >jbbp-main-pom</artifactId >
8
- <version >2.0.5-SNAPSHOT </version >
8
+ <version >2.0.5</version >
9
9
</parent >
10
10
11
11
<artifactId >jbbp</artifactId >
Original file line number Diff line number Diff line change 4
4
5
5
<groupId >com.igormaznitsa</groupId >
6
6
<artifactId >jbbp-main-pom</artifactId >
7
- <version >2.0.5-SNAPSHOT </version >
7
+ <version >2.0.5</version >
8
8
<packaging >pom</packaging >
9
9
10
10
<modules >
20
20
<maven .build.timestamp.format>yyyyMMddHHmm</maven .build.timestamp.format>
21
21
<mvn .version>3.0</mvn .version>
22
22
<meta .version>1.1.2</meta .version>
23
- <jbbp .version>2.0.5-SNAPSHOT </jbbp .version>
23
+ <jbbp .version>2.0.5</jbbp .version>
24
24
<jbbp .plugin.version>${jbbp.version} </jbbp .plugin.version>
25
25
<maven .compiler.source>1.8</maven .compiler.source>
26
26
<maven .compiler.target>1.8</maven .compiler.target>
You can’t perform that action at this time.
0 commit comments