Skip to content

working examples of builds for customisation #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 27 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
b6e359e
initial commit to preserve custom session messages work which I will …
david-gibbs-ig May 28, 2024
36a4796
initial commit
david-gibbs-ig May 28, 2024
6f6c16f
Add files via upload
david-gibbs-ig Sep 21, 2024
a8e3ac6
Merge pull request #1 from david-gibbs-ig/david-gibbs-ig-patch-1
david-gibbs-ig Sep 21, 2024
3ee4db9
Update readme.md
david-gibbs-ig Sep 21, 2024
a381b2f
Update readme.md
david-gibbs-ig Sep 21, 2024
79c8f88
Update readme.md
david-gibbs-ig Sep 21, 2024
624f666
Add files via upload
david-gibbs-ig Sep 21, 2024
1c7d067
renamed .github directory that had been deliberately misnamed to allo…
david-gibbs Sep 21, 2024
4ede33b
Merge pull request #2 from david-gibbs-ig/move-github
david-gibbs-ig Sep 21, 2024
5fe93f3
update github actions
david-gibbs-ig Sep 21, 2024
ff72002
correct line 57 github actions
david-gibbs-ig Sep 21, 2024
f444c74
Merge pull request #3 from david-gibbs-ig/update-github-actions
david-gibbs-ig Sep 21, 2024
93f7477
working on maven in github actions
david-gibbs-ig Sep 22, 2024
dd9a72a
Merge pull request #4 from david-gibbs-ig/update-github-actions
david-gibbs-ig Sep 22, 2024
e3c6351
Merge branch 'quickfix-j:main' into main
david-gibbs-ig Oct 18, 2024
5b42b0f
added example of customisation using legacy code gen
david-gibbs Oct 20, 2024
a39cbee
server example runs, before removing FIXT11 example
david-gibbs Oct 20, 2024
b722e7d
clean up temp directories
david-gibbs Oct 20, 2024
13d27f4
interim commit of crudely working version
david-gibbs Oct 21, 2024
47e81e3
added readme for examples and tidied code
david-gibbs Oct 21, 2024
3dc0a0f
Added an example of custom SecurityIdSource codeset
david-gibbs Oct 21, 2024
50f2f3c
Added an example of using the artifact build using legacy quickfixj c…
david-gibbs Oct 21, 2024
7f9e576
refactored project structure
david-gibbs-ig Nov 2, 2024
c21766f
added example of FIX50SP2 message generation from fix orchestra
david-gibbs-ig Nov 3, 2024
0757aed
remove .iml files
david-gibbs-ig Nov 3, 2024
2f0379a
Merge pull request #5 from david-gibbs-ig/fix50sp2-from-orchestra
david-gibbs-ig Nov 3, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update readme.md
  • Loading branch information
david-gibbs-ig authored Sep 21, 2024
commit 79c8f88e718257bb4f3591be43bc2f28eb065bb7
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

![](./FIXorchestraLogo.png)

#Introduction
# Introduction

The repository contains examples of customisation when building from a FIX Orchestra specification.

Expand All @@ -24,6 +24,6 @@ The more complete documents for customising QuickFIX/J are available on the

See also [QuickFIX/J Orchestra](https://github.com/quickfix-j/quickfixj-orchestra).

#Build
# Build

`mvn clean install -Djdk.xml.xpathExprGrpLimit=1024 -Djdk.xml.xpathExprOpLimit=1024`