Skip to content

Releases: bridgedb/BridgeDb

BridgeDb 3.0.21

18 Mar 13:33
Compare
Choose a tag to compare

DOI

Minor release that a few NullPointerExceptions in the QC tool, migrated the VoID tool into a separate org.bridgedb.tools.voidtool module, add Prymnesium parvum and Skeletonema marinoi as new species, and removes to plugin for the discontinued Taverna.

The below examples assume you need just org.bridgedb.bio, and you can use it as template and modify to add other modules.

For Maven:

<dependencies>
    <dependency>
        <groupId>org.bridgedb</groupId>
        <artifactId>org.bridgedb.bio</artifactId>
        <version>3.0.21</version>
    </dependency>
</dependencies>

For Gradle:

compile group: 'org.bridgedb', name: 'org.bridgedb.bio', version: '3.0.21'

For Ivy:

<dependency org="org.bridgedb" name="org.bridgedb.bio" rev="3.0.21"/>

For Buildr:

'org.bridgedb:org.bridgedb.bio:jar:3.0.21'

Full Changelog: release_3.0.20...release_3.0.21

BridgeDb 3.0.20

21 Feb 12:08
Compare
Choose a tag to compare

DOI

Minor release that fixes a typo in the VoID tool, adds OSGI support for the org.bridgedb.webservice.bridgerest module, and ensures the version.props is shipped with the jars.

The below examples assume you need just org.bridgedb.bio, and you can use it as template and modify to add other modules.

For Maven:

<dependencies>
    <dependency>
        <groupId>org.bridgedb</groupId>
        <artifactId>org.bridgedb.bio</artifactId>
        <version>3.0.20</version>
    </dependency>
</dependencies>

For Gradle:

compile group: 'org.bridgedb', name: 'org.bridgedb.bio', version: '3.0.20'

For Ivy:

<dependency org="org.bridgedb" name="org.bridgedb.bio" rev="3.0.20"/>

For Buildr:

'org.bridgedb:org.bridgedb.bio:jar:3.0.20'

Full Changelog: release_3.0.19...release_3.0.20

BridgeDb 3.0.19

08 Feb 21:01
Compare
Choose a tag to compare

DOI

Minor release that updates to BridgeDb DataSources 20230208, bringing in three nanomaterial data sources.

The below examples assume you need just org.bridgedb.bio, and you can use it as template and modify to add other modules.

For Maven:

<dependencies>
    <dependency>
        <groupId>org.bridgedb</groupId>
        <artifactId>org.bridgedb.bio</artifactId>
        <version>3.0.19</version>
    </dependency>
</dependencies>

For Gradle:

compile group: 'org.bridgedb', name: 'org.bridgedb.bio', version: '3.0.19'

For Ivy:

<dependency org="org.bridgedb" name="org.bridgedb.bio" rev="3.0.19"/>

For Buildr:

'org.bridgedb:org.bridgedb.bio:jar:3.0.19'

Full Changelog: release_3.0.18...release_3.0.19

BridgeDb 3.0.18

08 Dec 11:45
Compare
Choose a tag to compare

DOI

Minor release that updates the versions of several dependencies, including Apache Derby 10.15.2.0, handling ChEBI identifiers with Bioregistry better, and a much cleaner BridgeDb QC tool.

The below examples assume you need just org.bridgedb.bio, and you can use it as template and modify to add other modules.

For Maven:

<dependencies>
    <dependency>
        <groupId>org.bridgedb</groupId>
        <artifactId>org.bridgedb.bio</artifactId>
        <version>3.0.18</version>
    </dependency>
</dependencies>

For Gradle:

compile group: 'org.bridgedb', name: 'org.bridgedb.bio', version: '3.0.18'

For Ivy:

<dependency org="org.bridgedb" name="org.bridgedb.bio" rev="3.0.18"/>

For Buildr:

'org.bridgedb:org.bridgedb.bio:jar:3.0.18'

Full Changelog: release_3.0.17...release_3.0.18

BridgeDb 3.0.17

08 Dec 11:42
Compare
Choose a tag to compare

DOI

Minor release that adds categories for data sources, allowing tools to filter based on category. It adds Caulobacter vibrioides as species, and contains a good number of JavaDoc improvements.

The below examples assume you need just org.bridgedb.bio, and you can use it as template and modify to add other modules.

For Maven:

<dependencies>
    <dependency>
        <groupId>org.bridgedb</groupId>
        <artifactId>org.bridgedb.bio</artifactId>
        <version>3.0.17</version>
    </dependency>
</dependencies>

For Gradle:

compile group: 'org.bridgedb', name: 'org.bridgedb.bio', version: '3.0.17'

For Ivy:

<dependency org="org.bridgedb" name="org.bridgedb.bio" rev="3.0.17"/>

For Buildr:

'org.bridgedb:org.bridgedb.bio:jar:3.0.17'

Full Changelog: release_3.0.16...release_3.0.17

BridgeDb 3.0.16

14 Jul 04:40
Compare
Choose a tag to compare

DOI

Minor release with some further clean up and one new functionality during the first NWO Open Science grant hackathon. Data sources no longer have just a main type but also categorical tags, which can be used to filter them more easily.

The below examples assume you need just org.bridgedb.bio, and you can use it as template and modify to add other modules.

For Maven:

<dependencies>
    <dependency>
        <groupId>org.bridgedb</groupId>
        <artifactId>org.bridgedb.bio</artifactId>
        <version>3.0.16</version>
    </dependency>
</dependencies>

For Gradle:

compile group: 'org.bridgedb', name: 'org.bridgedb.bio', version: '3.0.16'

For Ivy:

<dependency org="org.bridgedb" name="org.bridgedb.bio" rev="3.0.16"/>

For Buildr:

'org.bridgedb:org.bridgedb.bio:jar:3.0.16'

BridgeDb 3.0.15

26 Jun 10:58
Compare
Choose a tag to compare

DOI

Second BridgeDb Java release funded by the NWO Open Grant (203.001.121). It adds Bioregistry.io support in the DataSource and Xref APIs. It also updates the OpenRDF dependency to RDF4J. This release adds some more testing and fixes a few minor inconsistencies. Finally, it adds a DataSource.mock() method similar to the register() method, but without the registration and just returning a mock DataSource.

The below examples assume you need just org.bridgedb.bio, and you can use it as template and modify to add other modules.

For Maven:

<dependencies>
    <dependency>
        <groupId>org.bridgedb</groupId>
        <artifactId>org.bridgedb.bio</artifactId>
        <version>3.0.15</version>
    </dependency>
</dependencies>

For Gradle:

compile group: 'org.bridgedb', name: 'org.bridgedb.bio', version: '3.0.15'

For Ivy:

<dependency org="org.bridgedb" name="org.bridgedb.bio" rev="3.0.15"/>

For Buildr:

'org.bridgedb:org.bridgedb.bio:jar:3.0.15'

BridgeDb 3.0.14

28 May 17:14
Compare
Choose a tag to compare

DOI

First BridgeDb Java release funded by the NWO Open Grant (203.001.121), aimed at making the build process more robust (and adding a new developer). It updates a number of dependencies (Apache Velocity, Apache Derby, JUnit, Log4j, and MySQL driver) and add the first bits of Bioregistry.io support. This release also removes the BridgeDb Webservice, which is now available from a separate GitHub repository. The Xref.toString() now returns whether the identifier is primary or not, which is now also retrieved from the Derby database. It also update to the BridgeDb Datasources 20220526 release, which includes the Bioregistry prefixes for all data sources.

The below examples assume you need just org.bridgedb.bio, and you can use it as template and modify to add other modules.

For Maven:

<dependencies>
    <dependency>
        <groupId>org.bridgedb</groupId>
        <artifactId>org.bridgedb.bio</artifactId>
        <version>3.0.14</version>
    </dependency>
</dependencies>

For Gradle:

compile group: 'org.bridgedb', name: 'org.bridgedb.bio', version: '3.0.14'

For Ivy:

<dependency org="org.bridgedb" name="org.bridgedb.bio" rev="3.0.14"/>

For Buildr:

'org.bridgedb:org.bridgedb.bio:jar:3.0.14'

BridgeDb 3.0.13

14 Jan 07:08
Compare
Choose a tag to compare

DOI

Updated dependencies for log4j (2.17.1), OpenRDF (2.7.16), Apache CFX (3.2.14), and some dependency cleanup.

The below examples assume you need just org.bridgedb.bio, and you can use it as template and modify to add other modules.

For Maven:

<dependencies>
    <dependency>
        <groupId>org.bridgedb</groupId>
        <artifactId>org.bridgedb.bio</artifactId>
        <version>3.0.13</version>
    </dependency>
</dependencies>

For Gradle:

compile group: 'org.bridgedb', name: 'org.bridgedb.bio', version: '3.0.13'

For Ivy:

<dependency org="org.bridgedb" name="org.bridgedb.bio" rev="3.0.13"/>

For Buildr:

'org.bridgedb:org.bridgedb.bio:jar:3.0.13'

BridgeDb 3.0.10

11 Dec 09:40
Compare
Choose a tag to compare

DOI

Updated dependencies. Everyone using BridgeDb in a (web)service context should upgrade as soon as possible.

The below examples assume you need just org.bridgedb.bio, and you can use it as template and modify to add other modules.

For Maven:

<dependencies>
    <dependency>
        <groupId>org.bridgedb</groupId>
        <artifactId>org.bridgedb.bio</artifactId>
        <version>3.0.10</version>
    </dependency>
</dependencies>

For Gradle:

compile group: 'org.bridgedb', name: 'org.bridgedb.bio', version: '3.0.10'

For Ivy:

<dependency org="org.bridgedb" name="org.bridgedb.bio" rev="3.0.10"/>

For Buildr:

'org.bridgedb:org.bridgedb.bio:jar:3.0.10'