feat: osgi support#220
Merged
bednar merged 6 commits intoinfluxdata:masterfrom Apr 14, 2021
borcsokj:feat/osgi-support
Merged
Conversation
bednar
requested changes
Apr 12, 2021
bednar
requested changes
Apr 13, 2021
Contributor
bednar
left a comment
There was a problem hiding this comment.
Thanks again for your awesome PR 👍... We are almost done, but there are still a few requirements that should be satisfy
- Please add a link to
osgi clientintosite.xml- something like:
<item name="InfluxDB 2.0 client - OSGi" href="./influxdb-client-osgi/index.html" />
- something like:
- Apply following git patch that will fix the CircleCI integrations:
- circleci_patch.txt
git apply circleci_patch.txt
and a few following requirements in code:
Update client-osgi/pom.xml Scope was missing here because it's already defined by parent pom. Scope is defined in other modules (client, client-core) so applied suggested change. Co-authored-by: Jakub Bednář <[email protected]>
Contributor
Author
|
@bednar, thank you, feature branch is rebased to master |
bednar
approved these changes
Apr 14, 2021
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Closes #219
Proposed Changes
OSGi support for Java client.
Checklist
mvn testcompletes successfully