Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

Convert the @ComponentScan in @FrameworkControllerScan configuration to an ImportBeanDefinitionRegistrar

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

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

評価

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

調査の方向性

まず、既存の @FrameworkControllerScan 設定と、import-registrar ブランチにすでに存在する作業を確認してください。スキャンされたクラスをどのように表現すべきかを判断する前に、Spring の ImportBeanDefinitionRegistrar API と BeanDefinition API を読んでください。@FrameworkControllerScan が他の @ComponentScan 宣言と共存でき、内部またはインポートされた設定クラスを必要としなければ完了です。

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

説明

Since we are hijacking @ComponentScan to utilize @FrameworkControllerScan, this prevents a user from using it alongside any other @ComponentScan, including an @SpringBootApplication class.

Instead, a user is required to create a static inner class or @Import another @Configuration class that contains the @FrameworkControllerScan.

This represents work towards dynamically registering beans via an ImportBeanDefinitionRegistrar. Some work has already been done towards this effort at import-registrar. The challenge is that we need to build our own BeanDefinition from the class itself and don't have a lot of examples to rely on.

主要言語
Java
スター
2
フォーク
2
PR マージ指標
30日以内にマージされた PR はありません

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

このリポジトリのコントリビューションガイドは索引されていません

はじめの一歩

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

BroadleafCommerce/spring-frameworkmapping のほかの issue

BroadleafCommerce/spring-frameworkmapping の issue をすべて見る

似ている issue

Java の issue をもっと見る

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

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