Countly / Countly/countly-sdk-java
Consider replacing org.json dependency which uses a non-free license
まだ誰も着手していません。
- 主要言語
- Java
- スター
- 6
- フォーク
- 2
- 平均マージ
- 2日 6時間
- マージ済み PR(30日)
- 12
説明
When running Spring boot tests with the countly java SDK on the classpath, I noticed the same warning as in this SO question,
about having multiple implementations of JSONObject on the classpath. To avoid that, we can exclude either the json.org dependency of countly, or the com.vaadin.external.google:android-json dependency of spring-boot-starter-test.
Anyway, the real issue is, that org.json is licenced under a non-free license with a silly "don't use for evil" clause, as explained in this answer or in the openjson Readme. You might want to consider replacing the dependency on org.json.
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
まず、プロジェクトの依存関係宣言と org.json の使用箇所を特定し、次に重複した JSONObject に関する警告が明らかになる Spring Boot テストを実行します。利用可能な JSON の代替を、それらのライセンスと互換性も含めて比較します。SDK やそのテストを壊すことなく、非フリーの依存関係が置き換えられれば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- java
- 領域
- backend
- issue の種類
- リファクタリング
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 35/100