Skip to content

Bump maven-source-plugin from 2.2.1 to 3.2.1 - #5

Merged
yonathan95 merged 1 commit into
masterfrom
dependabot/maven/org.apache.maven.plugins-maven-source-plugin-3.2.1
Apr 1, 2021
Merged

Bump maven-source-plugin from 2.2.1 to 3.2.1#5
yonathan95 merged 1 commit into
masterfrom
dependabot/maven/org.apache.maven.plugins-maven-source-plugin-3.2.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Mar 31, 2021

Copy link
Copy Markdown

Bumps maven-source-plugin from 2.2.1 to 3.2.1.

Commits
  • a59a2e4 [maven-release-plugin] prepare release maven-source-plugin-3.2.1
  • c954a7e make build as reproducible as possible for now
  • d5b9878 [MSOURCES-123] set archiver reproducible mode earlier
  • 258d666 MSOURCES-122 make output independant from OS newline
  • 5b4e02f [maven-release-plugin] prepare for next development iteration
  • 2a74824 [maven-release-plugin] prepare release maven-source-plugin-3.2.0
  • 816ebc4 MSOURCES-120 fix reproducible IT: remove plugin version from pom.xml
  • 32f122a MSOURCES-120 make output jar file binary Reproducible
  • 6e715b1 [MSOURCES-95] Source JAR is re-created even if sources are not changed
  • 9154e1a [maven-release-plugin] prepare for next development iteration
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Mar 31, 2021
@yonathan95
yonathan95 merged commit 6421c6a into master Apr 1, 2021
@dependabot
dependabot Bot deleted the dependabot/maven/org.apache.maven.plugins-maven-source-plugin-3.2.1 branch April 1, 2021 07:09
chuyenvan added a commit to chuyenvan/BinanceFuturesJava that referenced this pull request Jun 4, 2026
…+ genome HPO + train)

Lý do: ablation A=C chứng minh nhánh MOM24/predReturn24H không bao giờ kích hoạt.
Quyết định vào/đóng lệnh KHÔNG đổi (MOM24 vốn đã off) — đây là cleanup thuần.

Runtime / model:
- AiPredictionData: bỏ field predReturn24H (constructor 4->3 args).
- OnnxInferenceManager: bỏ model 24H (p24H) + PredictionResult.return24H.
- RunGeneratePredictions, DetectEntrySignal2TradeNormal: ngừng set/đọc 24H.

Filter:
- AIRejectFilter: bỏ nhánh MOM24 + param pred24H/thres24H + dynamic_24H; evaluate còn 2 nhánh
  (RISK+MOM15); setConfig 3->2 args. Sửa 4 caller (BenchmarkSpeedTest, BackTestEngine
  MarketThresholds/Combined/AIMarket).

Config:
- Bỏ MIN_MOMENTUM_24H + FILTER_USE_MOM24 (sửa RunFilterAblation, RunTailLossDiagnostic).

HPO genome (reindex cẩn thận):
- Bỏ gene yonathan95#5 (MIN_MOMENTUM_24H): 14->13 gene, dời index 6..13 -> 5..12 ở eval/printFinalResult,
  bỏ aiMin24H khỏi Task DTO + buildTaskId (12->11 float) + RunWorkerKaggle.
- bump CONFIG_VERSION v5 -> v6 (genome đổi => cache v5 vô hiệu).

Train 24H:
- Bỏ label futureReturn24H khỏi MarketFeatures (CSV), EnhancedTrainingDataCollectionManager,
  RunFullDataCollection, và TARGET_CFG trong train_market_xgboost_optuna.py.
  => schema export đổi, phải RE-EXPORT market data trước khi train lại (chỉ còn 2 target 15M+DD4H).

Tool validate + doc: sửa TraceOrderDone, ProductionVsBacktestData/FeatureComparator,
ValidateMarketPredictConsistency, ValidateBrakeDynamic, ValidateOldPredict3Targets; cập nhật CLAUDE.md.

Lưu ý: deadTrend24H còn là tham số constructor không dùng ở BackTestEngineCombined/AIMarket
(để nguyên, vô hại). Chưa compile được ở môi trường này.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
chuyenvan added a commit to chuyenvan/BinanceFuturesJava that referenced this pull request Jun 14, 2026
…omic (audit yonathan95#4/5/9)

yonathan95#4 writeMinuteBatch: striped lock 64 theo hash key-phút -> read-modify-write cùng phút atomic
   (Rest-Price-Loop 3s + Rest-Kline-Loop chốt phút không mất nến).
yonathan95#5 fetchKlinesForBatch: dùng 1 ForkJoinPool(30) CHUNG (field) thay vì new mỗi batch
   (~37 pool/phút, đỉnh 15x30=450 luồng) + bỏ shutdown per-call.
yonathan95#9 updatePositionInfo: try/finally + SymbolOrderLockingManager.removeLock (nhả lock mọi đường ra);
   build map MỚI rồi SWAP reference thay clear-then-fill (reader song song không thấy map rỗng).

Test riêng Task029ConcurrencyCheck 4/4 PASS (không đụng Aerospike/Binance). javac11 PASS. KHÔNG deploy.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
chuyenvan added a commit to chuyenvan/BinanceFuturesJava that referenced this pull request Aug 2, 2026
…a aerospike Oracle

Configs.java:86 doc TICKER_SOURCE CHI tu config.properties, KHONG tu env. => stage2_frozen_ab.sh set TICKER_SOURCE=file trong $COMMON bi BO QUA; config.properties Oracle = aerospike. Moi so step-2/verdict M doc ticker tu Aerospike LOCAL, KHONG tu file. Khong lam sai verdict (cung data) nhung dung tin dong log 'TICKER_SOURCE=file'.

Gotcha yonathan95#5 cu chi dung tren Kaggle (dataset java-run-lc co san TICKER_SOURCE=file trong config.properties). Tren Oracle root kaggle_data_hpo/ KHONG co file ticker nao - chung nam trong daily/, ma KaggleDataLoader:19 IMPORT_DIR='kaggle_data_hpo/' => bat file tren Oracle se khong tim thay.

Aerospike Oracle KHONG phai systemd unit: 'systemctl status aerospike' -> Unit not found la VO NGHIA. Kiem tra dung: pgrep -af asd + ss -ltnp grep 3222. Da verify dang chay (asd --foreground pid 1393).

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant