File tree Expand file tree Collapse file tree 12 files changed +20
-23
lines changed Expand file tree Collapse file tree 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
22> __version__=`1.1`,showJumps=`true`
33---
44
5- # Java Binary<br/>Block Parser<br/>v 2\.0\.4
5+ # Java Binary<br/>Block Parser<br/>v 2\.0\.5
66
77## License
88> 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>
1616![ Use cases] ( https://github.com/raydac/java-binary-block-parser/blob/master/docs/jbbp_mm.png )
1717
1818# 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
1922
2023- __ 2.0.4 (01-aug-2022)__
2124 - added unsigned 32 bit integer type __ uint__ [ #37 ] ( https://github.com/raydac/java-binary-block-parser/issues/37 )
2225 - provided way to filter fields for mapping operations and write object
2326 operations [ #36 ] ( https://github.com/raydac/java-binary-block-parser/issues/36 )
2427
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-
3528[ Full changelog] ( https://github.com/raydac/java-binary-block-parser/blob/master/changelog.txt )
3629
3730# 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+
152.0.4 (01-aug-2022)
26 - added unsigned 32 bit integer type __uint__ [#37](https://github.com/raydac/java-binary-block-parser/issues/37)
37 - 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 55 <parent >
66 <groupId >com.igormaznitsa</groupId >
77 <artifactId >jbbp-main-plugin-pom</artifactId >
8- <version >2.0.5-SNAPSHOT </version >
8+ <version >2.0.5</version >
99 </parent >
1010
1111 <artifactId >jbbp-gradle-tests</artifactId >
1212 <version >0.0.0-SNAPSHOT</version >
1313 <packaging >pom</packaging >
1414
1515 <properties >
16- <jbbp .test.version>2.0.5-SNAPSHOT </jbbp .test.version>
16+ <jbbp .test.version>${jbbp.version} </jbbp .test.version>
1717 </properties >
1818
1919 <modules >
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >com.igormaznitsa</groupId >
88 <artifactId >jbbp-main-plugin-pom</artifactId >
9- <version >2.0.5-SNAPSHOT </version >
9+ <version >2.0.5</version >
1010 </parent >
1111
1212 <artifactId >jbbp-gradle-plugin</artifactId >
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >com.igormaznitsa</groupId >
77 <artifactId >jbbp-maven-plugin-pom</artifactId >
8- <version >2.0.4 </version >
8+ <version >2.0.5 </version >
99 </parent >
1010
1111 <artifactId >jbbp-maven-plugin-tests</artifactId >
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >com.igormaznitsa</groupId >
77 <artifactId >jbbp-maven-plugin-pom</artifactId >
8- <version >2.0.5-SNAPSHOT </version >
8+ <version >2.0.5</version >
99 </parent >
1010
1111 <artifactId >jbbp-maven-plugin</artifactId >
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >com.igormaznitsa</groupId >
77 <artifactId >jbbp-main-plugin-pom</artifactId >
8- <version >2.0.5-SNAPSHOT </version >
8+ <version >2.0.5</version >
99 </parent >
1010
1111 <artifactId >jbbp-maven-plugin-pom</artifactId >
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >com.igormaznitsa</groupId >
88 <artifactId >jbbp-main-plugin-pom</artifactId >
9- <version >2.0.5-SNAPSHOT </version >
9+ <version >2.0.5</version >
1010 </parent >
1111
1212 <artifactId >jbbp-plugin-common</artifactId >
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >com.igormaznitsa</groupId >
77 <artifactId >jbbp-main-pom</artifactId >
8- <version >2.0.5-SNAPSHOT </version >
8+ <version >2.0.5</version >
99 </parent >
1010
1111 <artifactId >jbbp-main-plugin-pom</artifactId >
You can’t perform that action at this time.
0 commit comments