Skip to content

Commit 8b43138

Browse files
committed
[8.4.1] - 2023-10-01
1 parent ed74267 commit 8b43138

File tree

5 files changed

+7
-4
lines changed

5 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [8.4.1] - 2023-10-01
11+
1012
### Added
1113

1214
- [SafeFunction documentation](https://jupiterdocs.fugerit.org/fj-core/src/docs/SafeFunction.html)
1315

1416
### Changed
1517

1618
- RealJFile nows creates a FileWriter and FileReader for getWriter() and getReader() methods.
19+
- Default behavior of SafeFunction is now to wraps only checked exceptions. runtime exception are just re thrown.
1720

1821
### Fixed
1922

fj-core-jvfs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>org.fugerit.java</groupId>
1010
<artifactId>fj-lib</artifactId>
11-
<version>8.4.0</version>
11+
<version>8.4.1</version>
1212
</parent>
1313

1414
<name>fj-core-jvfs</name>

fj-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.fugerit.java</groupId>
99
<artifactId>fj-lib</artifactId>
10-
<version>8.4.0</version>
10+
<version>8.4.1</version>
1111
</parent>
1212

1313
<name>fj-core</name>

fj-tool/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.fugerit.java</groupId>
99
<artifactId>fj-lib</artifactId>
10-
<version>8.4.0</version>
10+
<version>8.4.1</version>
1111
</parent>
1212

1313
<name>fj-tool</name>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<relativePath></relativePath>
1212
</parent>
1313

14-
<version>8.4.0</version>
14+
<version>8.4.1</version>
1515
<packaging>pom</packaging>
1616

1717
<name>fj-lib</name>

0 commit comments

Comments
 (0)