Commit ca63204
ivanzhuravel
fix: use @feature annotation instead of deprecated @Features
Replace deprecated @Features.* annotations with @feature annotation to fix
IllegalStateException on startup caused by missing module name in generated
feature-metadata.properties.
* Replace @Features.Preview with @Preview annotation
* Replace @Features.Name, Description, Flavor, Path with @feature
* Match annotation pattern used in pbj-grpc-helidon module
Fixes: hiero-ledger/hiero-block-node#1964
Signed-off-by: ivanzhuravel <izhuravel@cloudlinux.com>1 parent 9b7a491 commit ca63204
File tree
1 file changed
+8
-6
lines changed- pbj-core/pbj-grpc-helidon-config/src/main/java
1 file changed
+8
-6
lines changedLines changed: 8 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
10 | 12 | | |
11 | 13 | | |
12 | 14 | | |
| |||
0 commit comments