Skip to content

Commit

Permalink
release 2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
raydac committed Jun 17, 2023
1 parent 587c617 commit 53b7752
Show file tree
Hide file tree
Showing 12 changed files with 20 additions and 23 deletions.
4 changes: 2 additions & 2 deletions .projectKnowledge/JBBP.mmd
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Mind Map generated by NB MindMap plugin
[Scia Reto](https://sciareto.org) mind map
> __version__=`1.1`,showJumps=`true`
---

# Java Binary<br/>Block Parser<br/>v 2\.0\.4
# Java Binary<br/>Block Parser<br/>v 2\.0\.5

## License
> fillColor=`#33CC00`,leftSide=`true`
Expand Down
13 changes: 3 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,22 +16,15 @@ that for Java. So I developed the JBBP library.<br>
![Use cases](https://github.com/raydac/java-binary-block-parser/blob/master/docs/jbbp_mm.png)

# Change log
- __2.0.5 (17-jun-2023)__
- [#41](https://github.com/raydac/java-binary-block-parser/issues/41) fix for Gradle plug-in
- improved tests

- __2.0.4 (01-aug-2022)__
- added unsigned 32 bit integer type __uint__ [#37](https://github.com/raydac/java-binary-block-parser/issues/37)
- provided way to filter fields for mapping operations and write object
operations [#36](https://github.com/raydac/java-binary-block-parser/issues/36)

- __2.0.3 (03-jan-2021)__
- added service methods `JBBPUtils.traceData` to print dump of an input stream into a PrintStream
- improved `JBBPTokenizerException` to show marked error
position [#30](https://github.com/raydac/java-binary-block-parser/issues/30)

- __2.0.2 (22-aug-2020)__
- added `JBBPOut#Bin` variant to override `@Bin` annotation fields in written objects.
- [#28](https://github.com/raydac/java-binary-block-parser/issues/28) added `JBBPOut#BinForceByteOrder` to override
byte order defined in `@Bin` annotations of written object.

[Full changelog](https://github.com/raydac/java-binary-block-parser/blob/master/changelog.txt)

# Maven dependency
Expand Down
4 changes: 4 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2.0.5 (17-jun-2023)
- [#41](https://github.com/raydac/java-binary-block-parser/issues/41) fix for Gradle plug-in
- improved tests

2.0.4 (01-aug-2022)
- added unsigned 32 bit integer type __uint__ [#37](https://github.com/raydac/java-binary-block-parser/issues/37)
- provided way to filter fields for mapping operations and write object operations [#36](https://github.com/raydac/java-binary-block-parser/issues/36)
Expand Down
4 changes: 2 additions & 2 deletions jbbp-plugins/jbbp-gradle-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
<parent>
<groupId>com.igormaznitsa</groupId>
<artifactId>jbbp-main-plugin-pom</artifactId>
<version>2.0.5-SNAPSHOT</version>
<version>2.0.5</version>
</parent>

<artifactId>jbbp-gradle-tests</artifactId>
<version>0.0.0-SNAPSHOT</version>
<packaging>pom</packaging>

<properties>
<jbbp.test.version>2.0.5-SNAPSHOT</jbbp.test.version>
<jbbp.test.version>${jbbp.version}</jbbp.test.version>
</properties>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion jbbp-plugins/jbbp-gradle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.igormaznitsa</groupId>
<artifactId>jbbp-main-plugin-pom</artifactId>
<version>2.0.5-SNAPSHOT</version>
<version>2.0.5</version>
</parent>

<artifactId>jbbp-gradle-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jbbp-plugins/jbbp-maven/jbbp-maven-plugin-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.igormaznitsa</groupId>
<artifactId>jbbp-maven-plugin-pom</artifactId>
<version>2.0.4</version>
<version>2.0.5</version>
</parent>

<artifactId>jbbp-maven-plugin-tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jbbp-plugins/jbbp-maven/jbbp-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.igormaznitsa</groupId>
<artifactId>jbbp-maven-plugin-pom</artifactId>
<version>2.0.5-SNAPSHOT</version>
<version>2.0.5</version>
</parent>

<artifactId>jbbp-maven-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jbbp-plugins/jbbp-maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.igormaznitsa</groupId>
<artifactId>jbbp-main-plugin-pom</artifactId>
<version>2.0.5-SNAPSHOT</version>
<version>2.0.5</version>
</parent>

<artifactId>jbbp-maven-plugin-pom</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jbbp-plugins/jbbp-plugin-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.igormaznitsa</groupId>
<artifactId>jbbp-main-plugin-pom</artifactId>
<version>2.0.5-SNAPSHOT</version>
<version>2.0.5</version>
</parent>

<artifactId>jbbp-plugin-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jbbp-plugins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.igormaznitsa</groupId>
<artifactId>jbbp-main-pom</artifactId>
<version>2.0.5-SNAPSHOT</version>
<version>2.0.5</version>
</parent>

<artifactId>jbbp-main-plugin-pom</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jbbp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.igormaznitsa</groupId>
<artifactId>jbbp-main-pom</artifactId>
<version>2.0.5-SNAPSHOT</version>
<version>2.0.5</version>
</parent>

<artifactId>jbbp</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.igormaznitsa</groupId>
<artifactId>jbbp-main-pom</artifactId>
<version>2.0.5-SNAPSHOT</version>
<version>2.0.5</version>
<packaging>pom</packaging>

<modules>
Expand All @@ -20,7 +20,7 @@
<maven.build.timestamp.format>yyyyMMddHHmm</maven.build.timestamp.format>
<mvn.version>3.0</mvn.version>
<meta.version>1.1.2</meta.version>
<jbbp.version>2.0.5-SNAPSHOT</jbbp.version>
<jbbp.version>2.0.5</jbbp.version>
<jbbp.plugin.version>${jbbp.version}</jbbp.plugin.version>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
Expand Down

0 comments on commit 53b7752

Please sign in to comment.