Consider removing `Cloner` interface

オープン
#2,027 コメント 5 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
5/5
見積もり時間
1週間以上
初心者へのやさしさ
25/100
issue の種類
リファクタリング
明瞭さ
説明が足りない
活発さ
停滞
技術スタック
java
領域
backend

調査の方向性

ファイルもテストも指定されていません。まず、設定された Cloner を汎用の matcher と updater を通して追跡し、その後、更新後に cloning と serialization がどのように連携するかを調べてください。完了条件は、カスタマイズ可能な Cloner を削除すべきかどうかを、考えられる最適化オプションへの影響も含めて明らかにすることです。

索引モデルが issue の本文から書いたものです。

説明

Changes in generic matcher and updater open up the possibility that resources being cloned via the configured Cloner might be serialized differently after being processed by the generic updater. While this is probably a low probably event, it might be better to remove the possibility to customize the cloner (though that would also remove potential optimization options, I'm not sure that anyone is currently doing this or even is aware that is a possibility 😁)

Originally posted by @metacosm in https://github.com/operator-framework/java-operator-sdk/pull/2014#discussion_r1302682685

主要言語
Java
スター
944
フォーク
242
平均マージ
1日 4時間
マージ済み PR(30日)
43

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

operator-framework/java-operator-sdk のほかの issue

operator-framework/java-operator-sdk の issue をすべて見る

似ている issue

Java の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。