| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| ta4j-core-0.22.8-javadoc.jar | 2026-06-29 | 5.1 MB | |
| ta4j-core-0.22.8-sources.jar | 2026-06-29 | 962.6 kB | |
| ta4j-core-0.22.8-tests.jar | 2026-06-29 | 2.4 MB | |
| ta4j-core-0.22.8.jar | 2026-06-29 | 1.6 MB | |
| ta4j-examples-0.22.8-javadoc.jar | 2026-06-29 | 932.8 kB | |
| ta4j-examples-0.22.8-sources.jar | 2026-06-29 | 2.9 MB | |
| ta4j-examples-0.22.8.jar | 2026-06-29 | 3.4 MB | |
| 0.22.8 source code.tar.gz | 2026-06-29 | 5.7 MB | |
| 0.22.8 source code.zip | 2026-06-29 | 6.7 MB | |
| README.md | 2026-06-29 | 1.9 kB | |
| Totals: 10 Items | 29.5 MB | 0 | |
0.22.8 (2026-06-29)
Changed
- AI release scheduling now uses an exact biweekly cadence:
release-scheduler.ymlnow runs a weekly Monday trigger through a 14-day guard anchored at June 29, 2026, so scheduledaiMode=fullproduction checks happen every other Monday instead of on day-of-month slots that could double-bill across month boundaries. Off-cadence scheduled runs short-circuit before GitHub Models setup or inference and skip scheduler discussion posts, while due runs still dispatch PR-based release prep. - CF-250: AI release scheduler full runs are transport-resilient:
release-scheduler.ymlnow keeps full GitHub Models requests under a configurable transport budget, compacts oversized dossiers into artifact-backed prompts, captures response headers and curl metrics, and writes structured transport diagnostics so maintainers can recover from curl-level failures without blindly rerunning a billed full request. - Quiet full-build verification now wraps Maven
verify:scripts/run-full-build-quiet.shnow defaults to the canonicalverifygoal, supports--goalsoverrides plus normal Maven argument pass-through for focused modules and tagged tests, and has a Windows PowerShell counterpart. The repository now commits Maven Wrapper scripts pinned to Maven3.9.16, so contributors can use./mvnw -B verify,mvnw.cmd -B verify, system Maven, or the quiet scripts for the same contributor gate. The quiet scripts keep the full Maven log under.agents/logs/while surfacing bounded warning, error, exception, stack-trace, and unexpected-output summaries in stdout.
Fixed
- Prepare-release no longer asks release PR authors to review themselves:
prepare-release.ymlnow filters the PR author out of release reviewer requests, supports fallback reviewer users or teams, and leaves a warning-only audit path when no eligible reviewer remains instead of failing the review request.