Releases: qbicsoftware/data-model-lib
Releases · qbicsoftware/data-model-lib
Release 2.15.0
2.15.0 (2022-01-24)
Added
- Add displayName to
life.qbic.datamodel.samples.Status
(#282)
Fixed
Dependencies
Deprecated
Hotfix 2.14.4
2.14.4 (2022-01-07)
Added
Fixed
Dependencies
-
Bump
org.apache.logging.log4j:log4j-api
from 2.17.0 to 2.17.1 -
Bump
org.apache.logging.log4j:log4j-core
from 2.17.0 to 2.17.1
Deprecated
2.14.3
2.14.3 (2021-12-20)
Added
Fixed
Dependencies
-
Bump
org.apache.logging.log4j:log4j-api
from 2.16.0 to 2.17.0 -
Bump
org.apache.logging.log4j:log4j-core
from 2.16.0 to 2.17.0
Deprecated
Hotfix 2.14.2
2.14.2 (2021-12-16)
Added
Fixed
Dependencies
org.codehaus.groovy:groovy-bom:2.5.10
->2.5.14
org.codehaus.groovy:groovy-all:2.5.10
->2.5.14
org.osgi:osgi.core:7.0.0
-> 8.0.0com.github.everit-org.json-schema:org.everit.json.schema:1.12.1
->1.12.2
org.apache.logging.log4j:log4j-api:2.15.0
->2.16.0
(CVE-2021-45046)org.apache.logging.log4j:log4j-core:2.15.0
->2.16.0
(CVE-2021-45046)maven-surefire-plugin:2.21.0
->2.22.2
org.codehaus.gmavenplus:gmavenplus-plugin:1.12.0
->1.12.1
org.apache.maven.plugins:maven-site-plugin:3.7.1
->3.9.1
org.apache.maven.plugins:maven-project-info-reports-plugin:3.0.0
->3.1.1
Deprecated
Hotfix 2.14.1
Addresses CVE-2021-44228
Red October
2.14.0 (2021-10-27)
Added
- Added String representing product abbreviation to ProductCategory Enum (#266)
- ProductId now provides 'From' method to be created via String representation (#264)
Fixed
Dependencies
Deprecated
life.qbic.datamodel.dtos.business.services.ProductType.groovy
. The abbreviation is now accessible via theabbreviation
property inlife.qbic.datamodel.dtos.business.ProductCategory
(#266)
Early Autumn
2.13.0 (2021-10-13)
Added
- Added new product type
life.qbic.datamodel.dtos.business.services.ExternalServiceProduct
(#262) - Added new
Facility
enumCEGAT
inlife.qbic.datamodel.dtos.business.facilities.Facility
(#262) - Added new product type
EXTERNAL_SERVICE
forlife.qbic.datamodel.dtos.business.ProductCategory
(#262)
Fixed
Dependencies
Deprecated
Hotfix
Late summer
Autumn Leaves
2.11.0 (2021-08-03)
Added
- A new enumeration for facilities
life.qbic.datamodel.dtos.business.facilities.Facility
(#244) - New properties
internalUnitPrice
,externalUnitPrice
andserviceProvider
for thelife.qbic.datamodel.dtos.business.services.Product
and its derivatives (#245) - New properties
totalPrice
andtotalDiscountPrice
for thelife.qbic.datamodel.dtos.business.ProductItem
andtotalDiscountPrice
for thelife.qbic.datamodel.dtos.business.Offer
- A
life.qbic.datamodel.dtos.business.facilities.FacilityFactory
to get the facility for a given string representation (#247)
Fixed
- ProjectSpace names are now validated (#249)
Dependencies
Deprecated
- The
unitPrice
property inlife.qbic.datamodel.dtos.business.services.Product