Skip to content

Releases: finos/symphony-bdk-java

symphony-bdk-3.0.0.RC3

13 Sep 07:26
Compare
Choose a tag to compare
Pre-release

Dependency upgrades

  • Use dot in module name in #781

Installation

Using Maven:

<dependencyManagement>
    <dependencies>
        <dependency>
            <groupId>org.finos.symphony.bdk</groupId>
            <artifactId>symphony-bdk-bom</artifactId>
            <version>3.0.0.RC3</version>
            <type>pom</type>
            <scope>import</scope>
        </dependency>
    </dependencies>
</dependencyManagement>

Using Gradle:

dependencies {
    implementation platform('org.finos.symphony.bdk:symphony-bdk-bom:3.0.0.RC3')
}

symphony-bdk-3.0.0.RC2

12 Sep 12:07
Compare
Choose a tag to compare
Pre-release

Dependency upgrades

Installation

Using Maven:

<dependencyManagement>
    <dependencies>
        <dependency>
            <groupId>org.finos.symphony.bdk</groupId>
            <artifactId>symphony-bdk-bom</artifactId>
            <version>3.0.0.RC2</version>
            <type>pom</type>
            <scope>import</scope>
        </dependency>
    </dependencies>
</dependencyManagement>

Using Gradle:

dependencies {
    implementation platform('org.finos.symphony.bdk:symphony-bdk-bom:3.0.0.RC2')
}

symphony-bdk-2.14.3

23 Aug 13:50
Compare
Choose a tag to compare

Dependency upgrades

Installation

Using Maven:

<dependencyManagement>
    <dependencies>
        <dependency>
            <groupId>org.finos.symphony.bdk</groupId>
            <artifactId>symphony-bdk-bom</artifactId>
            <version>2.14.3</version>
            <type>pom</type>
            <scope>import</scope>
        </dependency>
    </dependencies>
</dependencyManagement>

Using Gradle:

dependencies {
    implementation platform('org.finos.symphony.bdk:symphony-bdk-bom:2.14.3')
}

symphony-bdk-2.14.2

10 Aug 07:51
87496d4
Compare
Choose a tag to compare

Dependency upgrades

Installation

Using Maven:

<dependencyManagement>
    <dependencies>
        <dependency>
            <groupId>org.finos.symphony.bdk</groupId>
            <artifactId>symphony-bdk-bom</artifactId>
            <version>2.14.2</version>
            <type>pom</type>
            <scope>import</scope>
        </dependency>
    </dependencies>
</dependencyManagement>

Using Gradle:

dependencies {
    implementation platform('org.finos.symphony.bdk:symphony-bdk-bom:2.14.2')
}

symphony-bdk-3.0.0.RC1

26 Jun 07:49
d71d7b6
Compare
Choose a tag to compare
Pre-release

Dependency upgrades

  • Upgrade Springboot from 2.7.12 to 3.0.7
  • Pass from JDK 8 to JDK 17

Installation

Using Maven:

<dependencyManagement>
    <dependencies>
        <dependency>
            <groupId>org.finos.symphony.bdk</groupId>
            <artifactId>symphony-bdk-bom</artifactId>
            <version>3.0.0.RC1</version>
            <type>pom</type>
            <scope>import</scope>
        </dependency>
    </dependencies>
</dependencyManagement>

Using Gradle:

dependencies {
    implementation platform('org.finos.symphony.bdk:symphony-bdk-bom:3.0.0.RC1')
}

symphony-bdk-2.14.1

24 May 07:16
Compare
Choose a tag to compare

Bug fixes

Dependency upgrades

Installation

Using Maven:

<dependencyManagement>
    <dependencies>
        <dependency>
            <groupId>org.finos.symphony.bdk</groupId>
            <artifactId>symphony-bdk-bom</artifactId>
            <version>2.14.1</version>
            <type>pom</type>
            <scope>import</scope>
        </dependency>
    </dependencies>
</dependencyManagement>

Using Gradle:

dependencies {
    implementation platform('org.finos.symphony.bdk:symphony-bdk-bom:2.14.1')
}

symphony-bdk-2.14.0

04 May 13:41
b423a92
Compare
Choose a tag to compare

Bug fixes

#760 Make Activity api offer asynchronous processing option

Dependency upgrades

#764 Upgrade Springboot 2.7.11

Installation

Using Maven:

<dependencyManagement>
    <dependencies>
        <dependency>
            <groupId>org.finos.symphony.bdk</groupId>
            <artifactId>symphony-bdk-bom</artifactId>
            <version>2.14.0</version>
            <type>pom</type>
            <scope>import</scope>
        </dependency>
    </dependencies>
</dependencyManagement>

Using Gradle:

dependencies {
    implementation platform('org.finos.symphony.bdk:symphony-bdk-bom:2.14.0')
}

symphony-bdk-2.13.0

04 Apr 11:43
3abc5f0
Compare
Choose a tag to compare

Features

#753 Added Symphony BDK test tools module for core Java BDK
#747 Added Symphony BDK test tools module for Springboot starter
#745 Remove CE health check from the indicator
#746 Make DF recreation to retry on client error

Bug fixes

#748 Fix the event timestamp value is not accessible bug
❗ Breaking change to @EventListener ❗ Refer to revised documentation

Installation

Using Maven:

<dependencyManagement>
    <dependencies>
        <dependency>
            <groupId>org.finos.symphony.bdk</groupId>
            <artifactId>symphony-bdk-bom</artifactId>
            <version>2.13.0</version>
            <type>pom</type>
            <scope>import</scope>
        </dependency>
    </dependencies>
</dependencyManagement>

Using Gradle:

dependencies {
    implementation platform('org.finos.symphony.bdk:symphony-bdk-bom:2.13.0')
}

symphony-bdk-2.12.0

25 Jan 14:06
Compare
Choose a tag to compare

Bugfix

#738 Remove bot username as Datafeed tag

Features

#737 Add actuator health check to spring starter

Dependency upgrades

#739 Upgrade Springboot 2.7.8

Installation

Using Maven:

<dependencyManagement>
    <dependencies>
        <dependency>
            <groupId>org.finos.symphony.bdk</groupId>
            <artifactId>symphony-bdk-bom</artifactId>
            <version>2.12.0</version>
            <type>pom</type>
            <scope>import</scope>
        </dependency>
    </dependencies>
</dependencyManagement>

Using Gradle:

dependencies {
    implementation platform('org.finos.symphony.bdk:symphony-bdk-bom:2.12.0')
}

symphony-bdk-2.11.1

06 Dec 09:12
Compare
Choose a tag to compare

Bugfix

#695 Fix Datahose loop

Features

#697 Add security scan github action
#691 Migrate to FINOS Security Scanning

Dependency upgrades

#697 Upgrade Springboot 2.7.6

Installation

Using Maven:

<dependencyManagement>
    <dependencies>
        <dependency>
            <groupId>org.finos.symphony.bdk</groupId>
            <artifactId>symphony-bdk-bom</artifactId>
            <version>2.11.1</version>
            <type>pom</type>
            <scope>import</scope>
        </dependency>
    </dependencies>
</dependencyManagement>

Using Gradle:

dependencies {
    implementation platform('org.finos.symphony.bdk:symphony-bdk-bom:2.11.1')
}