Contribute to the DSpace Development Fund
The newly established DSpace Development Fund supports the development of new features prioritized by DSpace Governance. For a list of planned features see the fund wiki page.
Overview
DSpace Developer meetings are a time when Committers and interested Developers can discuss new software features, upcoming releases of DSpace software, and generally plan out the roadmap of DSpace. All meetings are public. We welcome anyone and everyone to attend, speak their opinions or just listen in on the discussions. Please note that we archive all discussions (see Meeting Archives), as a service for those who are unable to attend.
Meeting Schedule
DSpace Developer meetings take place on the following schedule:
- Every Thursday (except where noted in agendas) from 15:00-16:00 UTC in https://lyrasis.zoom.us/my/dspace?pwd=RTk4QUhISnhPRi9YenVrTFJKbDllQT09 (Meeting ID: 502 527 3040).
- Additional connection options (phone, etc) detailed at DSpace Meeting Room.
- To determine which time we are meeting at during a given week, please view the DSpace Public Events Calendar (iCal version). You can also subscribe to the meeting schedule via that calendar.
- Also, see the world clock to determine the meeting time where you live.
- All meetings are held for 1 hour.
- Slack is used for meeting reminders, sharing agendas and day-to-day discussions.
- #dev: For ongoing, day-to-day (between meetings) updates / discussions / questions.
- #angular-ui : For DSpace (Angular) UI updates, discussions and/or questions.
- #rest-api : For DSpace REST API updates, discussions and/or questions.
Meeting topics often include:
- Recent updates on upcoming DSpace releases, bug fixes or features
- Reviewing of recent reported issues/bugs/feature requests
- Occasionally we vote or make decisions on upcoming DSpace technology plans/roadmap (see Developer Voting Procedures for more info)
If you are unable to attend a meeting, please feel free to add your own notes/comments to the meeting's wiki page.
Developers Meeting on Thurs, December 18, 2025
Time/Location
from 15:00-16:00 UTC
Location: https://lyrasis.zoom.us/my/dspace?pwd=RTk4QUhISnhPRi9YenVrTFJKbDllQT09 (Meeting ID: 502 527 3040). Passcode: dspace
- More connection options available at DSpace Meeting Room
10.0 Release Schedule (TENTATIVE - Not Finalized)
- New Feature Development Deadlines
- Feature PR Creation Deadline: Friday, February 20, 2026
- Feature PR Review/Test Deadline: Friday, March 13
- Feature PR Merge Deadline: Friday, March 27
- 10.0 Release Candidate: Friday, April 3
- 10.0 Testathon: April 6-17 (two weeks)
- 10.0 Translation updates: April 6-17 (during Testathon)
- Bug Fix Deadlines
- Bug Fix PR Creation Deadline: Friday, May 1
- Bug Fix PR Merge Deadline: Friday, May 15
- Documentation & Release Week: May 18-22
- 10.0 Release Announced: Tuesday, May 26, 2026
Today (December 18, 2025) is our final meeting of 2025. Our next Developer Meeting will be Thursday, January 8, 2026.
Agenda
- Discussion Topics - If you have a topic you'd like to have added to the agenda, please just add it.
- DSpace & DSpace-CRIS merger activities
- Announcement: https://groups.google.com/g/dspace-community/c/xFb4vHsHQHA
- New "DSpace-CRIS merger" label in GitHub: https://github.com/DSpace/dspace-angular/issues?q=state%3Aopen%20label%3A%22DSpace-CRIS%20merger%22
- OR2026 Call for Proposals - Proposals due January 11, 2026 (no extensions will be given)
- OR2026 is a virtual conference from June 8-11, 2026
- Tim plans to submit a talk on DSpace 10.0. Holger plans to submit a DSpace Community talk (latest updates, status of community activities).
- Do we want to proposal a virtual DSpace Workshop?
- Other topics
- (Please add your own topics)
- DSpace & DSpace-CRIS merger activities
- Board Review:
- 10.0 Project Board - Review PRs collaboratively or Assign new PRs to volunteers to code review and/or test.
- Backlog Board - Are there any tickets here stuck in the "Triage" column? We'd like to keep this column as small as possible.
- Maintenance Board (9.x, 8.x, 7.6.x) - Known bugs can be found here, along with any backported bug fixes.
- Upcoming Topics: (Let us know if there are topics you want to discuss in future weeks)
- Potentially auto-closing "stale" issues and PRs: https://github.com/DSpace/DSpace/pull/11550 (PR still waiting on feedback from others)
- Revisiting Nx / modularization discussion: Prototyping Nx vs Angular CLI Workspaces
Preparation PR (preparing for possible Nx or Angular Workspaces migration): https://github.com/DSpace/dspace-angular/pull/4629
- Prototype Angular Workspaces PR: https://github.com/DSpace/dspace-angular/pull/4783
- Original Nx PR (example full migration to Nx): https://github.com/DSpace/dspace-angular/pull/4019
- Follow-up on "aggressive bot" discussion: https://github.com/DSpace/dspace-angular/issues/4565
- PR to update our built-in "rate limiter": https://github.com/DSpace/dspace-angular/pull/4620
Attendees
- Tim Donohue
- Holger Lenz
- Giuseppe Digilio (4Science)
- Paulo Graça
- Mark H. Wood
- Grazia Quercia (4Science)
- Stefano Maffei (4Science)
- Julian Timal (eScire)
- Martin Walk
- Melissa Anez
- Pascal-Nicolas Becker
- Pierre Lasou
- Kim Shepherd
- Nicholas Woodward
- Sascha Szott
- Marsa Haoua
- Jesiel Viana
- Arturo Garduño Magaña
- Scholaris Team
Current Work
Project Boards
- DSpace 10.0 board: https://github.com/orgs/DSpace/projects/32
- DSpace 9.x, 8.x and 7.6.x maintenance board: https://github.com/orgs/DSpace/projects/29
To quickly find PRs assigned to you for review, visit https://github.com/pulls/review-requested (This is also available in the GitHub header under "Pull Requests → Review Requests")
Goals for 10.0
To be decided by DSpace Steering Group with feedback from Leadership Group.
Priorities listed at DSpace Release 10.0 Status.
Goals for 9.2 / 8.3 / 7.6.5
Deadline is TBD for 9.2, 8.3 and7.6.5. Bug fix releases do not have fixed/scheduled deadlines. Instead, the developer team will determine when to create a release based on the significance of the issues to solve. (e.g. If major issues are fixed, then a bug fix release will occur more rapidly. If minor issues are found, then a bug fix release may be delayed until sufficient fixes have been made to warrant a release)
- Bug/security fixes only. These minor releases will not include any new features.
- New "themeable components" (for dspace-angular) are allowed in bug fix releases, provided that they don't significantly modify component behavior or similar.
- Accessibility fixes are also allowed in bug fix releases, provided they don't significantly modify component behavior or similar.
- Bug fix PRs should be created against "main" branch where possible. The "main" branch has the most strict code style rules. (i.e. PRs created against
dspace-7_xare becoming more difficult to port forward.) - Per our support policy, bug fixes are only guaranteed to be ported back to 9.x. That said, where possible, we'll try to backport bug fixes (especially significant ones) to 8. x and 7.6.x.
Try "Pull Request Trading" for a quicker review
Do you have a PR stuck in "under review" that you really want to see move forward? Or maybe it's someone else's PR but you want to get it more attention?
See Trading reviews on Pull Requests for how to get immediate attention to that PR!
Notes
Meeting Archives
- 2025-12-18 DSpace Developers Meeting
- 2025-12-11 DSpace Developers Meeting
- 2025-12-04 DSpace Developers Meeting
- 2025-11-20 DSpace Developers Meeting
- 2025-11-13 DSpace Developers Meeting
- 2025-11-06 DSpace Developers Meeting
- 2025-10-30 DSpace Developers Meeting
- 2025-10-23 DSpace Developers Meeting
- 2025-10-16 DSpace Developers Meeting
- 2025-10-09 DSpace Developers Meeting
- 2025-10-02 DSpace Developers Meeting
- 2025-09-25 DSpace Developers Meeting
- 2025-09-11 DSpace Developers Meeting
- 2025-09-04 DSpace Developers Meeting
- 2025-08-28 DSpace Developers Meeting
- 2025-08-21 DSpace Developers Meeting
- 2025-08-07 DSpace Developers Meeting
- 2025-07-31 DSpace Developers Meeting
- 2025-07-24 DSpace Developers Meeting
- 2025-07-17 DSpace Developers Meeting
- 2025-07-10 DSpace Developers Meeting
- 2025-07-03 DSpace Developers Meeting
- 2025-06-26 DSpace Developers Meeting
- 2025-06-12 DSpace Developers Meeting
- 2025-06-05 DSpace Developers Meeting
- 2025-05-29 DSpace Developers Meeting
- 2025-05-22 DSpace Developers Meeting
- 2025-05-15 DSpace Developers Meeting
- 2025-05-08 DSpace Developers Meeting
- 2025-05-01 DSpace Developers Meeting
- 2025-04-24 DSpace Developers Meeting
- 2025-04-17 DSpace Developers Meeting
- 2025-04-10 DSpace Developers Meeting
- 2025-04-03 DSpace Developers Meeting
- 2025-03-27 DSpace Developers Meeting
- 2025-03-13 DSpace Developers Meeting
- 2025-03-06 DSpace Developers Meeting
- 2025-02-27 DSpace Developers Meeting
- 2025-02-20 DSpace Developers Meeting
- 2025-02-13 DSpace Developers Meeting
- 2025-02-06 DSpace Developers Meeting
- 2025-01-30 DSpace Developers Meeting
- 2025-01-23 DSpace Developers Meeting
- 2025-01-16 DSpace Developers Meeting
- 2025-01-09 DSpace Developers Meeting
Historical Notes and Transcripts from all Developers Meetings are available off of the Developer Meeting Archives page.