Releases: esanchezros/quickfixj-spring-boot-starter
Releases · esanchezros/quickfixj-spring-boot-starter
3.0.1
2.18.0
What's Changed
- Replace quickfixj-messages-all with specific quickfixj-messages version and made them optional by @esanchezros in #133
Thanks to @Svanar for suggesting the improvement
Breaking change
The QuickFIX/J Spring Boot Starter no longer includes quickfixj-messages-all dependency and now includes the standard published FIX specification versions from FIX 4.0 to FIX Latest built by the QuickFIX/J project as an optional dependency. They are no longer specified as runtime dependencies, making it easier to customize QuickFIX/J deployments.
- <dependency>
- <groupId>org.quickfixj</groupId>
- <artifactId>quickfixj-messages-all</artifactId>
- </dependency>
+ <dependency>
+ <groupId>org.quickfixj</groupId>
+ <artifactId>quickfixj-messages-fix40</artifactId>
+ <optional>true</optional>
+ </dependency>
+ <dependency>
+ <groupId>org.quickfixj</groupId>
+ <artifactId>quickfixj-messages-fix41</artifactId>
+ <optional>true</optional>
+ </dependency>
+ <dependency>
+ <groupId>org.quickfixj</groupId>
+ <artifactId>quickfixj-messages-fix42</artifactId>
+ <optional>true</optional>
+ </dependency>
+ <dependency>
+ <groupId>org.quickfixj</groupId>
+ <artifactId>quickfixj-messages-fix43</artifactId>
+ <optional>true</optional>
+ </dependency>
+ <dependency>
+ <groupId>org.quickfixj</groupId>
+ <artifactId>quickfixj-messages-fix44</artifactId>
+ <optional>true</optional>
+ </dependency>
+ <dependency>
+ <groupId>org.quickfixj</groupId>
+ <artifactId>quickfixj-messages-fix50</artifactId>
+ <optional>true</optional>
+ </dependency>
+ <dependency>
+ <groupId>org.quickfixj</groupId>
+ <artifactId>quickfixj-messages-fix50sp1</artifactId>
+ <optional>true</optional>
+ </dependency>
+ <dependency>
+ <groupId>org.quickfixj</groupId>
+ <artifactId>quickfixj-messages-fix50sp2</artifactId>
+ <optional>true</optional>
+ </dependency>
+ <dependency>
+ <groupId>org.quickfixj</groupId>
+ <artifactId>quickfixj-messages-fixt11</artifactId>
+ <optional>true</optional>
+ </dependency>
Full Changelog: 2.17.1...2.18.0
2.17.1
What's Changed
- [ISSUE-122] update: server setting code / manual link by @ChoiJunsik in #123
- Added github permissions by @esanchezros in #125
- Added ossf badge by @esanchezros in #126
- update health actuator property name in readme by @ChoiJunsik in #127
- Fix for Spring Boot 3, Sanitizer compatibililty by @esanchezros in #129
New Contributors
- @ChoiJunsik made their first contribution in #123
Full Changelog: 2.17.0...2.17.1
2.17.0
Full Changelog: 2.16.4...2.17.0
2.16.4
Full Changelog: 2.16.2...2.16.4
2.16.2
Full Changelog: 2.16.1...2.16.2
2.16.1
Full Changelog: 2.15.4...2.16.1
2.15.4
Full Changelog: 2.15.3...2.15.4
2.15.3
What's Changed
- Add .circleci/config.yml by @esanchezros in #103
- Downgrade Spring Boot dependencies to 2.5.14 by @esanchezros in #106
Full Changelog: 2.15.2...2.15.3
2.15.2
Full Changelog: 2.15.1...2.15.2