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