Repository: incubator-tamaya-site Updated Branches: refs/heads/master dc8f46ea5 -> 3403800e8
TAMAYA-284: Add first draft of announcement for 0.3 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/3403800e Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/tree/3403800e Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/diff/3403800e Branch: refs/heads/master Commit: 3403800e83bedd70313a75fe9229b09b31e726cb Parents: dc8f46e Author: Phil Ottlinger <[email protected]> Authored: Wed Sep 27 00:03:28 2017 +0200 Committer: Phil Ottlinger <[email protected]> Committed: Wed Sep 27 00:03:28 2017 +0200 ---------------------------------------------------------------------- discuss/announcement0-3.md | 94 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 94 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/3403800e/discuss/announcement0-3.md ---------------------------------------------------------------------- diff --git a/discuss/announcement0-3.md b/discuss/announcement0-3.md new file mode 100644 index 0000000..9179b0a --- /dev/null +++ b/discuss/announcement0-3.md @@ -0,0 +1,94 @@ +# DRAFT of an announcement message +https://issues.apache.org/jira/browse/TAMAYA-284 + +## Guidelines from a mail from Sally (2015-06-13) + +``` +Hello PMCs --a quick reminder that messages sent to [email protected] feature prominently in the weekly Apache News Round-ups [1]. + +In order for your announcement be happily moderated through, don't forget to: + +0) write "[ANNOUNCE]", "[ANN]", or "[SECURITY]" in the subject line as appropriate + +1) send the email in PLAINTEXT --all else will be rejected + +2) include the appropriate URL for downloading the release or more information regarding the announcement + +3) include the DOAP! Whilst you may know what your project is, there's a chance that others don't, particularly those with funky names/acronyms. Hone your message and polish that one-liner! + +3a) speaking of DOAP, relationships are nice --does your project involve/play with other technologies? If so, state the relationship. + +4) include a way for folks to learn more. Link to the project home page or a mailing list or some other relevant resource. + +5) personalize your closing --whether your choose to sign off using your name or (on behalf of) the collective PMC, doing something friendly reinforces the "community" aspect of the ASF. + + +Thanks so much, +Sally + + +[1] https://blogs.apache.org/foundation/date/20150612 +``` + +## Subject: [ANNOUNCE] Apache Tamaya Incubating 0.3 released +## To: [email protected], [email protected] + +## Body + +We are pleased to announce the availability of Apache Tamaya Incubating 0.3. + +Abstract +======== +Apache Tamaya provides a flexible and powerful configuration solution for Java developers using Java SE as well as for more complex usage scenarios like cloud or Java EE. It provides a modern type-safe property based Configuration API combined with a powerful environment model and a flexible SPI. + +This release is the first with a new repository structure and our new project homepage. + +Main features +============= +* TBD! +* +* + +Compatibility +============= +The API is still backwards compatible to version 0.1 and 0.2 +(TODO: is that so?) + +Project structure +================= +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/ + +You may download the release via: +http://www.apache.org/dyn/closer.cgi/incubator/tamaya/0.3-incubating +or in your pom.xml from Maven central: +<dependency> + <groupId>org.apache.tamaya</groupId> + <artifactId>tamaya-core</artifactId> + <version>0.3-incubating</version> +</dependency> + +When downloading, please verify signatures using the KEYS file: +https://www.apache.org/dist/incubator/tamaya/0.3-incubating/apiandcore/KEYS + +The list of changes included in this release can be found at: +https://issues.apache.org/jira/projects/TAMAYA/versions/12329052 + +Questions, comments, new committers and bug reports are always welcome on [email protected] or via the TAMAYA-Jira. + +On behalf of the Apache Tamaya incubating team, thanks to everyone who helped with this release! + +Me + +*Disclaimer* + +Apache Tamaya is an effort undergoing incubation at The Apache Software +Foundation (ASF), sponsored by the name of Apache Incubator PMC. Incubation +is required of all newly accepted projects until a further review indicates +that the infrastructure, communications, and decision making process have +stabilized in a manner consistent with other successful ASF projects. While +incubation status is not necessarily a reflection of the completeness or +stability of the code, it does indicate that the project has yet to be +fully endorsed by the ASF.
