You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Maven POM updated to module-info.java in source artifact.
4
-
- Maven POM updated to fix/remove maven-javadoc-plugin not creating package-list.
5
-
- Maven POM updated for known issue with maven-surefire-plugin; exceptions occurring when module-info.java file is in the path and/or reuseForks is false.
6
-
- Updated archived artifact entries in production jar file (including fields in manifest file).
7
-
- Updated read me with correct Maven execution for creating/installing artifacts to local repository.
3
+
- Updated Copyright for 2020.
4
+
- Updated JavaDoc for MutableValue class.
5
+
- Updated Receiver class with return type for fluent API designs.
6
+
- Added static method MutableValue.of(value) for easy creation.
7
+
- Added static method MutableValue.empty() for easy creation.
8
+
- Added method MutableValue.getValue() for exception-free retrieval of empty values.
0 commit comments