Unsupported Screen Size: The viewport size is too small for the theme to render properly.

Spring Boot Integration Library (Spring Boot 2.x)

Published by: Collibra Marketplace
Latest version: 1.3.1
Released: April 10, 2023
Contact Publisher
PackageDocumentation
Community Offering

Your use of Community Offerings is subject to the Collibra Marketplace License Agreement. Read more.

Overview

The Collibra Integration Library  is used by all other integrations to communicate with the Collibra Platform instance.

More specifically, the Integration Library is a set of Java classes that facilitate access to Collibra APIs for the purposes of building custom API-based integrations around the Collibra platform. In addition to a wide range of helper classes/methods, the library uses Collibra-CLI to generate a RESTful client based on Collibra APIs so that you can simply call upon Collibra REST APIs. A wide range of integration templates rely on the Collibra Integration Library to implement the most common integration patterns around the Collibra platform. Java and Integration Developers are welcome to use this library to reduce the length of the code that they have to maintain for their integration applications.

Installation specifics

Installing through Maven

Please DO NOT use the mvn install:install-file command to install this Integration Library, as this would result in missing dependencies. Instead, use the following Maven command for the installation:

mvn org.apache.maven.plugins:maven-install-plugin:3.0.0-M1:install-file -Dfile=<path-to-jar-file>

For more information, please refer to the section Installing the Library JAR File, which also explains how the install the provided Javadoc JAR file.

Use Cases

You can use the Collibra Integration Library to:

  • export information (such as assets) from a Collibra Platform instance
  • import information (such as assets and complex relations) to a Collibra Platform instance
  • make calls to the Collibra Platform Core API
  • trigger the Collibra Lineage Harvester through Java code.

To receive support on this item, you can engage our Professional Services team or post any questions in the Data Citizens Community.

Media

More details

Release Notes

Added the following permissions:

ASSESSMENTS("ASSESSMENTS"),
ASSET_GRID_ADMINISTRATION("ASSET_GRID_ADMINISTRATION"),
EDGE("EDGE"),
EDGE_INTEGRATION_CAPABILITY_MANAGE("EDGE_INTEGRATION_CAPABILITY_MANAGE"),
EDGE_SITE_ADMINISTER("EDGE_SITE_ADMINISTER"),
EDGE_SITE_CONNECT("EDGE_SITE_CONNECT"),
EDGE_SITE_MANAGE("EDGE_SITE_MANAGE"),
EDGE_VIEW_CONNECTIONS_AND_CAPABILITIES("EDGE_VIEW_CONNECTIONS_AND_CAPABILITIES"),
EDGE_VIEW_LOGS("EDGE_VIEW_LOGS"),
PRIVACY("PRIVACY"),
TECHNICAL_LINEAGE("TECHNICAL_LINEAGE"),
RESOURCE_MANAGE_ALL("RESOURCE_MANAGE_ALL"),
USER_ADMINISTRATION("USER_ADMINISTRATION"),
WORKFLOW_DESIGNER_ACCESS("WORKFLOW_DESIGNER_ACCESS")
Compatibility
  • Springboot Framework
  • Collibra Data Intelligence Cloud
Dependency
  • Java Runtime Environment 1.8
  • Springboot v2.7
License and Usage Requirements

Release History

Version 1.3.0
March 14, 2023
Release Notes

Fixed issue with multiple JSESSIONID when CSRF enabled.

Downgraded the Spring Boot version to 2.7.x and Java 8.

Compatibility
  • Springboot Framework
  • Collibra Data Intelligence Cloud
Dependency
  • Java 8
  • Springboot v2.7.x
License and Usage Requirements
Version 1.2.2
January 24, 2023
Release Notes
  • Fixed issue when importing assets by external ID.
  • Updated the Spring Boot version to 3.0.1.
Compatibility
  • Spring Boot Framework
  • Eclipse IDE
  • Collibra Data Intelligence Cloud
  • Collibra Data Intelligence On-Prem
Dependency
  • Java 17
License and Usage Requirements
Version 1.2.1
December 22, 2022
Release Notes
  • Migrated to Spring Boot 3.0.0
  • Javax replaced with Jakarta
  • Refactoring
Compatibility
  • Spring Boot Framework
  • Eclipse IDE
  • Collibra Data Intelligence Cloud
  • Collibra Data Intelligence On-Prem
Dependency
  • Java 11
License and Usage Requirements
Version 1.2.0
December 7, 2022
Release Notes
  • Java version migrated to Java 11

Compatibility
  • Spring Boot Framework
  • Eclipse IDE
  • Collibra Data Intelligence Cloud
  • Collibra Data Intelligence On-Prem
Dependency
  • Java 11
License and Usage Requirements
Version 1.1.10
October 27, 2022
Release Notes
  • Updated the commons text dependency (CVE-2022-42889).
  • Updated the Spring Boot parent dependency to version 2.7.5.
  • Minor connection updates.
Compatibility
  • Spring Boot Framework
  • Eclipse IDE
  • Collibra Data Intelligence Cloud
  • Collibra Data Intelligence On-Prem
Dependency
  • Java Runtime Environment 1.8
License and Usage Requirements
Version 1.1.9
August 31, 2022
Release Notes
  • Added functionality to specify the user and group responsibilities as part of an asset.
  • Updated the CustomApiClient retries and timeout.
  • Updated the Feign dependencies to use version 11.9.1.
  • Updated Edge SDK to version 5.80.0.
Compatibility
  • Spring Boot Framework
  • Eclipse IDE
  • Collibra Data Intelligence Cloud
  • Collibra Data Intelligence On-Prem
Dependency
  • Java Runtime Environment 1.8
License and Usage Requirements
Version 1.1.8
July 12, 2022
Release Notes
  • Updated the Job object to support instances having version 2022.08.

Compatibility
  • Spring Boot Framework
  • Eclipse IDE
  • Collibra Data Intelligence Cloud
  • Collibra Data Intelligence On-Prem
Dependency
  • Java Runtime Environment 1.8
License and Usage Requirements
Version 1.1.7
May 26, 2022
Release Notes
  • Added dynamic JWT token support.
  • Updated the Collibra CLI classes to support bearer authentication.
  • Updated the JSON dependency to v20220320.
Compatibility
  • Spring Boot Framework
  • Eclipse IDE
  • Collibra Data Intelligence Cloud
  • Collibra Data Intelligence On-Prem
Dependency
  • Java Runtime Environment 1.8
License and Usage Requirements
Version 1.1.6
May 3, 2022
Release Notes
  • Fixed export parsing issue when there is a backslash in the exported information.
  • Updated the lineage harvester method to provide more information.
  • Updated the internal library dependency version to 1.1.6.
  • Updated the Commons IO dependency version to 2.11.0.
  • Updated the Guava dependency version to 31.1-jre.
  • Updated the Apache POI dependency version to 5.2.2.
  • Updated the Jackson Core dependency version to 2.13.2.
  • Updated the Jersey dependency version to 2.35.
  • Updated the Apache Maven Module dependency version to 3.8.5.
  • Updated the User-Agent header.
Compatibility
  • Spring Boot Framework
  • Eclipse IDE
  • Collibra Data Intelligence Cloud
  • Collibra Data Intelligence On-Prem
Dependency
  • Java Runtime Environment 1.8
License and Usage Requirements
Version 1.1.5
April 5, 2022
Release Notes
  • Updated the Spring Boot version to 2.5.12 (CVE-2022-22965).
  • Job conflicts parsing update (line numbers comma).
Compatibility
  • Spring Boot Framework
  • Eclipse IDE
  • Collibra Data Intelligence Cloud
  • Collibra Data Intelligence On-Prem
Dependency
  • Java Runtime Environment 1.8
License and Usage Requirements

Need help? We have a coaching session that can help you with:

  • Initial information on the integration and prerequisites for custom Springboot integrations.
  • Expert session on debugging and development support for custom Springboot integrations.

Book here

See existing Q&A in the Data Citizens Community

Browse discussions with customers who also use this app. 

Start a New Topic in the Data Citizens Community

Collibra-hosted discussions will connect you to other customers who use this app.

The following terms shall apply to the extent you receive the source code to this offering.

Notwithstanding the terms of the Binary Code License Agreement under which this integration template is licensed, Collibra grants you, the Licensee, the right to access the source code to the integrated template in order to copy and modify said source code for Licensee’s internal use purposes and solely for the purpose of developing connections and/or integrations with Collibra products and services.

Solely with respect to this integration template, the term “Software,” as defined under the Binary Code License Agreement, shall include the source code version thereof. Except with respect to the foregoing, all remaining terms of the Binary Code License Agreement shall apply to the license of integration template hereunder.

Reviews

Rating
Leave a review