Bump maven-source-plugin from 2.2.1 to 3.2.1 - #5
Merged
yonathan95 merged 1 commit intoApr 1, 2021
Merged
Conversation
Bumps [maven-source-plugin](https://github.com/apache/maven-source-plugin) from 2.2.1 to 3.2.1. - [Release notes](https://github.com/apache/maven-source-plugin/releases) - [Commits](apache/maven-source-plugin@maven-source-plugin-2.2.1...maven-source-plugin-3.2.1) Signed-off-by: dependabot[bot] <support@github.com>
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps maven-source-plugin from 2.2.1 to 3.2.1.
Commits
a59a2e4[maven-release-plugin] prepare release maven-source-plugin-3.2.1c954a7emake build as reproducible as possible for nowd5b9878[MSOURCES-123] set archiver reproducible mode earlier258d666MSOURCES-122 make output independant from OS newline5b4e02f[maven-release-plugin] prepare for next development iteration2a74824[maven-release-plugin] prepare release maven-source-plugin-3.2.0816ebc4MSOURCES-120 fix reproducible IT: remove plugin version from pom.xml32f122aMSOURCES-120 make output jar file binary Reproducible6e715b1[MSOURCES-95] Source JAR is re-created even if sources are not changed9154e1a[maven-release-plugin] prepare for next development iterationDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)