1. fe62d50 chore: remove completed TODO-21 from TODO.md by James Bognar · 19 hours ago master
  2. 75aa504 refactor(inject): introduce commons.inject.@Bean as successor to @RestInject; delete @RestInject by James Bognar · 19 hours ago
  3. 8492c65 refactor(marshall): rename BeanContext/BeanSession engine types to MarshallingContext/MarshallingSession family by James Bognar · 19 hours ago
  4. 05d2cc8 refactor(marshall): rename @BeanConfig/@BeanConfigAnnotation to @MarshalledConfig family by James Bognar · 19 hours ago
  5. daad68f refactor(marshall): rename Beanp/Beanc/BeanIgnore to MarshalledProp/MarshalledCtor/MarshalledIgnore; add @Marshalled(as=STRING) strategy by James Bognar · 19 hours ago
  6. 71c08ff refactor(marshall): merge @Bean/@Marshalled annotation surfaces into unified @Marshalled family by James Bognar · 20 hours ago
  7. c24f400 test: fill in coverage gaps for inject and builder classes; fix Javadoc links and remove CreatableBeanStore by James Bognar · 21 hours ago
  8. 34a2c30 refactor(inject): post-TODO-15 API cleanup and type-correctness pass by James Bognar · 25 hours ago
  9. a6c98ef refactor(inject): finish TODO-15 migration and cleanup follow-ups by James Bognar · 26 hours ago
  10. 398edd6 docs(todo-15): record batch 13/14/15 progress by James Bognar · 4 days ago
  11. 7dca9dd refactor(inject): TODO-15 phase-3 batch 14 — migrate Map/Collection container creators to BeanInstantiator by James Bognar · 4 days ago
  12. b1996be refactor(inject): TODO-15 phase-3 batch 13 — migrate findRestOperationArgs to BeanInstantiator by James Bognar · 4 days ago
  13. 0b47f03 docs(todo): TODO-15 — record batches 8-12 progress by James Bognar · 4 days ago
  14. 26e54da refactor(inject): TODO-15 phase-3 batch 12 — RestOpContext + RestContext child resource by James Bognar · 4 days ago
  15. d12179c refactor(inject): TODO-15 phase-3 batch 11 — migrate rest-common / rest-client http-part creators by James Bognar · 4 days ago
  16. 63d8699 refactor(inject): TODO-15 phase-3 batch 10 — migrate cascade list helpers to BeanInstantiator by James Bognar · 4 days ago
  17. 53ef813 refactor(inject): TODO-15 phase-3 batch 9 — migrate marshall internals to BeanInstantiator by James Bognar · 4 days ago
  18. f086b39 refactor(inject): TODO-15 phase-3 batch 8 — retire legacy SpringBeanStore by James Bognar · 4 days ago
  19. 9a25374 refactor(inject): TODO-15 phase-3 batch 7 — port BasicBeanStore.INSTANCE to v2 by James Bognar · 4 days ago
  20. 9a71bfa refactor(inject): TODO-15 phase-3 batch 6 — drop @Rest(beanStore=X.class), migrate Spring to v2, lock in @RestInject > Spring precedence by James Bognar · 4 days ago
  21. 09d0bb0 refactor(inject): TODO-15 phase-3 batch 5 — flip framework defaults to BeanStore, unlock RestContext.java:1199 by James Bognar · 4 days ago
  22. f1dfad8 refactor(inject): TODO-15 phase-3 batch 4 — widen RestSession / VarResolver field types to v2 by James Bognar · 4 days ago
  23. d8e8556 refactor(inject): TODO-15 phase-3 batch 3 — drop vestigial casts, migrate transient stores by James Bognar · 4 days ago
  24. d11383f refactor(inject): TODO-15 phase-3 batch 2 — javadoc, deprecations, microservice survey, MCP migration by James Bognar · 4 days ago
  25. ce5d6be refactor(inject): widen BeanCreator and BeanBuilder to accept any BeanStore (TODO-15 phase-3 cleanup) by James Bognar · 4 days ago
  26. 8010636 Merge pull request #341 from apache/dependabot/github_actions/github/codeql-action-4.35.4 by Gary Gregory · 4 days ago
  27. b62df6e Bump github/codeql-action from 4.35.2 to 4.35.4 by dependabot[bot] · 4 days ago
  28. 3f9ad97 refactor: rename BeanCreator2 to BeanInstantiator, add BeanStore.createBeanFromMethod() API by James Bognar · 5 days ago
  29. d303a7f refactor: align bean-store precedence and make RestContext eager init optional by James Bognar · 5 days ago
  30. 8689ffd refactor(rest-server): move @RestInject scan helpers from Builder to RestContext by James Bognar · 5 days ago
  31. 8921dc8 refactor: inline all remaining Builder.create* methods as memoized fields on RestContext by James Bognar · 5 days ago
  32. 9020569 style: reformat simple memoizer fields to multi-line Javadoc + lambda style in RestContext by James Bognar · 5 days ago
  33. cbab3bf refactor: move sub-builder fields from Builder to RestContext, drop Builder/Creator @RestInject support by James Bognar · 7 days ago
  34. bf18a9c refactor: remove RestContextApply, @ContextApply from @Rest, and inline Builder init into constructor by James Bognar · 7 days ago
  35. 9b0210e Refactor RestContext memoized initialization for headers, encoders, children, and operations by James Bognar · 7 days ago
  36. 86c97be refactor: inline RestContext Args and remove RestContextInit by James Bognar · 8 days ago
  37. 282b88f refactor: align/memoize rest context fields and resolve Sonar issues by James Bognar · 8 days ago
  38. 97b270a refactor: encapsulate RestContext sub-builder access via package-private getters by James Bognar · 8 days ago
  39. 693f18c refactor: inline RestOpContext.Builder sub-builders into lazy memoizers; add convenience accessors by James Bognar · 8 days ago
  40. 0d2bf3a refactor: remove 3-arg RestOpContext constructor and simplify RrpcRestOpContext to use default bean store by James Bognar · 8 days ago
  41. 8bb6452 refactor: add treeSetCi/u(SortedSet) utilities and inline applyParameter* helpers in RestOpContext by James Bognar · 8 days ago
  42. 1d08c90 RestOpContext: inline all findXxx() bodies into memoizer lambdas, rename Memo fields, add Javadoc by James Bognar · 8 days ago
  43. feea646 RestOpContext: drop persistent Builder reference; convert 6 eager scalars to memoizers by James Bognar · 8 days ago
  44. e7fc2d8 refactor: rename simpleVarResolver->bootstrapVarResolver and rootBeanStore->bootstrapBeanStore in RestContext by James Bognar · 8 days ago
  45. c2724b7 chore: bump version to 9.5.0-SNAPSHOT by James Bognar · 8 days ago
  46. 3268bef feat: sorted bean properties as default; remove sortProperties API; expand MarshallUtils overloads by James Bognar · 8 days ago
  47. cdb19ed feat: add MarshallUtils static helpers, JsonMap/JsonList toX() methods, juneau-bean-mcp and juneau-rest-server-mcp modules by James Bognar · 9 days ago
  48. e7a2e44 Merge pull request #339 from apache/dependabot/maven/juneau-rest/juneau-ng-rest-client-apache-httpclient-50/org.apache.httpcomponents.client5-httpclient5-5.6.1 by Gary Gregory · 11 days ago
  49. 4957aa7 Bump org.apache.httpcomponents.client5:httpclient5 from 5.6 to 5.6.1 #340 by Gary Gregory · 11 days ago
  50. 6c5cb13 Merge pull request #340 from apache/dependabot/maven/org.apache.httpcomponents.client5-httpclient5-5.6.1 by Gary Gregory · 11 days ago
  51. 5878f52 Bump org.apache.httpcomponents.client5:httpclient5 from 5.6 to 5.6.1 by dependabot[bot] · 11 days ago
  52. c3239e0 Bump org.apache.httpcomponents.client5:httpclient5 by dependabot[bot] · 13 days ago
  53. 9486439 Bump spring.version from 4.0.5 to 4.0.6 #337 by Gary Gregory · 3 weeks ago
  54. 1edfecd Merge pull request #337 from apache/dependabot/maven/spring.version-4.0.6 by Gary Gregory · 3 weeks ago
  55. 60ba4d2 Bump spring.version from 4.0.5 to 4.0.6 by dependabot[bot] · 3 weeks ago
  56. 5b71a15 refactor: RestContext and RestOpContext overhaul; remove rest-server DefaultClassList; BasicBeanStore, tests, and TODO updates by James Bognar · 3 weeks ago
  57. abd9f14 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 by James Bognar · 3 weeks ago
  58. 7184eb6 Stop tracking AGENTS.md and .cursor; ignore locally by James Bognar · 3 weeks ago
  59. d009ca9 Moving schema annotations into juneau-common by James Bognar · 3 weeks ago
  60. 29dc042 Bump org.mockito:mockito-core from 5.21.0 to 5.23.0 #333 by Gary Gregory · 4 weeks ago
  61. b75b3dd Merge pull request #333 from apache/dependabot/maven/org.mockito-mockito-core-5.23.0 by Gary Gregory · 4 weeks ago
  62. ff6f2d8 Bump jetty.version from 12.1.7 to 12.1.8 #335 by Gary Gregory · 4 weeks ago
  63. 49123fc Merge pull request #335 from apache/dependabot/maven/jetty.version-12.1.8 by Gary Gregory · 4 weeks ago
  64. 850bcb2 Merge pull request #334 from apache/dependabot/github_actions/github/codeql-action-4.35.2 by Gary Gregory · 4 weeks ago
  65. 1feebed Bump jetty.version from 12.1.7 to 12.1.8 by dependabot[bot] · 4 weeks ago
  66. 408e6f4 Bump github/codeql-action from 4.35.1 to 4.35.2 by dependabot[bot] · 4 weeks ago
  67. a53dca3 Bump org.mockito:mockito-core from 5.21.0 to 5.23.0 by dependabot[bot] · 4 weeks ago
  68. 1b51cb8 Moving schema annotations into juneau-common by James Bognar · 4 weeks ago
  69. 267ead0 Moving schema annotations into juneau-common by James Bognar · 4 weeks ago
  70. 9ad1836 Moving schema annotations into juneau-common by James Bognar · 4 weeks ago
  71. f4a2441 Moving schema annotations into juneau-common by James Bognar · 4 weeks ago
  72. 174dbdf Moving schema annotations into juneau-common by James Bognar · 4 weeks ago
  73. bf98bfa Moving schema annotations into juneau-common by James Bognar · 4 weeks ago
  74. 2cb8df3 Moving schema annotations into juneau-common by James Bognar · 4 weeks ago
  75. d4792d3 Moving schema annotations into juneau-common by James Bognar · 4 weeks ago
  76. 761700b Bump com.squareup.okhttp3:okhttp-jvm from 5.2.0 to 5.3.2 #331. by Gary Gregory · 4 weeks ago
  77. be630fb Merge pull request #331 from apache/dependabot/maven/com.squareup.okhttp3-okhttp-jvm-5.3.2 by Gary Gregory · 4 weeks ago
  78. 383ef01 Bump org.apache.httpcomponents.client5:httpclient5 from 5.5.2 to 5.6 #332. by Gary Gregory · 4 weeks ago
  79. 93d30aa Merge pull request #332 from apache/dependabot/maven/org.apache.httpcomponents.client5-httpclient5-5.6 by Gary Gregory · 4 weeks ago
  80. 9c6b51b Next-Gen RestClient by James Bognar · 4 weeks ago
  81. 06de6e0 @W-21931609 Improve Check cron alerting by James Bognar · 5 weeks ago
  82. ebcbe89 Bump org.apache.httpcomponents.client5:httpclient5 from 5.5.2 to 5.6 by dependabot[bot] · 5 weeks ago
  83. 2253395 Bump com.squareup.okhttp3:okhttp-jvm from 5.2.0 to 5.3.2 by dependabot[bot] · 5 weeks ago
  84. c2711b8 Next Generation RestClient by James Bognar · 5 weeks ago
  85. d1e0e9a Next Generation RestClient by James Bognar · 5 weeks ago
  86. 83728c6 Next Generation RestClient by James Bognar · 5 weeks ago
  87. c56362c Next Generation RestClient by James Bognar · 5 weeks ago
  88. 41523a8 Plan for RestClient transport abstraction by James Bognar · 5 weeks ago
  89. 5362629 Bean streaming APIs by James Bognar · 5 weeks ago
  90. 95629c1 Minor fixes by James Bognar · 5 weeks ago
  91. 0418185 Unit tests by James Bognar · 5 weeks ago
  92. aa8f207 Add support for setting serializer/parser session properties as HTTP headers and query parameters by James Bognar · 5 weeks ago
  93. 7f54e81 Add support for setting Session properties via setProperty by James Bognar · 5 weeks ago
  94. dd40d48 Add support for setting Session properties via setProperty by James Bognar · 5 weeks ago
  95. 48cadfd Minor SonarQube fixes by James Bognar · 5 weeks ago
  96. af63064 Replace Mutaters with BasicConverter by James Bognar · 6 weeks ago
  97. 366d734 Bump org.apache.felix:maven-bundle-plugin from 6.0.0 to 6.0.2 #322. by Gary Gregory · 6 weeks ago
  98. ee49dce Merge pull request #322 from apache/dependabot/maven/org.apache.felix-maven-bundle-plugin-6.0.2 by Gary Gregory · 6 weeks ago
  99. c763133 Bump org.eclipse.jgit:org.eclipse.jgit from 7.5.0.202512021534-r to 7.6.0.202603022253-r #329. by Gary Gregory · 6 weeks ago
  100. f2062c6 Merge pull request #329 from apache/dependabot/maven/org.eclipse.jgit-org.eclipse.jgit-7.6.0.202603022253-r by Gary Gregory · 6 weeks ago