Skip to content

Releases: esanchezros/quickfixj-spring-boot-starter

2.18.0

19 May 11:27
Compare
Choose a tag to compare

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

20 Feb 11:12
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.17.0...2.17.1

2.17.0

01 Jan 18:52
Compare
Choose a tag to compare

Full Changelog: 2.16.4...2.17.0

2.16.4

01 Dec 15:36
Compare
Choose a tag to compare

Full Changelog: 2.16.2...2.16.4

2.16.2

28 Oct 14:59
Compare
Choose a tag to compare

Full Changelog: 2.16.1...2.16.2

2.16.1

27 Aug 11:44
Compare
Choose a tag to compare

Full Changelog: 2.15.4...2.16.1

2.15.4

11 Jul 08:24
Compare
Choose a tag to compare

Full Changelog: 2.15.3...2.15.4

2.15.3

28 Mar 12:04
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.15.2...2.15.3

2.15.2

13 Feb 09:56
Compare
Choose a tag to compare

Full Changelog: 2.15.1...2.15.2

2.15.0

09 Feb 16:37
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.14.0...2.15.0