This is an automated email from the ASF dual-hosted git repository.

jamesbognar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/juneau.git


The following commit(s) were added to refs/heads/master by this push:
     new 3ea17d105f chore: sync TODO index with tracked TODO plan files
3ea17d105f is described below

commit 3ea17d105f4f87312d551da605f898031ab93555
Author: James Bognar <[email protected]>
AuthorDate: Thu May 14 07:54:21 2026 -0400

    chore: sync TODO index with tracked TODO plan files
---
 todo/TODO.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/todo/TODO.md b/todo/TODO.md
index 03c4c31cc3..3456d025f8 100644
--- a/todo/TODO.md
+++ b/todo/TODO.md
@@ -31,6 +31,8 @@
 
 - [TODO-20] Rethink how debugging works in RestServlet.  Can we come up with a 
simpler system?
 
+- [TODO-21] Bean / inject annotation rename and commons.inject surface 
cleanup. See `todo/TODO-21-bean-annotations-inject-package.md`.
+
 - [TODO-22] Add additional SVL vars for common external configuration sources 
(e.g. `EnvFileVar` / `DotenvVar` for `.env` files, possibly file-glob and 
JSON-pointer vars). Should land after TODO-14 places SVL in `juneau-commons`.
 
 - [TODO-23] New feature support in org.apache.juneau.commons.inject — roadmap 
for a simplified inject API (not a Spring replacement). See 
`todo/TODO-23-commons-inject-framework-roadmap.md`.
@@ -39,3 +41,5 @@
 
 - [TODO-27] Design a unified property-source hierarchy for `juneau-commons` 
that abstracts over `Args`, `ManifestFile`, environment variables, system 
properties, `.env` files, and `Config`. Goal: one `PropertySource` interface 
that vars and the bean store can compose, with stacking/precedence rules. 
Follow-up to TODO-14 and overlaps with TODO-13.
 
+- [TODO-30] Investigate moving `ClassMeta` and related non-marshalling type 
metadata from `juneau-marshall` into `juneau-commons` (analysis/feasibility 
pass). See `todo/TODO-30-classmeta-to-commons.md`.
+

Reply via email to