Skip to content

Latest commit

 

History

History
224 lines (128 loc) · 4.97 KB

CHANGELOG.md

File metadata and controls

224 lines (128 loc) · 4.97 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[8.4.1] - 2023-10-01

Added

Changed

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

Fixed

  • windows run of TestRealJFile.testFullFile()

[8.4.0] - 2023-09-30

Added

  • transformer config facility
  • xml white space remove utility
  • StreamHelper.resolveReader() method

Changed

  • fj-bom version set to 1.4.7
  • fj-daogen version set to 1.3.1

[8.3.9] - 2023-09-25

Added

Changed

Removed

  • Sonar cloud workflow yml removed. (after being merged with maven build)

Fixed

  • dependabot workflow ecosystem

[8.3.8] - 2023-09-23

Added

  • IteratorHelper utils

[8.3.7] - 2023-09-19

Changed

  • Renamed typo in SafeFunction.applyIfNotNull()
  • Restored log behavior of setFromElementSafe() (will not print stack trace)

[8.3.6] - 2023-09-18

Changed

  • Renamed typo in SafeFunction.applyIfNotNull()

[8.3.5] - 2023-09-16

Changed

  • All Sonar Cloud issues addressed

[8.3.4] - 2023-09-16

Changed

  • All Sonar Cloud issues addressed

[8.3.3] - 2023-09-16

Added

  • added java/maven badges

Changed

  • fj-daogen-version set to 1.2.2 in module fj-core-jvfs
  • ImplFinder interface methods does not throw any exception now

[8.3.1] - 2023-09-15

Changed

  • fj-bom updated to 1.4.0 (fj-test-helper8 now managed by parent pom)

[8.3.0] - 2023-09-15

Changed

Fixed

  • Javadoc generation with java 17
  • VirtualPageCache entry store did not work properly

Security

[8.2.8] - 2023-09-13

Changed

  • HelperIOException now exrends IOException

[8.2.7] - 2023-09-11

Added

Changed

  • fj-bom updated to to 1.3.6
  • better test coverage

Fixed

  • ArgUtils flag (param without values) are now read to default value of '1'

[8.2.6] - 2023-09-04

Changed

  • better coverage of BinaryCalc

Security

  • fj-bom updated to to 1.3.5

[8.2.5] - 2023-09-04

Added

  • workflow for package testing and dependency upload

Changed

[8.2.4] - 2023-09-04

Added

Changed

Fixed

  • TreeConfigXML didn't check if multiple root node where present (#21).
  • Set the license url in the property 'licenseURL' as in the 'license' tag.
  • scm url (.git was missing at the end).

[8.2.3] - 2023-08-31

Added

  • javadoc badges
  • modules description

Changed

  • fj-bom version set to 1.3.1
  • Sonar Cloud Maven Build set to use maven profile sonarfugerit and github environmental variable for sonarKey

Removed

  • index.md

[8.2.2] - 2023-08-31

Fixed

  • ClassHelper.newInstance(String) no longer throws exception (#23).
  • fixed-config-extract, it previously updated the source xlsx.

Changed

  • Updated module fj-core-jvfs dependancy fj-daogen-maven-plugin to 1.1.6

[8.2.1 and previous]

Changed