ixortalk-organization-api

IxorTalk microservice for managing Organization entities

License

License

GroupId

GroupId

com.ixortalk
ArtifactId

ArtifactId

ixortalk-organization-api
Last Version

Last Version

1.3.3
Release Date

Release Date

Type

Type

jar
Description

Description

ixortalk-organization-api
IxorTalk microservice for managing Organization entities
Project URL

Project URL

https://github.com/ixortalk/ixortalk-organization-api/tree/master
Project Organization

Project Organization

IxorTalk CVBA
Source Code Management

Source Code Management

https://github.com/ixortalk/ixortalk-organization-api/tree/master

Download ixortalk-organization-api

How to add to project

<!-- https://jarcasting.com/artifacts/com.ixortalk/ixortalk-organization-api/ -->
<dependency>
    <groupId>com.ixortalk</groupId>
    <artifactId>ixortalk-organization-api</artifactId>
    <version>1.3.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.ixortalk/ixortalk-organization-api/
implementation 'com.ixortalk:ixortalk-organization-api:1.3.3'
// https://jarcasting.com/artifacts/com.ixortalk/ixortalk-organization-api/
implementation ("com.ixortalk:ixortalk-organization-api:1.3.3")
'com.ixortalk:ixortalk-organization-api:jar:1.3.3'
<dependency org="com.ixortalk" name="ixortalk-organization-api" rev="1.3.3">
  <artifact name="ixortalk-organization-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ixortalk', module='ixortalk-organization-api', version='1.3.3')
)
libraryDependencies += "com.ixortalk" % "ixortalk-organization-api" % "1.3.3"
[com.ixortalk/ixortalk-organization-api "1.3.3"]

Dependencies

compile (24)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-actuator jar 2.2.7.RELEASE
org.springframework.boot : spring-boot-starter-web jar 2.2.7.RELEASE
org.springframework.boot : spring-boot-starter-data-rest jar 2.2.7.RELEASE
org.springframework.boot : spring-boot-starter-data-jpa jar 2.2.7.RELEASE
org.springframework.boot : spring-boot-starter-security jar 2.2.7.RELEASE
io.github.openfeign.form : feign-form jar 3.8.0
io.github.openfeign.form : feign-form-spring jar 3.8.0
org.springframework.cloud : spring-cloud-config-client jar
org.springframework.cloud : spring-cloud-starter-openfeign jar
org.springframework.cloud : spring-cloud-security jar
com.ixortalk : ixortalk-oauth2-spring-boot-starter jar 1.1.0
org.springframework.security : spring-security-data jar
javax.inject : javax.inject jar 1
com.fasterxml.jackson.module : jackson-module-jaxb-annotations jar
com.fasterxml.jackson.datatype : jackson-datatype-jsr310 jar
com.fasterxml.jackson.datatype : jackson-datatype-hibernate5 jar
io.github.openfeign : feign-jackson jar
org.liquibase : liquibase-core jar 3.8.2
com.ixortalk : ixortalk-util jar 1.0.2
io.micrometer : micrometer-registry-prometheus jar 1.3.2
com.graphql-java-kickstart : graphql-spring-boot-starter jar 7.1.0
com.graphql-java-kickstart : graphql-java-tools jar 6.1.0
com.graphql-java : graphql-java-extended-scalars jar 1.0
com.querydsl : querydsl-jpa jar 4.2.2

provided (1)

Group / Artifact Type Version
com.querydsl : querydsl-apt jar 4.2.2

runtime (1)

Group / Artifact Type Version
org.postgresql : postgresql jar 9.4.1212

test (12)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-test jar 2.2.7.RELEASE
com.ixortalk : ixortalk-oauth2-spring-boot-starter jar 1.1.0
com.h2database : h2 jar 1.4.194
com.ixortalk : ixortalk-test jar 2.0.0
net.javacrumbs.json-unit : json-unit-fluent jar 1.18.0
org.springframework.restdocs : spring-restdocs-core jar 2.0.4.RELEASE
org.springframework.security : spring-security-test jar
org.springframework.restdocs : spring-restdocs-restassured jar 2.0.4.RELEASE
com.github.tomakehurst : wiremock-jre8-standalone jar 2.26.3
org.assertj : assertj-core jar 3.11.1
org.mockito : mockito-core jar 2.8.9
io.jsonwebtoken : jjwt jar 0.9.1

Project Modules

There are no modules declared in this project.

ixortalk-organization-api

For general documentation about the IxorTalk platform: https://github.com/ixortalk/ixortalk-gateway

IxorTalk Organization API is a Spring Boot Microservice responsible for managing organizations within the IxorTalk instance. It uses Spring Data Rest.

Building

For building Maven, Java 1.8+ and Docker are required.

$ mvn clean install

To build without a Docker image being built:

$ mvn clean install -DskipDocker

Running

For easy bootstrapping an IxorTalk instance, see ixortalk-config-docker which contains a Docker compose configuration for the complete stack.

Configuration

See application-test.yml for an example on how to configure this module. For instance callback URLs can be configured using ixortalk.organization.callback-api.* properties.

Rest Docs

RestDocs are available under /organization/docs/index.html

Contributing

Pull request are welcome.

License

The MIT License (MIT)

Copyright (c) 2016-present IxorTalk CVBA

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
com.ixortalk

IxorTalk

Connected Experiences

Versions

Version
1.3.3
1.3.1
1.3.0
1.2.2
1.2.1
1.2.0
1.1.0
1.0.5
1.0.4
1.0.2
1.0.1
1.0.0