Skip to content
This repository has been archived by the owner on Sep 16, 2020. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: symphonyoss/symphony-java-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: symphony-java-client-1.1.4
Choose a base ref
...
head repository: symphonyoss/symphony-java-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 4 commits
  • 3 files changed
  • 3 contributors

Commits on Mar 7, 2018

  1. Copy the full SHA
    d091ebe View commit details

Commits on Aug 10, 2020

  1. Proposing archival of this project as not maintained and superceded

    Proposing to archive as:
    - project is not currently maintained 
    - it's superceded by other clients (Symphony's Java Client at https://github.com/SymphonyPlatformSolutions/symphony-api-client-java or Deustche Bank Java Client at https://github.com/deutschebank/symphony-java-client-parent currently being contributed to FINOS)
    mindthegab authored Aug 10, 2020
    Copy the full SHA
    80dde4f View commit details

Commits on Sep 15, 2020

  1. Copy the full SHA
    39a12d4 View commit details
  2. Fixed archived badge

    finos-admin authored Sep 15, 2020
    Copy the full SHA
    a03a4b9 View commit details
Showing with 8 additions and 6 deletions.
  1. +5 −3 README.md
  2. +2 −2 pom.xml
  3. +1 −1 symphony-client/pom.xml
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
[![Maven Central](https://img.shields.io/maven-central/v/org.symphonyoss.symphony/symphony-client.svg)](http://search.maven.org/#search%7Cga%7C1%7Cg%3Aorg.symphonyoss.symphony%20a%3Asymphony-client)
[![Build Status](https://travis-ci.org/symphonyoss/symphony-java-client.svg)](https://travis-ci.org/symphonyoss/symphony-java-client)
[![Validation Status](https://scan.coverity.com/projects/9112/badge.svg?flat=1)](https://scan.coverity.com/projects/symphonyoss-symphony-java-client)
[![Symphony Software Foundation - Active](https://cdn.rawgit.com/symphonyoss/contrib-toolbox/master/images/ssf-badge-active.svg)](https://symphonyoss.atlassian.net/wiki/display/FM/Active)
[![SonarCloud Quality gate](https://sonarcloud.io/api/badges/gate?key=org.symphonyoss.symphony%3Asymphony-java-client)](https://sonarcloud.io/dashboard?id=org.symphonyoss.symphony%3Asymphony-java-client)
<a href="https://finosfoundation.atlassian.net/wiki/spaces/FINOS/pages/75530367/Archived"><img src="https://github.com/finos/contrib-toolbox/raw/master/images/badge-archived.png" data-canonical-src="https://github.com/finos/contrib-toolbox/raw/master/images/badge-archived.png" width="110" /></a>

Symphony Java Client
Symphony Java Client (Archived)
====================

The Symphony java client provides a real-time wrapper around the Symphony REST API's to simplify the creation of chat sessions, room access, presence, messaging and more... The client provides a set of logical services representing supported features of the Symphony platform. Services support real-time events through feature based listeners and communication objects. Access is not limited to the services as all underlying Symphony client implementations are exposed for advanced use or creation of your own service.

## NOTE: Project is Archived
In August 2020, the Project was transitioned to [Archived](https://finosfoundation.atlassian.net/wiki/spaces/FINOS/pages/75530367/Archived) stage as its not currently maintained and it's superceded by other clients (e.g. [Symphony's Java Client](https://github.com/SymphonyPlatformSolutions/symphony-api-client-java) or [Deustche Bank Java Client](https://github.com/deutschebank/symphony-java-client-parent).

## Features
* Basic client:
* Authentication management for all variants (bot, Extension Apps, Apps, OBO)
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -26,7 +26,7 @@

<groupId>org.symphonyoss.symphony</groupId>
<artifactId>symphony-java-client</artifactId>
<version>1.1.4</version>
<version>1.1.5-SNAPSHOT</version>
<name>Symphony Java Client</name>
<packaging>pom</packaging>
<url>https://github.com/symphonyoss/symphony-java-client</url>
@@ -49,7 +49,7 @@
<connection>scm:git:git://github.com/symphonyoss/symphony-java-client.git</connection>
<developerConnection>scm:git:git@github.com:symphonyoss/symphony-java-client.git</developerConnection>
<url>https://github.com/symphonyoss/symphony-java-client</url>
<tag>symphony-java-client-1.1.4</tag>
<tag>HEAD</tag>
</scm>

<developers>
2 changes: 1 addition & 1 deletion symphony-client/pom.xml
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@
<parent>
<artifactId>symphony-java-client</artifactId>
<groupId>org.symphonyoss.symphony</groupId>
<version>1.1.4</version>
<version>1.1.5-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>