Releases: Panzer1119/codemakers4j
v0.21.3
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.21.3 (2023-02-23)
0.21.2 (2023-02-23)
Bug Fixes
- database: use PostgreSQLDialect dialect in hibernate-postgresql.properties (012d1e6)
0.21.1 (2023-02-23)
Bug Fixes
- database: getSubstitutions in HibernateProperties.java to return substitutions (3f9f196)
0.21.0 (2023-02-23)
⚠ BREAKING CHANGES
- database: remove custom jsonb type
- database: use JpaRoot instead of Root
Bug Fixes
0.20.13 (2021-09-03)
Bug Fixes
- readObject methods in MinIOConnector.java now return/use properly unclosed InputStreams (a05c61d)
0.20.12 (2021-09-03)
Features
- add toValidFilename method to FileUtil.java (69489b5)
0.20.11 (2021-08-14)
Features
- add some empty hash values to SecureHashUtil.java (02f81f3)
0.20.10 (2021-08-12)
0.20.9 (2021-08-12)
0.20.8 (2021-08-11)
0.20.7 (2021-08-11)
0.20.6 (2021-08-11)
0.20.5 (2021-08-11)
0.20.4 (2021-08-11)
0.20.3 (2021-08-11)
0.20.2 (2021-08-11)
0.20.1 (2021-08-11)
Bug Fixes
- rename directories from cjp... to codemakers4j... (d4c82ac)
0.20.0 (2021-08-11)
Bug Fixes
- i18n: set default locales when calling setLocale on I18nUtil.java (8388a6a)
0.1.11 (2021-08-06)
0.1.10 (2021-08-06)
0.1.9 (2021-08-06)
0.1.8 (2021-08-06)
0.1.7 (2021-08-05)
Features
- add setBasicProperty and setSubstitution to HibernateProperties.java (bbb6e4d)
0.1.6 (2021-08-04)
Bug Fixes
- only rollback a transaction if an error occurred in HibernateUtil.java (212005f)
0.1.5 (2021-08-04)
Bug Fixes
- make MinIOConnector.java constructor public (efb9451)
0.1.4 (2021-08-04)
Bug Fixes
- edit addOrUpgradeById methods in DatabaseConnector.java and HibernateUtil.java (934e657)
0.1.3 (2021-08-04)
0.1.2 (2021-08-03)
Bug Fixes
- create private constructor in HibernateUtil.java to hide the implicit public one (c18188b)
- remove unused class parameter from addOrUpgradeById methods (0297eef)
0.1.1 (2021-08-03)
Features
- add checkParameter method to ObjectStorageConnector.java (0b183d6)
- create DatabaseConnector.java (94f5302)
- create HibernateProperties.java, add templates hibernate-mysql.properties and hibernate-postgresql.properties (2343119)
- create HibernateUtil.java (a5229cb)
- create IEntity.java (e6febb6)
- create JsonBPostgreSQLDialect.java (19660d8)
- create JsonType.java (a3dced8)
- create MinIOConnector.java (b1a0133)
- create ObjectStorageConnector.java (fc7c5be)
- implement add and set methods in DatabaseConnector.java (d63ab36)
- implement add and set methods in HibernateUtil.java (adf490c)
- implement addOrSet and delete methods in DatabaseConnector.java (b345bf5)
- implement addOrSet and delete methods in HibernateUtil.java (0c13f9c)
- implement addOrUpgradeById methods in DatabaseConnector.java (af2e4a2)
- implement addOrUpgradeById methods in HibernateUtil.java (d9367ad)
- implement get/getAll/getWhere/getAllWhere methods in DatabaseConnector.java (93a4788)
- implement get/getAll/getWhere/getAllWhere methods in HibernateUtil.java (1222bc8)
- implement useSession and processSession in DatabaseConnector.java (126be9f)
- implement useSession and processSession in HibernateUtil.java (8aefd92)
Bug Fixes
- add shutdown hook back to DatabaseConnector.java (4b2aa61)
- close inputStream after writeObject in MinIOConnector.java (9f563ed)
- enable initData again in DatabaseConnector.java (9338fb0)
- implement both writeObject methods in MinIOConnector.java (6b34c60)
- implement copyObject and moveObject in MinIOConnector.java (68a39b1)
- implement removeObject in MinIOConnector.java (1ed9fbe)
- improve readObject methods in MinIOConnector.java (3bbe5ad)
- ...
v0.21.1
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.21.1 (2023-02-23)
Bug Fixes
- database: getSubstitutions in HibernateProperties.java to return substitutions (3f9f196)
0.21.0 (2023-02-23)
⚠ BREAKING CHANGES
- database: remove custom jsonb type
- database: use JpaRoot instead of Root
Bug Fixes
0.20.13 (2021-09-03)
Bug Fixes
- readObject methods in MinIOConnector.java now return/use properly unclosed InputStreams (a05c61d)
0.20.12 (2021-09-03)
Features
- add toValidFilename method to FileUtil.java (69489b5)
0.20.11 (2021-08-14)
Features
- add some empty hash values to SecureHashUtil.java (02f81f3)
0.20.10 (2021-08-12)
0.20.9 (2021-08-12)
0.20.8 (2021-08-11)
0.20.7 (2021-08-11)
0.20.6 (2021-08-11)
0.20.5 (2021-08-11)
0.20.4 (2021-08-11)
0.20.3 (2021-08-11)
0.20.2 (2021-08-11)
0.20.1 (2021-08-11)
Bug Fixes
- rename directories from cjp... to codemakers4j... (d4c82ac)
0.20.0 (2021-08-11)
Bug Fixes
- i18n: set default locales when calling setLocale on I18nUtil.java (8388a6a)
0.1.11 (2021-08-06)
0.1.10 (2021-08-06)
0.1.9 (2021-08-06)
0.1.8 (2021-08-06)
0.1.7 (2021-08-05)
Features
- add setBasicProperty and setSubstitution to HibernateProperties.java (bbb6e4d)
0.1.6 (2021-08-04)
Bug Fixes
- only rollback a transaction if an error occurred in HibernateUtil.java (212005f)
0.1.5 (2021-08-04)
Bug Fixes
- make MinIOConnector.java constructor public (efb9451)
0.1.4 (2021-08-04)
Bug Fixes
- edit addOrUpgradeById methods in DatabaseConnector.java and HibernateUtil.java (934e657)
0.1.3 (2021-08-04)
0.1.2 (2021-08-03)
Bug Fixes
- create private constructor in HibernateUtil.java to hide the implicit public one (c18188b)
- remove unused class parameter from addOrUpgradeById methods (0297eef)
0.1.1 (2021-08-03)
Features
- add checkParameter method to ObjectStorageConnector.java (0b183d6)
- create DatabaseConnector.java (94f5302)
- create HibernateProperties.java, add templates hibernate-mysql.properties and hibernate-postgresql.properties (2343119)
- create HibernateUtil.java (a5229cb)
- create IEntity.java (e6febb6)
- create JsonBPostgreSQLDialect.java (19660d8)
- create JsonType.java (a3dced8)
- create MinIOConnector.java (b1a0133)
- create ObjectStorageConnector.java (fc7c5be)
- implement add and set methods in DatabaseConnector.java (d63ab36)
- implement add and set methods in HibernateUtil.java (adf490c)
- implement addOrSet and delete methods in DatabaseConnector.java (b345bf5)
- implement addOrSet and delete methods in HibernateUtil.java (0c13f9c)
- implement addOrUpgradeById methods in DatabaseConnector.java (af2e4a2)
- implement addOrUpgradeById methods in HibernateUtil.java (d9367ad)
- implement get/getAll/getWhere/getAllWhere methods in DatabaseConnector.java (93a4788)
- implement get/getAll/getWhere/getAllWhere methods in HibernateUtil.java (1222bc8)
- implement useSession and processSession in DatabaseConnector.java (126be9f)
- implement useSession and processSession in HibernateUtil.java (8aefd92)
Bug Fixes
- add shutdown hook back to DatabaseConnector.java (4b2aa61)
- close inputStream after writeObject in MinIOConnector.java (9f563ed)
- enable initData again in DatabaseConnector.java (9338fb0)
- implement both writeObject methods in MinIOConnector.java (6b34c60)
- implement copyObject and moveObject in MinIOConnector.java (68a39b1)
- implement removeObject in MinIOConnector.java (1ed9fbe)
- improve readObject methods in MinIOConnector.java (3bbe5ad)
- make type generic of readObject function in ObjectStorageConnector.java (63c1f79)
- make type generic of readObject function in ObjectStorageConnector.java (36cca1c)
- remove another HibernateException from JsonType.java ([0ac...
v0.21.0
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.21.0 (2023-02-23)
⚠ BREAKING CHANGES
- database: remove custom jsonb type
- database: use JpaRoot instead of Root
Bug Fixes
0.20.13 (2021-09-03)
Bug Fixes
- readObject methods in MinIOConnector.java now return/use properly unclosed InputStreams (a05c61d)
0.20.12 (2021-09-03)
Features
- add toValidFilename method to FileUtil.java (69489b5)
0.20.11 (2021-08-14)
Features
- add some empty hash values to SecureHashUtil.java (02f81f3)
0.20.10 (2021-08-12)
0.20.9 (2021-08-12)
0.20.8 (2021-08-11)
0.20.7 (2021-08-11)
0.20.6 (2021-08-11)
0.20.5 (2021-08-11)
0.20.4 (2021-08-11)
0.20.3 (2021-08-11)
0.20.2 (2021-08-11)
0.20.1 (2021-08-11)
Bug Fixes
- rename directories from cjp... to codemakers4j... (d4c82ac)
0.20.0 (2021-08-11)
Bug Fixes
- i18n: set default locales when calling setLocale on I18nUtil.java (8388a6a)
0.1.11 (2021-08-06)
0.1.10 (2021-08-06)
0.1.9 (2021-08-06)
0.1.8 (2021-08-06)
0.1.7 (2021-08-05)
Features
- add setBasicProperty and setSubstitution to HibernateProperties.java (bbb6e4d)
0.1.6 (2021-08-04)
Bug Fixes
- only rollback a transaction if an error occurred in HibernateUtil.java (212005f)
0.1.5 (2021-08-04)
Bug Fixes
- make MinIOConnector.java constructor public (efb9451)
0.1.4 (2021-08-04)
Bug Fixes
- edit addOrUpgradeById methods in DatabaseConnector.java and HibernateUtil.java (934e657)
0.1.3 (2021-08-04)
0.1.2 (2021-08-03)
Bug Fixes
- create private constructor in HibernateUtil.java to hide the implicit public one (c18188b)
- remove unused class parameter from addOrUpgradeById methods (0297eef)
0.1.1 (2021-08-03)
Features
- add checkParameter method to ObjectStorageConnector.java (0b183d6)
- create DatabaseConnector.java (94f5302)
- create HibernateProperties.java, add templates hibernate-mysql.properties and hibernate-postgresql.properties (2343119)
- create HibernateUtil.java (a5229cb)
- create IEntity.java (e6febb6)
- create JsonBPostgreSQLDialect.java (19660d8)
- create JsonType.java (a3dced8)
- create MinIOConnector.java (b1a0133)
- create ObjectStorageConnector.java (fc7c5be)
- implement add and set methods in DatabaseConnector.java (d63ab36)
- implement add and set methods in HibernateUtil.java (adf490c)
- implement addOrSet and delete methods in DatabaseConnector.java (b345bf5)
- implement addOrSet and delete methods in HibernateUtil.java (0c13f9c)
- implement addOrUpgradeById methods in DatabaseConnector.java (af2e4a2)
- implement addOrUpgradeById methods in HibernateUtil.java (d9367ad)
- implement get/getAll/getWhere/getAllWhere methods in DatabaseConnector.java (93a4788)
- implement get/getAll/getWhere/getAllWhere methods in HibernateUtil.java (1222bc8)
- implement useSession and processSession in DatabaseConnector.java (126be9f)
- implement useSession and processSession in HibernateUtil.java (8aefd92)
Bug Fixes
- add shutdown hook back to DatabaseConnector.java (4b2aa61)
- close inputStream after writeObject in MinIOConnector.java (9f563ed)
- enable initData again in DatabaseConnector.java (9338fb0)
- implement both writeObject methods in MinIOConnector.java (6b34c60)
- implement copyObject and moveObject in MinIOConnector.java (68a39b1)
- implement removeObject in MinIOConnector.java (1ed9fbe)
- improve readObject methods in MinIOConnector.java (3bbe5ad)
- make type generic of readObject function in ObjectStorageConnector.java (63c1f79)
- make type generic of readObject function in ObjectStorageConnector.java (36cca1c)
- remove another HibernateException from JsonType.java (0ac3f63)
- remove code smells from JsonType.java (eb672be)
- revert useSession returning boolean in HibernateUtil.java ([375b3f0](https:/...
v0.20.13
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.20.13 (2021-09-03)
Bug Fixes
- readObject methods in MinIOConnector.java now return/use properly unclosed InputStreams (a05c61d)
0.20.12 (2021-09-03)
Features
- add toValidFilename method to FileUtil.java (69489b5)
0.20.11 (2021-08-14)
Features
- add some empty hash values to SecureHashUtil.java (02f81f3)
0.20.10 (2021-08-12)
0.20.9 (2021-08-12)
0.20.8 (2021-08-11)
0.20.7 (2021-08-11)
0.20.6 (2021-08-11)
0.20.5 (2021-08-11)
0.20.4 (2021-08-11)
0.20.3 (2021-08-11)
0.20.2 (2021-08-11)
0.20.1 (2021-08-11)
Bug Fixes
- rename directories from cjp... to codemakers4j... (d4c82ac)
0.20.0 (2021-08-11)
Bug Fixes
- i18n: set default locales when calling setLocale on I18nUtil.java (8388a6a)
0.1.11 (2021-08-06)
0.1.10 (2021-08-06)
0.1.9 (2021-08-06)
0.1.8 (2021-08-06)
0.1.7 (2021-08-05)
Features
- add setBasicProperty and setSubstitution to HibernateProperties.java (bbb6e4d)
0.1.6 (2021-08-04)
Bug Fixes
- only rollback a transaction if an error occurred in HibernateUtil.java (212005f)
0.1.5 (2021-08-04)
Bug Fixes
- make MinIOConnector.java constructor public (efb9451)
0.1.4 (2021-08-04)
Bug Fixes
- edit addOrUpgradeById methods in DatabaseConnector.java and HibernateUtil.java (934e657)
0.1.3 (2021-08-04)
0.1.2 (2021-08-03)
Bug Fixes
- create private constructor in HibernateUtil.java to hide the implicit public one (c18188b)
- remove unused class parameter from addOrUpgradeById methods (0297eef)
0.1.1 (2021-08-03)
Features
- add checkParameter method to ObjectStorageConnector.java (0b183d6)
- create DatabaseConnector.java (94f5302)
- create HibernateProperties.java, add templates hibernate-mysql.properties and hibernate-postgresql.properties (2343119)
- create HibernateUtil.java (a5229cb)
- create IEntity.java (e6febb6)
- create JsonBPostgreSQLDialect.java (19660d8)
- create JsonType.java (a3dced8)
- create MinIOConnector.java (b1a0133)
- create ObjectStorageConnector.java (fc7c5be)
- implement add and set methods in DatabaseConnector.java (d63ab36)
- implement add and set methods in HibernateUtil.java (adf490c)
- implement addOrSet and delete methods in DatabaseConnector.java (b345bf5)
- implement addOrSet and delete methods in HibernateUtil.java (0c13f9c)
- implement addOrUpgradeById methods in DatabaseConnector.java (af2e4a2)
- implement addOrUpgradeById methods in HibernateUtil.java (d9367ad)
- implement get/getAll/getWhere/getAllWhere methods in DatabaseConnector.java (93a4788)
- implement get/getAll/getWhere/getAllWhere methods in HibernateUtil.java (1222bc8)
- implement useSession and processSession in DatabaseConnector.java (126be9f)
- implement useSession and processSession in HibernateUtil.java (8aefd92)
Bug Fixes
- add shutdown hook back to DatabaseConnector.java (4b2aa61)
- close inputStream after writeObject in MinIOConnector.java (9f563ed)
- enable initData again in DatabaseConnector.java (9338fb0)
- implement both writeObject methods in MinIOConnector.java (6b34c60)
- implement copyObject and moveObject in MinIOConnector.java (68a39b1)
- implement removeObject in MinIOConnector.java (1ed9fbe)
- improve readObject methods in MinIOConnector.java (3bbe5ad)
- make type generic of readObject function in ObjectStorageConnector.java (63c1f79)
- make type generic of readObject function in ObjectStorageConnector.java (36cca1c)
- remove another HibernateException from JsonType.java (0ac3f63)
- remove code smells from JsonType.java (eb672be)
- revert useSession returning boolean in HibernateUtil.java (375b3f0)
0.1.0 (2021-08-03)
0.16.14 (2021-08-09)
0.16.13 (2021-08-09)
Features
- i18n: add convenient (un)register methods to I18nReloadEventListener.java ([d5717a1](Panzer1119/CJP@d5717a1c9de6365dfc682bf9e...
v0.20.12
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.20.12 (2021-09-03)
Features
- add toValidFilename method to FileUtil.java (69489b5)
0.20.11 (2021-08-14)
Features
- add some empty hash values to SecureHashUtil.java (02f81f3)
0.20.10 (2021-08-12)
0.20.9 (2021-08-12)
0.20.8 (2021-08-11)
0.20.7 (2021-08-11)
0.20.6 (2021-08-11)
0.20.5 (2021-08-11)
0.20.4 (2021-08-11)
0.20.3 (2021-08-11)
0.20.2 (2021-08-11)
0.20.1 (2021-08-11)
Bug Fixes
- rename directories from cjp... to codemakers4j... (d4c82ac)
0.20.0 (2021-08-11)
Bug Fixes
- i18n: set default locales when calling setLocale on I18nUtil.java (8388a6a)
0.1.11 (2021-08-06)
0.1.10 (2021-08-06)
0.1.9 (2021-08-06)
0.1.8 (2021-08-06)
0.1.7 (2021-08-05)
Features
- add setBasicProperty and setSubstitution to HibernateProperties.java (bbb6e4d)
0.1.6 (2021-08-04)
Bug Fixes
- only rollback a transaction if an error occurred in HibernateUtil.java (212005f)
0.1.5 (2021-08-04)
Bug Fixes
- make MinIOConnector.java constructor public (efb9451)
0.1.4 (2021-08-04)
Bug Fixes
- edit addOrUpgradeById methods in DatabaseConnector.java and HibernateUtil.java (934e657)
0.1.3 (2021-08-04)
0.1.2 (2021-08-03)
Bug Fixes
- create private constructor in HibernateUtil.java to hide the implicit public one (c18188b)
- remove unused class parameter from addOrUpgradeById methods (0297eef)
0.1.1 (2021-08-03)
Features
- add checkParameter method to ObjectStorageConnector.java (0b183d6)
- create DatabaseConnector.java (94f5302)
- create HibernateProperties.java, add templates hibernate-mysql.properties and hibernate-postgresql.properties (2343119)
- create HibernateUtil.java (a5229cb)
- create IEntity.java (e6febb6)
- create JsonBPostgreSQLDialect.java (19660d8)
- create JsonType.java (a3dced8)
- create MinIOConnector.java (b1a0133)
- create ObjectStorageConnector.java (fc7c5be)
- implement add and set methods in DatabaseConnector.java (d63ab36)
- implement add and set methods in HibernateUtil.java (adf490c)
- implement addOrSet and delete methods in DatabaseConnector.java (b345bf5)
- implement addOrSet and delete methods in HibernateUtil.java (0c13f9c)
- implement addOrUpgradeById methods in DatabaseConnector.java (af2e4a2)
- implement addOrUpgradeById methods in HibernateUtil.java (d9367ad)
- implement get/getAll/getWhere/getAllWhere methods in DatabaseConnector.java (93a4788)
- implement get/getAll/getWhere/getAllWhere methods in HibernateUtil.java (1222bc8)
- implement useSession and processSession in DatabaseConnector.java (126be9f)
- implement useSession and processSession in HibernateUtil.java (8aefd92)
Bug Fixes
- add shutdown hook back to DatabaseConnector.java (4b2aa61)
- close inputStream after writeObject in MinIOConnector.java (9f563ed)
- enable initData again in DatabaseConnector.java (9338fb0)
- implement both writeObject methods in MinIOConnector.java (6b34c60)
- implement copyObject and moveObject in MinIOConnector.java (68a39b1)
- implement removeObject in MinIOConnector.java (1ed9fbe)
- improve readObject methods in MinIOConnector.java (3bbe5ad)
- make type generic of readObject function in ObjectStorageConnector.java (63c1f79)
- make type generic of readObject function in ObjectStorageConnector.java (36cca1c)
- remove another HibernateException from JsonType.java (0ac3f63)
- remove code smells from JsonType.java (eb672be)
- revert useSession returning boolean in HibernateUtil.java (375b3f0)
0.1.0 (2021-08-03)
0.16.14 (2021-08-09)
0.16.13 (2021-08-09)
Features
- i18n: add convenient (un)register methods to I18nReloadEventListener.java (d5717a1)
- i18n: add custom ResourceBundle support to I18nUtil.java (8ddaa5f)
- i18n: add i18n console ResourceBundle ([3ef586d](Panzer1119/CJP@3ef586d...
v0.20.11
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.20.11 (2021-08-14)
Features
- add some empty hash values to SecureHashUtil.java (02f81f3)
0.20.10 (2021-08-12)
0.20.9 (2021-08-12)
0.20.8 (2021-08-11)
0.20.7 (2021-08-11)
0.20.6 (2021-08-11)
0.20.5 (2021-08-11)
0.20.4 (2021-08-11)
0.20.3 (2021-08-11)
0.20.2 (2021-08-11)
0.20.1 (2021-08-11)
Bug Fixes
- rename directories from cjp... to codemakers4j... (d4c82ac)
0.20.0 (2021-08-11)
Bug Fixes
- i18n: set default locales when calling setLocale on I18nUtil.java (8388a6a)
0.1.11 (2021-08-06)
0.1.10 (2021-08-06)
0.1.9 (2021-08-06)
0.1.8 (2021-08-06)
0.1.7 (2021-08-05)
Features
- add setBasicProperty and setSubstitution to HibernateProperties.java (bbb6e4d)
0.1.6 (2021-08-04)
Bug Fixes
- only rollback a transaction if an error occurred in HibernateUtil.java (212005f)
0.1.5 (2021-08-04)
Bug Fixes
- make MinIOConnector.java constructor public (efb9451)
0.1.4 (2021-08-04)
Bug Fixes
- edit addOrUpgradeById methods in DatabaseConnector.java and HibernateUtil.java (934e657)
0.1.3 (2021-08-04)
0.1.2 (2021-08-03)
Bug Fixes
- create private constructor in HibernateUtil.java to hide the implicit public one (c18188b)
- remove unused class parameter from addOrUpgradeById methods (0297eef)
0.1.1 (2021-08-03)
Features
- add checkParameter method to ObjectStorageConnector.java (0b183d6)
- create DatabaseConnector.java (94f5302)
- create HibernateProperties.java, add templates hibernate-mysql.properties and hibernate-postgresql.properties (2343119)
- create HibernateUtil.java (a5229cb)
- create IEntity.java (e6febb6)
- create JsonBPostgreSQLDialect.java (19660d8)
- create JsonType.java (a3dced8)
- create MinIOConnector.java (b1a0133)
- create ObjectStorageConnector.java (fc7c5be)
- implement add and set methods in DatabaseConnector.java (d63ab36)
- implement add and set methods in HibernateUtil.java (adf490c)
- implement addOrSet and delete methods in DatabaseConnector.java (b345bf5)
- implement addOrSet and delete methods in HibernateUtil.java (0c13f9c)
- implement addOrUpgradeById methods in DatabaseConnector.java (af2e4a2)
- implement addOrUpgradeById methods in HibernateUtil.java (d9367ad)
- implement get/getAll/getWhere/getAllWhere methods in DatabaseConnector.java (93a4788)
- implement get/getAll/getWhere/getAllWhere methods in HibernateUtil.java (1222bc8)
- implement useSession and processSession in DatabaseConnector.java (126be9f)
- implement useSession and processSession in HibernateUtil.java (8aefd92)
Bug Fixes
- add shutdown hook back to DatabaseConnector.java (4b2aa61)
- close inputStream after writeObject in MinIOConnector.java (9f563ed)
- enable initData again in DatabaseConnector.java (9338fb0)
- implement both writeObject methods in MinIOConnector.java (6b34c60)
- implement copyObject and moveObject in MinIOConnector.java (68a39b1)
- implement removeObject in MinIOConnector.java (1ed9fbe)
- improve readObject methods in MinIOConnector.java (3bbe5ad)
- make type generic of readObject function in ObjectStorageConnector.java (63c1f79)
- make type generic of readObject function in ObjectStorageConnector.java (36cca1c)
- remove another HibernateException from JsonType.java (0ac3f63)
- remove code smells from JsonType.java (eb672be)
- revert useSession returning boolean in HibernateUtil.java (375b3f0)
0.1.0 (2021-08-03)
0.16.14 (2021-08-09)
0.16.13 (2021-08-09)
Features
- i18n: add convenient (un)register methods to I18nReloadEventListener.java (d5717a1)
- i18n: add custom ResourceBundle support to I18nUtil.java (8ddaa5f)
- i18n: add i18n console ResourceBundle (3ef586d)
- i18n: add i18n log_level ResourceBundle (d9db3ad)
- i18n: add i18n ui ResourceBundle ([f4e4820](Panzer1119/CJP@f4e4820...
v0.20.10
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.20.10 (2021-08-12)
0.20.9 (2021-08-12)
0.20.8 (2021-08-11)
0.20.7 (2021-08-11)
0.20.6 (2021-08-11)
0.20.5 (2021-08-11)
0.20.4 (2021-08-11)
0.20.3 (2021-08-11)
0.20.2 (2021-08-11)
0.20.1 (2021-08-11)
Bug Fixes
- rename directories from cjp... to codemakers4j... (d4c82ac)
0.20.0 (2021-08-11)
Bug Fixes
- i18n: set default locales when calling setLocale on I18nUtil.java (8388a6a)
0.1.11 (2021-08-06)
0.1.10 (2021-08-06)
0.1.9 (2021-08-06)
0.1.8 (2021-08-06)
0.1.7 (2021-08-05)
Features
- add setBasicProperty and setSubstitution to HibernateProperties.java (bbb6e4d)
0.1.6 (2021-08-04)
Bug Fixes
- only rollback a transaction if an error occurred in HibernateUtil.java (212005f)
0.1.5 (2021-08-04)
Bug Fixes
- make MinIOConnector.java constructor public (efb9451)
0.1.4 (2021-08-04)
Bug Fixes
- edit addOrUpgradeById methods in DatabaseConnector.java and HibernateUtil.java (934e657)
0.1.3 (2021-08-04)
0.1.2 (2021-08-03)
Bug Fixes
- create private constructor in HibernateUtil.java to hide the implicit public one (c18188b)
- remove unused class parameter from addOrUpgradeById methods (0297eef)
0.1.1 (2021-08-03)
Features
- add checkParameter method to ObjectStorageConnector.java (0b183d6)
- create DatabaseConnector.java (94f5302)
- create HibernateProperties.java, add templates hibernate-mysql.properties and hibernate-postgresql.properties (2343119)
- create HibernateUtil.java (a5229cb)
- create IEntity.java (e6febb6)
- create JsonBPostgreSQLDialect.java (19660d8)
- create JsonType.java (a3dced8)
- create MinIOConnector.java (b1a0133)
- create ObjectStorageConnector.java (fc7c5be)
- implement add and set methods in DatabaseConnector.java (d63ab36)
- implement add and set methods in HibernateUtil.java (adf490c)
- implement addOrSet and delete methods in DatabaseConnector.java (b345bf5)
- implement addOrSet and delete methods in HibernateUtil.java (0c13f9c)
- implement addOrUpgradeById methods in DatabaseConnector.java (af2e4a2)
- implement addOrUpgradeById methods in HibernateUtil.java (d9367ad)
- implement get/getAll/getWhere/getAllWhere methods in DatabaseConnector.java (93a4788)
- implement get/getAll/getWhere/getAllWhere methods in HibernateUtil.java (1222bc8)
- implement useSession and processSession in DatabaseConnector.java (126be9f)
- implement useSession and processSession in HibernateUtil.java (8aefd92)
Bug Fixes
- add shutdown hook back to DatabaseConnector.java (4b2aa61)
- close inputStream after writeObject in MinIOConnector.java (9f563ed)
- enable initData again in DatabaseConnector.java (9338fb0)
- implement both writeObject methods in MinIOConnector.java (6b34c60)
- implement copyObject and moveObject in MinIOConnector.java (68a39b1)
- implement removeObject in MinIOConnector.java (1ed9fbe)
- improve readObject methods in MinIOConnector.java (3bbe5ad)
- make type generic of readObject function in ObjectStorageConnector.java (63c1f79)
- make type generic of readObject function in ObjectStorageConnector.java (36cca1c)
- remove another HibernateException from JsonType.java (0ac3f63)
- remove code smells from JsonType.java (eb672be)
- revert useSession returning boolean in HibernateUtil.java (375b3f0)
0.1.0 (2021-08-03)
0.16.14 (2021-08-09)
0.16.13 (2021-08-09)
Features
- i18n: add convenient (un)register methods to I18nReloadEventListener.java (d5717a1)
- i18n: add custom ResourceBundle support to I18nUtil.java (8ddaa5f)
- i18n: add i18n console ResourceBundle (3ef586d)
- i18n: add i18n log_level ResourceBundle (d9db3ad)
- i18n: add i18n ui ResourceBundle (f4e4820)
- i18n: create I18nReloadEvent.java, I18nReloadEventHandler.java and I18nReloadEventListener.java (3a757e3)
- i18n: create I18nUtil.java ([a923028](https://github.com...
v0.20.9
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.20.9 (2021-08-12)
0.20.8 (2021-08-11)
0.20.7 (2021-08-11)
0.20.6 (2021-08-11)
0.20.5 (2021-08-11)
0.20.4 (2021-08-11)
0.20.3 (2021-08-11)
0.20.2 (2021-08-11)
0.20.1 (2021-08-11)
Bug Fixes
- rename directories from cjp... to codemakers4j... (d4c82ac)
0.20.0 (2021-08-11)
Bug Fixes
- i18n: set default locales when calling setLocale on I18nUtil.java (8388a6a)
0.1.11 (2021-08-06)
0.1.10 (2021-08-06)
0.1.9 (2021-08-06)
0.1.8 (2021-08-06)
0.1.7 (2021-08-05)
Features
- add setBasicProperty and setSubstitution to HibernateProperties.java (bbb6e4d)
0.1.6 (2021-08-04)
Bug Fixes
- only rollback a transaction if an error occurred in HibernateUtil.java (212005f)
0.1.5 (2021-08-04)
Bug Fixes
- make MinIOConnector.java constructor public (efb9451)
0.1.4 (2021-08-04)
Bug Fixes
- edit addOrUpgradeById methods in DatabaseConnector.java and HibernateUtil.java (934e657)
0.1.3 (2021-08-04)
0.1.2 (2021-08-03)
Bug Fixes
- create private constructor in HibernateUtil.java to hide the implicit public one (c18188b)
- remove unused class parameter from addOrUpgradeById methods (0297eef)
0.1.1 (2021-08-03)
Features
- add checkParameter method to ObjectStorageConnector.java (0b183d6)
- create DatabaseConnector.java (94f5302)
- create HibernateProperties.java, add templates hibernate-mysql.properties and hibernate-postgresql.properties (2343119)
- create HibernateUtil.java (a5229cb)
- create IEntity.java (e6febb6)
- create JsonBPostgreSQLDialect.java (19660d8)
- create JsonType.java (a3dced8)
- create MinIOConnector.java (b1a0133)
- create ObjectStorageConnector.java (fc7c5be)
- implement add and set methods in DatabaseConnector.java (d63ab36)
- implement add and set methods in HibernateUtil.java (adf490c)
- implement addOrSet and delete methods in DatabaseConnector.java (b345bf5)
- implement addOrSet and delete methods in HibernateUtil.java (0c13f9c)
- implement addOrUpgradeById methods in DatabaseConnector.java (af2e4a2)
- implement addOrUpgradeById methods in HibernateUtil.java (d9367ad)
- implement get/getAll/getWhere/getAllWhere methods in DatabaseConnector.java (93a4788)
- implement get/getAll/getWhere/getAllWhere methods in HibernateUtil.java (1222bc8)
- implement useSession and processSession in DatabaseConnector.java (126be9f)
- implement useSession and processSession in HibernateUtil.java (8aefd92)
Bug Fixes
- add shutdown hook back to DatabaseConnector.java (4b2aa61)
- close inputStream after writeObject in MinIOConnector.java (9f563ed)
- enable initData again in DatabaseConnector.java (9338fb0)
- implement both writeObject methods in MinIOConnector.java (6b34c60)
- implement copyObject and moveObject in MinIOConnector.java (68a39b1)
- implement removeObject in MinIOConnector.java (1ed9fbe)
- improve readObject methods in MinIOConnector.java (3bbe5ad)
- make type generic of readObject function in ObjectStorageConnector.java (63c1f79)
- make type generic of readObject function in ObjectStorageConnector.java (36cca1c)
- remove another HibernateException from JsonType.java (0ac3f63)
- remove code smells from JsonType.java (eb672be)
- revert useSession returning boolean in HibernateUtil.java (375b3f0)
0.1.0 (2021-08-03)
0.16.14 (2021-08-09)
0.16.13 (2021-08-09)
Features
- i18n: add convenient (un)register methods to I18nReloadEventListener.java (d5717a1)
- i18n: add custom ResourceBundle support to I18nUtil.java (8ddaa5f)
- i18n: add i18n console ResourceBundle (3ef586d)
- i18n: add i18n log_level ResourceBundle (d9db3ad)
- i18n: add i18n ui ResourceBundle (f4e4820)
- i18n: create I18nReloadEvent.java, I18nReloadEventHandler.java and I18nReloadEventListener.java (3a757e3)
- i18n: create I18nUtil.java (a923028)
- logging: add default LogEve...
v0.20.8
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.20.8 (2021-08-11)
0.20.7 (2021-08-11)
0.20.6 (2021-08-11)
0.20.5 (2021-08-11)
0.20.4 (2021-08-11)
0.20.3 (2021-08-11)
0.20.2 (2021-08-11)
0.20.1 (2021-08-11)
Bug Fixes
- rename directories from cjp... to codemakers4j... (d4c82ac)
0.20.0 (2021-08-11)
Bug Fixes
- i18n: set default locales when calling setLocale on I18nUtil.java (8388a6a)
0.1.11 (2021-08-06)
0.1.10 (2021-08-06)
0.1.9 (2021-08-06)
0.1.8 (2021-08-06)
0.1.7 (2021-08-05)
Features
- add setBasicProperty and setSubstitution to HibernateProperties.java (bbb6e4d)
0.1.6 (2021-08-04)
Bug Fixes
- only rollback a transaction if an error occurred in HibernateUtil.java (212005f)
0.1.5 (2021-08-04)
Bug Fixes
- make MinIOConnector.java constructor public (efb9451)
0.1.4 (2021-08-04)
Bug Fixes
- edit addOrUpgradeById methods in DatabaseConnector.java and HibernateUtil.java (934e657)
0.1.3 (2021-08-04)
0.1.2 (2021-08-03)
Bug Fixes
- create private constructor in HibernateUtil.java to hide the implicit public one (c18188b)
- remove unused class parameter from addOrUpgradeById methods (0297eef)
0.1.1 (2021-08-03)
Features
- add checkParameter method to ObjectStorageConnector.java (0b183d6)
- create DatabaseConnector.java (94f5302)
- create HibernateProperties.java, add templates hibernate-mysql.properties and hibernate-postgresql.properties (2343119)
- create HibernateUtil.java (a5229cb)
- create IEntity.java (e6febb6)
- create JsonBPostgreSQLDialect.java (19660d8)
- create JsonType.java (a3dced8)
- create MinIOConnector.java (b1a0133)
- create ObjectStorageConnector.java (fc7c5be)
- implement add and set methods in DatabaseConnector.java (d63ab36)
- implement add and set methods in HibernateUtil.java (adf490c)
- implement addOrSet and delete methods in DatabaseConnector.java (b345bf5)
- implement addOrSet and delete methods in HibernateUtil.java (0c13f9c)
- implement addOrUpgradeById methods in DatabaseConnector.java (af2e4a2)
- implement addOrUpgradeById methods in HibernateUtil.java (d9367ad)
- implement get/getAll/getWhere/getAllWhere methods in DatabaseConnector.java (93a4788)
- implement get/getAll/getWhere/getAllWhere methods in HibernateUtil.java (1222bc8)
- implement useSession and processSession in DatabaseConnector.java (126be9f)
- implement useSession and processSession in HibernateUtil.java (8aefd92)
Bug Fixes
- add shutdown hook back to DatabaseConnector.java (4b2aa61)
- close inputStream after writeObject in MinIOConnector.java (9f563ed)
- enable initData again in DatabaseConnector.java (9338fb0)
- implement both writeObject methods in MinIOConnector.java (6b34c60)
- implement copyObject and moveObject in MinIOConnector.java (68a39b1)
- implement removeObject in MinIOConnector.java (1ed9fbe)
- improve readObject methods in MinIOConnector.java (3bbe5ad)
- make type generic of readObject function in ObjectStorageConnector.java (63c1f79)
- make type generic of readObject function in ObjectStorageConnector.java (36cca1c)
- remove another HibernateException from JsonType.java (0ac3f63)
- remove code smells from JsonType.java (eb672be)
- revert useSession returning boolean in HibernateUtil.java (375b3f0)
0.1.0 (2021-08-03)
0.16.14 (2021-08-09)
0.16.13 (2021-08-09)
Features
- i18n: add convenient (un)register methods to I18nReloadEventListener.java (d5717a1)
- i18n: add custom ResourceBundle support to I18nUtil.java (8ddaa5f)
- i18n: add i18n console ResourceBundle (3ef586d)
- i18n: add i18n log_level ResourceBundle (d9db3ad)
- i18n: add i18n ui ResourceBundle (f4e4820)
- i18n: create I18nReloadEvent.java, I18nReloadEventHandler.java and I18nReloadEventListener.java (3a757e3)
- i18n: create I18nUtil.java (a923028)
- logging: add default LogEventFormatter without source ([88e8dc7](Panzer1119/CJP@88e8dc7c9a9c8093db...
v0.20.7
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.20.7 (2021-08-11)
0.20.6 (2021-08-11)
0.20.5 (2021-08-11)
0.20.4 (2021-08-11)
0.20.3 (2021-08-11)
0.20.2 (2021-08-11)
0.20.1 (2021-08-11)
Bug Fixes
- rename directories from cjp... to codemakers4j... (d4c82ac)
0.20.0 (2021-08-11)
Bug Fixes
- i18n: set default locales when calling setLocale on I18nUtil.java (8388a6a)
0.1.11 (2021-08-06)
0.1.10 (2021-08-06)
0.1.9 (2021-08-06)
0.1.8 (2021-08-06)
0.1.7 (2021-08-05)
Features
- add setBasicProperty and setSubstitution to HibernateProperties.java (bbb6e4d)
0.1.6 (2021-08-04)
Bug Fixes
- only rollback a transaction if an error occurred in HibernateUtil.java (212005f)
0.1.5 (2021-08-04)
Bug Fixes
- make MinIOConnector.java constructor public (efb9451)
0.1.4 (2021-08-04)
Bug Fixes
- edit addOrUpgradeById methods in DatabaseConnector.java and HibernateUtil.java (934e657)
0.1.3 (2021-08-04)
0.1.2 (2021-08-03)
Bug Fixes
- create private constructor in HibernateUtil.java to hide the implicit public one (c18188b)
- remove unused class parameter from addOrUpgradeById methods (0297eef)
0.1.1 (2021-08-03)
Features
- add checkParameter method to ObjectStorageConnector.java (0b183d6)
- create DatabaseConnector.java (94f5302)
- create HibernateProperties.java, add templates hibernate-mysql.properties and hibernate-postgresql.properties (2343119)
- create HibernateUtil.java (a5229cb)
- create IEntity.java (e6febb6)
- create JsonBPostgreSQLDialect.java (19660d8)
- create JsonType.java (a3dced8)
- create MinIOConnector.java (b1a0133)
- create ObjectStorageConnector.java (fc7c5be)
- implement add and set methods in DatabaseConnector.java (d63ab36)
- implement add and set methods in HibernateUtil.java (adf490c)
- implement addOrSet and delete methods in DatabaseConnector.java (b345bf5)
- implement addOrSet and delete methods in HibernateUtil.java (0c13f9c)
- implement addOrUpgradeById methods in DatabaseConnector.java (af2e4a2)
- implement addOrUpgradeById methods in HibernateUtil.java (d9367ad)
- implement get/getAll/getWhere/getAllWhere methods in DatabaseConnector.java (93a4788)
- implement get/getAll/getWhere/getAllWhere methods in HibernateUtil.java (1222bc8)
- implement useSession and processSession in DatabaseConnector.java (126be9f)
- implement useSession and processSession in HibernateUtil.java (8aefd92)
Bug Fixes
- add shutdown hook back to DatabaseConnector.java (4b2aa61)
- close inputStream after writeObject in MinIOConnector.java (9f563ed)
- enable initData again in DatabaseConnector.java (9338fb0)
- implement both writeObject methods in MinIOConnector.java (6b34c60)
- implement copyObject and moveObject in MinIOConnector.java (68a39b1)
- implement removeObject in MinIOConnector.java (1ed9fbe)
- improve readObject methods in MinIOConnector.java (3bbe5ad)
- make type generic of readObject function in ObjectStorageConnector.java (63c1f79)
- make type generic of readObject function in ObjectStorageConnector.java (36cca1c)
- remove another HibernateException from JsonType.java (0ac3f63)
- remove code smells from JsonType.java (eb672be)
- revert useSession returning boolean in HibernateUtil.java (375b3f0)
0.1.0 (2021-08-03)
0.16.14 (2021-08-09)
0.16.13 (2021-08-09)
Features
- i18n: add convenient (un)register methods to I18nReloadEventListener.java (d5717a1)
- i18n: add custom ResourceBundle support to I18nUtil.java (8ddaa5f)
- i18n: add i18n console ResourceBundle (3ef586d)
- i18n: add i18n log_level ResourceBundle (d9db3ad)
- i18n: add i18n ui ResourceBundle (f4e4820)
- i18n: create I18nReloadEvent.java, I18nReloadEventHandler.java and I18nReloadEventListener.java (3a757e3)
- i18n: create I18nUtil.java (a923028)
- logging: add default LogEventFormatter without source (88e8dc7)
- rework EventHandler.java and IEventHandler.java ([5966970](https://git...