https://github.com/cumulocity-iot/cumulocity-clients-java
This repository contains Cumulocity client libraries for Java. This is write-enabled version is synced with https://github.com/SoftwareAG/cumulocity-clients-java
https://github.com/cumulocity-iot/cumulocity-clients-java
client cumulocity-client cumulocity-iot iot-analytics java
Last synced: 8 months ago
JSON representation
This repository contains Cumulocity client libraries for Java. This is write-enabled version is synced with https://github.com/SoftwareAG/cumulocity-clients-java
- Host: GitHub
- URL: https://github.com/cumulocity-iot/cumulocity-clients-java
- Owner: Cumulocity-IoT
- Created: 2021-06-23T11:46:13.000Z (almost 5 years ago)
- Default Branch: develop
- Last Pushed: 2025-01-22T09:46:35.000Z (over 1 year ago)
- Last Synced: 2025-01-22T10:32:52.012Z (over 1 year ago)
- Topics: client, cumulocity-client, cumulocity-iot, iot-analytics, java
- Language: Java
- Homepage:
- Size: 34.6 MB
- Stars: 3
- Watchers: 2
- Forks: 6
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
Cumulocity Clients Java
---------------
This repository contains [Cumulocity] [1] client libraries for Java. For more information on [Cumulocity] [1] visit [http://www.cumulocity.com] [1].
Access to [Cumulocity] [1] [Maven repository] [2] is required to build the code.
Building with Maven
---------------
Please add [Cumulocity] [1] [Maven repository] [2] to Your `settings.xml` like this:
cumulocity
cumulocity
cumulocity-maven-repo
https://resources.cumulocity.com/maven/repository
cumulocity-plugins-repo
https://resources.cumulocity.com/maven/repository
[1]: http://www.cumulocity.com
[2]: http://maven.apache.org/
[3]: https://www.cumulocity.com/guides
### Backporting
A github actions plugin for backporting was introduced.
You can inspect it in `.github/workflows/auto-backport.yml`.
It will automatically prepare Pull Requests to specified branches, when the original Pull Request will be merged.
To do a backport add `auto-backport` label in your Pull Request.
Second, you need a target branches, each specified with `auto-backport-to-`.
For example to backport to branch `release/r0000.0.0` you have to add a label `auto-backport-to-release/r0000.0.0`.
Backporting can be also done without github actions. See documentation for the tool itself: https://github.com/sqren/backport