-
Minor fixes to the POM, for building on more recent JDKs than 8.
-
Add the Spring Boot parent dependency as a base for dependencies and plugins used. This aligns the component for better use with projects in and around the Spring and Spring Boot eco-system - as is currently intended.
- Project setup updated for hosting on Github as an open source project. Adding and removing the necessary information and resources.
- Add support for mime types with
params
, this enables content entries with variants to be built. - Changes the semantics for adding empty strings, trimmable empty strings and null values. Such content entries are now ignored.
- Add support for TEXT_APPICON and IMAGE_APPICON mime-types.
- Add content accessors for mime-type and locale based value retrieval.
- Add initial support for byte[] content values.
- Initial version with support for text content creation.