Empressia

Results 10 comments of Empressia

## ConfigPropertyを指定したコンストラクタインジェクションのPayaraでの動作について Payara Microでも、コンストラクタインジェクションを指定したConfigPorpertyは動作しています。 実際に、サンプルでは、『microprofile-config.properties』に『config01=』の行を追加することでエラーは出なくなります。 ## Alternativeを指定したクラスのインジェクションについて > MicroProfile Config 1.3 の仕様では、フィールド以外のインジェクション・ポイントで @ConfigProperty を使用した場合の動作は定義されていません。 サンプルのコンストラクタインジェクション(パターン A)を、 フィールドインジェクション(パターン B)に変更しても、 エラーとなりました。 パターン A. ```java @Dependent @Alternative public static class Config01 { @Inject...

I tried to translate. ## Environment * Windows 10 Pro * Visual Studio Code 1.56 * Java Extension Pack 0.14.0 * Java Test Runner 0.29.0 ## Problem Try to run...

"modulePaths"を設定できると、それは解決できるかもれません。 ただそれは、"module-info.java"の違いから考えられる、テストへの入力の違いだからです。 現在得られているエラー出力からではありません。 よって、可能性があるとは思いますが、それ以上のことはわかりません。 ------------------------ If I can set "modulePaths", it may be solved. That's because I think the input to the test is different depending on the "module-info.java". Not...

否定する要素としては、このプロジェクトでは、外部のモジュールを使用していないため、 module pathを明示的に指定する必要がなさそうなことです。 ------ From a negable point of view, this project doesn't use external modules, so i don't seem to have to explicitly specify module path.

#1101 は対応いただきました。ありがとうございます。そちらは解決しました。 しかし、こちらは、依然、問題が継続しています。 確認をお願いできますか? なお、確認したバージョンは以下の通りです。 ----- #1101 was supported. thank you. That's solved. However, this problem continues. Can you check it out? The confirmed version is as follows. ----- ##...

* Language Support for Java(TM) by Red Hat v1.2.0 ↓ click『▷』. ![スクリーンショット 2021-12-24 110707](https://user-images.githubusercontent.com/4579500/147306990-689f15ae-4719-4913-a05c-6125c92b5aa8.png) ↓ run test using gradle. ![スクリーンショット 2021-12-24 110930](https://user-images.githubusercontent.com/4579500/147307187-e2bc8b73-f6be-4934-985b-7d8c5e37ff89.png)

> Looks like a issue related to the file system. ヒントをありがとうございます。 Thank you for the tips. スペースのないディレクトリパスに移動したら、成功しました(~/Visual Studio Code/VSCodeJaaTest02→~/Temporary/VSCodeJaaTest02)。 I moved to a directory path with no space and it...

わたしの想像ですが……。 It's my idea... スタックトレースとJUnitのドキュメントから、JUnitではServiceLoaderを使用して設定を読み込んでいると思います。 From the stack trace and JUnit documentation, I think JUnit uses ServiceLoader to load the settings. https://junit.org/junit5/docs/5.7.0/api/org.junit.platform.launcher/org/junit/platform/launcher/core/LauncherFactory.html そのパスの一部が、上記URLにあります。 Part of the path can be found...

情報ありがとうございます。 Thank you for the information. vmArgs引数の"--patch-module"のあとに、『~;\\\\VSCodeJavaTest02 master\\\\bin\\\\default"』が含まれているのが問題に見えますがどうでしょうか。 For vmArgs arguments, what about the problem is that the arguments after "--patch-module" contain 『~;\\\\VSCodeJavaTest02 master\\\\bin\\\\default"』?

I am trying to bind multiple variables that can be null in WinUI3, but this is not possible due to the lack of IMultiValueConverter and this bug.