testcontainers / testcontainers/testcontainers-java
[Bug]: Library source does not match the bytecode for class GenericContainer
まだ誰も着手していません。
- 主要言語
- Java
- スター
- 8.7k
- フォーク
- 1.9k
- 平均マージ
- 2日 17時間
- マージ済み PR(30日)
- 9
説明
Module
Core
Testcontainers version
1.20.1
Using the latest Testcontainers version?
Yes
Host OS
macOs 14.6.1
Host Arch
ARM (Apple M2)
Docker version
-
What happened?
While trying to debug testcontainers potential bug, I discovered that sources published are not the correct.
The testcontainers-1.20.1-sources.jar content does not match testcontainers-1.20.1.jar content.
For example the GenericContainer class in testcontainers-1.20.1-sources.jar does not have public @NonNull List getExtraHosts() method... that is present in javadoc and in the library class at runtime.
Relevant log output
No response
Additional Information
No response
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
まず、公開されている testcontainers-1.20.1-sources.jar と testcontainers-1.20.1.jar、および GenericContainer の Javadoc を比較し、getExtraHosts() に焦点を当てます。これらの成果物を生成するリリースパッケージングの入力を追跡します。公開されているソース、バイトコード、Javadoc が同じ GenericContainer API を記述していれば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- java
- 領域
- build-system, release
- issue の種類
- バグ
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 活発
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 48/100