From 0600df9150d5cb662d0c924b57a8187f870f0d4e Mon Sep 17 00:00:00 2001 From: Craig L Russell Date: Tue, 7 Jul 2026 06:25:14 -0700 Subject: [PATCH] Update .asf.yaml for ATR voting Add project section which includes policy with voting alias --- .asf.yaml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/.asf.yaml b/.asf.yaml index c991653c..771125bb 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -74,3 +74,34 @@ notifications: jobs: jdo-dev@db.apache.org discussions: jdo-dev@db.apache.org jira_options: link label + +project: + metadata: + key: db-jdo + committee: db + name: Apache JDO + description: The POJO approach separates data manipulation (done by accessing + Java data members in the Java domain objects) from database manipulation (done + by calling the JDO interface methods). This separation of concerns leads to + a high degree of independence of the Java view of data from the database view + of the data. + short_description: Java Data Objects (JDO) is a standard way to access persistent + data in databases, using plain old Java objects (POJO) to represent persistent + data. + homepage: https://db.apache.org/jdo/ + download_page: https://db.apache.org/jdo/downloads.html + bug_database: https://issues.apache.org/jira/projects/JDO + mailing_lists: https://db.apache.org/jdo/mail-lists.html + repositories: + - https://github.com/apache/db-jdo + standards: + - https://db.apache.org/jdo/specifications.html + categories: + - database + programming_languages: + - Java + policy: + vote_recipients: + to: jdo-dev@db.apache.org + features: + atr_sync: true