Skip to content

Commit

Permalink
integrate 3.0.4 into changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
optyfr committed Jun 22, 2024
1 parent d5a2afb commit e3f1dc9
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed


## [3.0.4]
### Fixed
- nullpointer on messages with FullServer
- nullpointer since jetty 12 for webclient bundled in a jar mode used by some distribution type (docker and nogui-noarch)

### Changed
- update jdk to 21.0.3+9


## [3.0.3]
### Fixed
- jdk.zipfs was missing in bundled JDK packages
Expand Down Expand Up @@ -518,7 +527,8 @@ dir but one is not present (should be green)
Initial release


[Unreleased]: https://github.com/optyfr/JRomManager/compare/3.0.3...HEAD
[Unreleased]: https://github.com/optyfr/JRomManager/compare/3.0.4...HEAD
[3.0.4]: https://github.com/optyfr/JRomManager/compare/3.0.3...3.0.4
[3.0.3]: https://github.com/optyfr/JRomManager/compare/3.0.2...3.0.3
[3.0.2]: https://github.com/optyfr/JRomManager/compare/3.0.1...3.0.2
[3.0.1]: https://github.com/optyfr/JRomManager/compare/3.0.0...3.0.1
Expand Down
6 changes: 6 additions & 0 deletions changelogs/3.0.4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
### Fixed
- nullpointer on messages with FullServer
- nullpointer since jetty 12 for webclient bundled in a jar mode used by some distribution type (docker and nogui-noarch)

### Changed
- update jdk to 21.0.3+9

0 comments on commit e3f1dc9

Please sign in to comment.