Repository: incubator-tamaya-site Updated Branches: refs/heads/master bd509fc9c -> e1ec90317
TAMAYA-284: Fix typos. 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/e1ec9031 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/tree/e1ec9031 Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/diff/e1ec9031 Branch: refs/heads/master Commit: e1ec90317aecdde30d2154d97bbba7dbca376333 Parents: bd509fc Author: Phil Ottlinger <[email protected]> Authored: Mon Nov 6 20:38:30 2017 +0100 Committer: Phil Ottlinger <[email protected]> Committed: Mon Nov 6 20:38:30 2017 +0100 ---------------------------------------------------------------------- discuss/announcement0-3.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/e1ec9031/discuss/announcement0-3.md ---------------------------------------------------------------------- diff --git a/discuss/announcement0-3.md b/discuss/announcement0-3.md index d9135fa..07cfbef 100644 --- a/discuss/announcement0-3.md +++ b/discuss/announcement0-3.md @@ -45,23 +45,23 @@ This release is the first with a new repository structure and our new project ho Main features ============= -* We have fixed lots of bugs. -* We reduced the log "noise" on sturtup. +* We fixed a lot of bugs. +* We reduced the log "noise" on startup. * We introduced PropertyValue as a SPI artifact to support meta-entries. -* We integrated the builder extension with the existing builder API. +* We integrated the builder extension within 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. +* It is now possible to inject configuration values into any kind of beans/templates, without being annotated at all as well. * 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/ +With this release we also separated the homepage code completely from the project code, to ease independent lifecycles. You may download the release via: http://www.apache.org/dyn/closer.cgi/incubator/tamaya/0.3-incubating
