Federation Gateway Release Notes

This server is available as a Docker image in a Docker registry at the Linux Foundation. The image name is “federation-gateway” and the tag is a version string as shown below.

Version 2.2.1, 2019-07-18

  • Fix Boreas branch Jenkins build not working (ACUMOS-3244)
  • Fix DI artifact create fail due to Federation use of a stale TCP stream (ACUMOS-3193)
  • Federated model DI name to include model name - same as source peer DI name (ACUMOS-3195)

Version 2.2.0, 2019-04-16

  • Increase Spring async task timeout value (spring.mvc.async.request-timeout) to 10 minutes (ACUMOS-2749)

    This prevents timeouts during retrieval of large docker image artifacts.

  • Update to CDS 2.2.x with subscription by catalogs (ACUMOS-2732)

    This makes changes to the REST api for accessing Federation on both the public and internal interfaces:

    • When listing solutions, the optional selector query parameter is replaced by a required catalogId query parameter
    • When getting revision details an optional catalogId query parameter is added, used to retrieve descriptions and documents, from that catalog, for the revision. If not specified, no descriptions or documents are returned.
    • When getting artifact and document content, the form of the URI is changed to eliminate the unused solution and revision IDs.
    • When getting documents for a revision, the form of the URI is changed to eliminate the unused solution ID and a required catalogID query parameter is added.

    Solution revisions in CDS no longer have access type codes, so the (optional) catalog.default-access-type-code configuration parameter has been removed.

  • Eliminate vulnerabilities and many “code smells” identified by SONAR.

Version 2.1.2, 2019-03-27

  • Add JUnit test cases to reach 50% or better code coverage (ACUMOS-2584)
  • Add API to list remote catalogs to support subscribing (ACUMOS-2575) API to list catalogs is /catalogs
  • Refactor code to avoid duplication related to implementing listing remote catalogs.
  • Documentation configuration parameters (ACUMOS-2661)

Version 2.1.1, 2019-03-07

Version 2.1.0, 2019-03-05

  • Update to CDS 2.1.2

Version 2.0.1, 2019-02-26

  • Add catalogId field in solution search selector (ACUMOS-2285)
  • Normalize configured Nexus URL to have exactly one trailing slash (ACUMOS-2554)
  • Allow server to run as unprivileged user (ACUMOS-2551)
  • Various problems found with version 2.0.0 (ACUMOS-2570) - List dependency on jersey-hk2 for spring-boot - Instant rendered as JSON object rather than seconds since epoch - Seconds since epoch may parse as Integer instead of Long

Version 2.0.0, 2019-02-20

  • Use Boreas log pattern; remove EELF (ACUMOS-2329)
  • Fix repeated update of metadata (ACUMOS-2399)
  • Update to CDS 2.0.7

Version 1.18.7, 2018-10-30

Version 1.18.6, 2018-10-08

  • Fix for the handling of mis-represented content uris (ACUMOS-1780)
  • Adds subscription option directing the handling of error in content retrieval with respect to catalog updates

Version 1.18.5, 2018-10-02

  • Fix for loss of file name prefix/suffix (ACUMOS-1780)
  • Fix for processing of docker artifacts, push to the local registry (ACUMOS-1781)
  • Add peer ‘isActive’ as controller calls pre-authorization check
  • Fix the artifact content processing condition in the gateway

Version 1.18.4, 2018-09-21

  • Fix download of large artifacts
  • Upgrade Spring-Boot to 1.5.16.RELEASE (ACUMOS-1754)

Version 1.18.3, 2018-09-14

  • Increase max heap size

  • configuration changes: new top level docker configuration block:

    "docker": {
        "host": "tcp://your_host:port",
        "registryUrl": "your_registry:port",
        "registryUsername": "docker_username",
        "registryPassword": "docker_password",
        "registryEmail": ""
    }
    

Version 1.18.2, 2018-09-13

  • Rely on solution detail API for mapping (ACUMOS-1690)
  • Add binary stream to resource http content mapper (ACUMOS-1690)
  • Allow configuration of underlying executor and scheduler
  • Do not overwrite user during mapping for local solutions

Version 1.18.1, 2018-09-05

  • Simplified catalog solutions lookup
  • Fix ‘self’ peer not found (ACUMOS-1694)
  • Fix task scheduler initialization (ACUMOS-1690)
  • Fix solution tag handling
  • Move solution and revision updates to service interface

Version 1.18.0, 2018-09-05

  • Align with data model changes from CDS 1.18.x
  • Fix subscription update processing (ACUMOS-1693)

Version 1.17.1, 2018-09-04

Version 1.17.0, 2018-08-14

  • Align with data model changes from CDS 1.17.x
  • Add revision document federation (ACUMOS-1606)
  • Add tag federation (ACUMOS-1544)
  • Fix authorship federation (ACUMOS-626)
  • The federation API for access to artifact and document content access have changed to /solutions/{solutionId}/revisions/{revisionId}/artifacts/{artifactId}/content and /solutions/{solutionId}/revisions/{revisionId}/documents/{documentId}/content

Version 1.16.1, 2018-08-08

  • Temporary patch for tag handling during federation procedures

Version 1.16.0, 2018-08-01

  • Aligns with the data model changes from CDS 1.16.x
  • Minor fixes in order to adhere to project coding standards.

Version 1.15.1, 2018-07-31

  • Fixes catalog solution lookup strategy due to used criteria moving to other entities (solution -> revision)
  • Fixes some Sonar complaints
  • Adds more unit tests for CDS based service implementations
  • Align version numbers with CDS

Version 1.1.5, 2018-07-12

  • Aligns with the data model changes from CDS 1.15 (ACUMOS-1330)

Version 1.1.4.1, 2018-07-11

  • Fix handling of docker images with no tags (ACUMOS-1015)

Version 1.1.4, 2018-06-20

  • Fix result size test when retrieving ‘self’ peer
  • Fix handling of null solutions filter in the service. Fix the handling of no such item errors in catalog controller.

Version 1.1.3, 2018-05-10

  • Upgrade to CDS 1.14.4

Version 1.1.2, 2018-04-19

Version 1.1.1, 2018-04-13

  • Unit tests for local interface
  • Separate federation and local service interfaces (ACUMOS-276)

Version 1.1.0, 2018-03-09

  • Separate between federation and local interface with respect to network configuration, authorization and available REST API.
  • Upgrade to CDS 1.14.0

Version 1.0.0, 2018-02-12

  • Use release (not snapshot) versions of acumos-nexus-client and common-dataservice libraries
  • Limit JVM memory use via Docker start command
  • Revise docker projects to deploy images to nexus3.acumos.org
  • Make aspectjweaver part of runtime
  • Add dependency copy plugin

Version 0.2.0, 2017-11-28

  • Support to CDS 1.9.0
  • 2-Way SSL Support
  • X509 Subject Principal Authentication