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 abd9f14756 chore: TODO plan files use TODO-id-slug names; add [TODO-n]
to TODO.md; update plan link in test; remove AI_SESSION from .gitignore
abd9f14756 is described below
commit abd9f14756c955e59c0c15e1a08fbafcdc924f16
Author: James Bognar <[email protected]>
AuthorDate: Sat Apr 18 08:43:20 2026 -0400
chore: TODO plan files use TODO-id-slug names; add [TODO-n] to TODO.md;
update plan link in test; remove AI_SESSION from .gitignore
---
.gitignore | 2 --
.../apache/juneau/a/rttests/ParentProperty_RoundTripTest.java | 4 ++--
...ommon.md => TODO-10-move-http-annotation-to-rest-common.md} | 0
...raction.md => TODO-11-restclient2-transport-abstraction.md} | 0
todo/{schema-validation.md => TODO-12-schema-validation.md} | 0
....md => TODO-13-system-properties-to-settings-conversion.md} | 0
...{ai-short-description.md => TODO-6-ai-short-description.md} | 0
...arshall.md => TODO-7-decouple-rest-common-from-marshall.md} | 0
...bean-generation.md => TODO-8-jsonschema-bean-generation.md} | 0
...remaining_issues.md => TODO-9-markdown-remaining-issues.md} | 0
todo/TODO.md | 10 +++++-----
11 files changed, 7 insertions(+), 9 deletions(-)
diff --git a/.gitignore b/.gitignore
index 96753ce8b8..d49488aad0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -23,9 +23,7 @@ AGENTS.md
/coverage/
/coverage.csv
/coverage.exec
-/AI_SESSION.md
# Release script generated history files
scripts/release-history-*.json
/SONARQUBE_ISSUES.txt
-/AISESSION.md
diff --git
a/juneau-utest/src/test/java/org/apache/juneau/a/rttests/ParentProperty_RoundTripTest.java
b/juneau-utest/src/test/java/org/apache/juneau/a/rttests/ParentProperty_RoundTripTest.java
index ad8be00820..229aef1b95 100644
---
a/juneau-utest/src/test/java/org/apache/juneau/a/rttests/ParentProperty_RoundTripTest.java
+++
b/juneau-utest/src/test/java/org/apache/juneau/a/rttests/ParentProperty_RoundTripTest.java
@@ -35,7 +35,7 @@ class ParentProperty_RoundTripTest extends RoundTripTest_Base
{
@ParameterizedTest
@MethodSource("testers")
void a01_parentProperty(RoundTrip_Tester t) throws Exception {
- // @ParentProperty not supported for inline JSON5 beans in
Markdown (see markdown_remaining_issues.md #9)
+ // @ParentProperty not supported for inline JSON5 beans in
Markdown (see TODO-9-markdown-remaining-issues.md #9)
if (t.label.contains("Markdown"))
return;
var x = new ParentPropertyMethodContainer().init();
@@ -78,7 +78,7 @@ class ParentProperty_RoundTripTest extends RoundTripTest_Base
{
@ParameterizedTest
@MethodSource("testers")
void a02_parentPropertyField(RoundTrip_Tester t) throws Exception {
- // @ParentProperty not supported for inline JSON5 beans in
Markdown (see markdown_remaining_issues.md #9)
+ // @ParentProperty not supported for inline JSON5 beans in
Markdown (see TODO-9-markdown-remaining-issues.md #9)
if (t.label.contains("Markdown"))
return;
var x = new ParentPropertyFieldContainer().init();
diff --git a/todo/move-http-annotation-to-rest-common.md
b/todo/TODO-10-move-http-annotation-to-rest-common.md
similarity index 100%
rename from todo/move-http-annotation-to-rest-common.md
rename to todo/TODO-10-move-http-annotation-to-rest-common.md
diff --git a/todo/restclient2-transport-abstraction.md
b/todo/TODO-11-restclient2-transport-abstraction.md
similarity index 100%
rename from todo/restclient2-transport-abstraction.md
rename to todo/TODO-11-restclient2-transport-abstraction.md
diff --git a/todo/schema-validation.md b/todo/TODO-12-schema-validation.md
similarity index 100%
rename from todo/schema-validation.md
rename to todo/TODO-12-schema-validation.md
diff --git a/todo/system-properties-to-settings-conversion.md
b/todo/TODO-13-system-properties-to-settings-conversion.md
similarity index 100%
rename from todo/system-properties-to-settings-conversion.md
rename to todo/TODO-13-system-properties-to-settings-conversion.md
diff --git a/todo/ai-short-description.md b/todo/TODO-6-ai-short-description.md
similarity index 100%
rename from todo/ai-short-description.md
rename to todo/TODO-6-ai-short-description.md
diff --git a/todo/decouple-rest-common-from-marshall.md
b/todo/TODO-7-decouple-rest-common-from-marshall.md
similarity index 100%
rename from todo/decouple-rest-common-from-marshall.md
rename to todo/TODO-7-decouple-rest-common-from-marshall.md
diff --git a/todo/jsonschema-bean-generation.md
b/todo/TODO-8-jsonschema-bean-generation.md
similarity index 100%
rename from todo/jsonschema-bean-generation.md
rename to todo/TODO-8-jsonschema-bean-generation.md
diff --git a/todo/markdown_remaining_issues.md
b/todo/TODO-9-markdown-remaining-issues.md
similarity index 100%
rename from todo/markdown_remaining_issues.md
rename to todo/TODO-9-markdown-remaining-issues.md
diff --git a/todo/TODO.md b/todo/TODO.md
index 45eca63204..389b8f4c0a 100644
--- a/todo/TODO.md
+++ b/todo/TODO.md
@@ -1,10 +1,10 @@
# TODO
-- Update REST server API to use new BeanStore2.
+- [TODO-1] Update REST server API to use new BeanStore2.
-- On RestClient when logging with FULL, calling
RestResponse.getContent().asString() causes a stream closed exception.
-- Possibility of adding convenience classes for
okhttp3.mockwebserver.Dispatcher?
+- [TODO-2] On RestClient when logging with FULL, calling
RestResponse.getContent().asString() causes a stream closed exception.
+- [TODO-3] Possibility of adding convenience classes for
okhttp3.mockwebserver.Dispatcher?
-- Duration.ofDays(7) serialized in hours?
-- Synonym for @Bean to avoid confusion when using Spring?
\ No newline at end of file
+- [TODO-4] Duration.ofDays(7) serialized in hours?
+- [TODO-5] Synonym for @Bean to avoid confusion when using Spring?