Repository: incubator-tamaya-site Updated Branches: refs/heads/master 7af179bae -> bd509fc9c
Added features and text additions. Closes #1 to test the Github PR integration. Please revise. Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/commit/bd509fc9 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/tree/bd509fc9 Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/diff/bd509fc9 Branch: refs/heads/master Commit: bd509fc9c68e84ad417bb2c095c48ac076c69a28 Parents: 7af179b Author: Anatole Tresch <[email protected]> Authored: Mon Nov 6 10:34:49 2017 +0100 Committer: Phil Ottlinger <[email protected]> Committed: Mon Nov 6 20:34:36 2017 +0100 ---------------------------------------------------------------------- discuss/announcement0-3.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/bd509fc9/discuss/announcement0-3.md ---------------------------------------------------------------------- diff --git a/discuss/announcement0-3.md b/discuss/announcement0-3.md index 93229e0..d9135fa 100644 --- a/discuss/announcement0-3.md +++ b/discuss/announcement0-3.md @@ -45,12 +45,20 @@ This release is the first with a new repository structure and our new project ho Main features ============= -* TBD! -* -* +* We have fixed lots of bugs. +* We reduced the log "noise" on sturtup. +* We introduced PropertyValue as a SPI artifact to support meta-entries. +* We integrated the builder extension with the existing builder API. +* We simplified a couple of APIs so working with explicit builders is as straightforward as using auto-discovery features. +* It is now possible to inject configuration values into any kind of beans/templates, also without being annotated at all. +* We resolved possible license issues by replacing corresponding dependencies with Apache variants. +* We added converters for File and Path. +* We removed the binary distribution package in favour of the source distribution and the uploaded maven artifacts. Project structure ================= +With this release we also separated the homepage code completely from the project code, so independent lifecycles are possible. + The slim Tamaya API and core implementation is enhanced by different kinds of production-ready extensions modules, while a sandbox contains different alpha-grade modules. Details on how to use Tamaya can be found on our site: http://tamaya.incubator.apache.org/
