| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 3.0.2 source code.tar.gz | 2026-08-04 | 1.6 MB | |
| 3.0.2 source code.zip | 2026-08-04 | 2.3 MB | |
| README.md | 2026-08-04 | 6.6 kB | |
| Totals: 3 Items | 3.9 MB | 1 | |
What's Changed
- Bump org.apache.mina:mina-core from 2.2.7 to 2.2.9 by @dependabot[bot] in https://github.com/quickfix-j/quickfixj/pull/1267
- Use Maven exclusion to drop
netty-tcnativeinstead of copying Netty classes by @chrjohn with @Copilot in https://github.com/quickfix-j/quickfixj/pull/1212 - Remove OS-specific
netty-tcnativeby excluding it in POM by @chrjohn with @Copilot in https://github.com/quickfix-j/quickfixj/pull/1198 - Bump slf4j.version from 2.0.17 to 2.0.18 by @dependabot[bot] in https://github.com/quickfix-j/quickfixj/pull/1224
- Add repository-level
AGENTS.mdwith build order, style, and contribution guardrails by @chrjohn with @Copilot in https://github.com/quickfix-j/quickfixj/pull/1226 - Bump jaxen:jaxen from 2.0.1 to 2.0.2 by @dependabot[bot] in https://github.com/quickfix-j/quickfixj/pull/1221
- chore: update Maven to 3.9.16 and/or wrapper by @github-actions[bot] in https://github.com/quickfix-j/quickfixj/pull/1229
- Improve runtime, reduce log output, and stabilize SSL failure assertions for
SSLCertificateTestby @chrjohn with @Copilot in https://github.com/quickfix-j/quickfixj/pull/1215 - Bump org.apache.maven:maven-plugin-api from 3.9.15 to 3.9.16 by @dependabot[bot] in https://github.com/quickfix-j/quickfixj/pull/1228
- Bump jaxen:jaxen from 2.0.2 to 2.0.3 by @dependabot[bot] in https://github.com/quickfix-j/quickfixj/pull/1227
AcceptanceTestSuite: suppress logs per test, only emit on failure by @chrjohn with @Copilot in https://github.com/quickfix-j/quickfixj/pull/1218- Add golden-file regression tests for FIX42, FIX44, FixLatest code generation by @chrjohn with @Copilot in https://github.com/quickfix-j/quickfixj/pull/1202
- Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.6.2 to 3.6.3 by @dependabot[bot] in https://github.com/quickfix-j/quickfixj/pull/1230
- Bump io.netty:netty-example from 4.2.13.Final to 4.2.14.Final by @dependabot[bot] in https://github.com/quickfix-j/quickfixj/pull/1234
- Fix Windows compile break in executor example by aligning
LastSharesquantity type (FIX 4.0/4.1/4.2) by @chrjohn with @Copilot in https://github.com/quickfix-j/quickfixj/pull/1237 - Validate sequence number in
nextReject()by @chrjohn in https://github.com/quickfix-j/quickfixj/pull/1236 - Enhancing test suite logging for FIX messages by @chrjohn with @Copilot in https://github.com/quickfix-j/quickfixj/pull/1238
- Bump maven-surefire-plugin-version from 3.5.5 to 3.5.6 by @dependabot[bot] in https://github.com/quickfix-j/quickfixj/pull/1242
- Bump jaxen:jaxen from 2.0.3 to 2.0.4 by @dependabot[bot] in https://github.com/quickfix-j/quickfixj/pull/1241
- Share external DTD dictionary retry loader across
DataDictionaryTestandMessageTestby @chrjohn with @Copilot in https://github.com/quickfix-j/quickfixj/pull/1244 - Extract Saxon version into property and remove XPath limit workarounds by @chrjohn with @Copilot in https://github.com/quickfix-j/quickfixj/pull/1199
- Test session schedule behaviour by @chrjohn with @Copilot in https://github.com/quickfix-j/quickfixj/pull/1240
- Migrate to
quickfixj-codegeneratorexternal dependency by @chrjohn with @Copilot in https://github.com/quickfix-j/quickfixj/pull/1250 - Remove unused Maven plugin dependencies after codegenerator externalization by @chrjohn with @Copilot in https://github.com/quickfix-j/quickfixj/pull/1251
- Bump io.netty:netty-example from 4.2.14.Final to 4.2.15.Final by @dependabot[bot] in https://github.com/quickfix-j/quickfixj/pull/1249
- Bump jaxen:jaxen from 2.0.4 to 2.0.5 by @dependabot[bot] in https://github.com/quickfix-j/quickfixj/pull/1248
- Fix acceptor Logon response MsgSeqNum=2 when ResetSeqNumFlag=Y received (issue [#902]) by @chrjohn with @Copilot in https://github.com/quickfix-j/quickfixj/pull/1164
- Remove unused dependencies from
quickfixj-baseby @chrjohn with @Copilot in https://github.com/quickfix-j/quickfixj/pull/1252 - Update dependabot.yml by @chrjohn in https://github.com/quickfix-j/quickfixj/pull/1256
- Update dependency ignore version for mina-core by @chrjohn in https://github.com/quickfix-j/quickfixj/pull/1257
- Update dependabot.yml to remove ignored dependency by @chrjohn in https://github.com/quickfix-j/quickfixj/pull/1258
- Bump jaxen:jaxen from 2.0.5 to 2.0.6 by @dependabot[bot] in https://github.com/quickfix-j/quickfixj/pull/1253
- Update
dependabot.ymlto ignore certain dependencies by @chrjohn in https://github.com/quickfix-j/quickfixj/pull/1265 - Bump actions/checkout from 6 to 7 by @dependabot[bot] in https://github.com/quickfix-j/quickfixj/pull/1266
- ci: build only production branches on push; cancel stale PR jobs by @chrjohn with @Copilot in https://github.com/quickfix-j/quickfixj/pull/1268
- Delete configuration.html by @chrjohn in https://github.com/quickfix-j/quickfixj/pull/1272
- ci: cancel in-progress CodeQL runs on new PR commits by @chrjohn with @Copilot in https://github.com/quickfix-j/quickfixj/pull/1273
- feat: add
SessionStateListenercallback when a PossDup message is discarded by @mvanhorn in https://github.com/quickfix-j/quickfixj/pull/1259 - Bump io.netty:netty-example from 4.2.15.Final to 4.2.16.Final by @dependabot[bot] in https://github.com/quickfix-j/quickfixj/pull/1276
- Add JaCoCo code coverage reporting with Codecov integration by @chrjohn with @Copilot in https://github.com/quickfix-j/quickfixj/pull/1285
- fix: restore quickfixj-core JaCoCo coverage and exclude generated message modules by @chrjohn with @Copilot in https://github.com/quickfix-j/quickfixj/pull/1286
- Add
codecov.ymlto exclude generated FIX fields and messages from coverage by @chrjohn with @Copilot in https://github.com/quickfix-j/quickfixj/pull/1287 - Bump codecov/codecov-action from 5 to 7 by @dependabot[bot] in https://github.com/quickfix-j/quickfixj/pull/1288
- chore(deps): bump org.apache.maven.plugins:maven-jar-plugin from 3.5.0 to 3.5.1 by @dependabot[bot] in https://github.com/quickfix-j/quickfixj/pull/1284
- Move
OrchestraGoldenFileTestto quickfixj-orchestra repo by @chrjohn in https://github.com/quickfix-j/quickfixj/pull/1289 - Bump github/codeql-action from 4 to 4.37.3 by @dependabot[bot] in https://github.com/quickfix-j/quickfixj/pull/1293
- Bump github/codeql-action from 4.37.3 to 4.37.4 by @dependabot[bot] in https://github.com/quickfix-j/quickfixj/pull/1294
New Contributors
- @mvanhorn made their first contribution in https://github.com/quickfix-j/quickfixj/pull/1259
Full Changelog: https://github.com/quickfix-j/quickfixj/compare/QFJ_RELEASE_3_0_1...QFJ_RELEASE_3_0_2