Releases: fugerit-org/fj-lib
Releases · fugerit-org/fj-lib
2024-05.2
2024-05.1
[8.5.9] - 2024-05-05
Fixed
- typo in SQLTypeConverter.localTimeToSqlTime()
[8.5.8] - 2024-05-05
Changed
- support for conversion LocaTime to/from java.sql.Time
[8.5.7] - 2024-05-05
Changed
- support for conversion from LocalDate/LocalDateTime to Date/Timestamp
2024-05.0
[8.5.6] - 2024-05-05
Changed
- support for conversion from java.util.Date to LocalDate/LocalDateTime
- fj-bom version set to 1.6.5
- DBUtils.indentifyDB() now recognizes h2 (600) and hsqldb (700) databases.
- IdGenerator for h2 is mapped to Postgres by default
2024-03.1
2024-03.0
2024-02.2
2024-02.1
2024-02.0
[8.4.8] - 2024-02-12
Added
- utilty FileIO.isInTmpFolder() to check if a file is in temp path
Changed
- fj-bom set to 1.6.0
- review workflows
[8.4.7] - 2024-01-22
Added
- method one() (shortcut for getSingleResult) in interface DaoResultList
Changed
- fj-daogen set to 1.3.2
2023-12.0
[8.4.6] - 2023-12-22
Changed
- Added java 21 to github action workflow for compatibility check
- fj-bom parent set to 1.5.2
- fj-bom parent set to 1.5.1, fix lombok-maven-plugin compatibility with java 21
Fixed
- java version helper with major only version (fix for java 21)
[8.4.5] - 2023-11-12
Changed
- fj-bom parent set to 1.5.0
Fixed
- javadoc generation for lombok annotated classes
2023-10.1
[8.4.4] - 2023-10-23
- applyWithMessage() and getWithMessage() special function to SafeFunction
[8.4.3] - 2023-10-22
Added
- applyWithMessage() and getWithMessage() special function to ConfigException, DAOException and HelperIOException
[8.4.2] - 2023-10-22
Added
- apply() and get() special function to ConfigException, DAOException and HelperIOException
Changed
- commons-io version set to 2.14.0
- java and maven badges link
Fixed
- LICENSE place holder