We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2775730 + bf45dc3 commit ba758d1Copy full SHA for ba758d1
.junie/guidelines.md
@@ -21,9 +21,9 @@ QuickFIX/J is a full-featured messaging engine for the FIX protocol. It is a 100
21
```
22
23
2. Build the project:
24
- Junie, please make sure to only use JDK 8 for the build.
+ Junie, please make sure to only use JDK 8 for the build and use the following Java options:
25
26
- ./mvnw clean install -Dmaven.javadoc.skip=true -PskipBundlePlugin,minimal-fix-latest
+ ./mvnw package -Dmaven.javadoc.skip=true -PskipBundlePlugin,minimal-fix-latest -Xms3g -Xmx6g -Djdk.xml.xpathExprGrpLimit=500 -Djdk.xml.xpathExprOpLimit=500
27
28
29
## Coding Standards
0 commit comments