Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement @Attribute Injection. #5547

Merged
merged 41 commits into from
May 9, 2024

skeleton code for @Attribute injection.

eac6431
Select commit
Loading
Failed to load commit list.
Merged

Implement @Attribute Injection. #5547

skeleton code for @Attribute injection.
eac6431
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Apr 5, 2024 in 0s

1.88% of diff hit (target 74.10%)

View this Pull Request on Codecov

1.88% of diff hit (target 74.10%)

Annotations

Check warning on line 51 in core/src/main/java/com/linecorp/armeria/internal/server/annotation/AnnotatedElementNameUtil.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/src/main/java/com/linecorp/armeria/internal/server/annotation/AnnotatedElementNameUtil.java#L51

Added line #L51 was not covered by tests

Check warning on line 53 in core/src/main/java/com/linecorp/armeria/internal/server/annotation/AnnotatedElementNameUtil.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/src/main/java/com/linecorp/armeria/internal/server/annotation/AnnotatedElementNameUtil.java#L53

Added line #L53 was not covered by tests

Check warning on line 56 in core/src/main/java/com/linecorp/armeria/internal/server/annotation/AnnotatedElementNameUtil.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/src/main/java/com/linecorp/armeria/internal/server/annotation/AnnotatedElementNameUtil.java#L56

Added line #L56 was not covered by tests

Check warning on line 58 in core/src/main/java/com/linecorp/armeria/internal/server/annotation/AnnotatedElementNameUtil.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/src/main/java/com/linecorp/armeria/internal/server/annotation/AnnotatedElementNameUtil.java#L58

Added line #L58 was not covered by tests

Check warning on line 454 in core/src/main/java/com/linecorp/armeria/internal/server/annotation/AnnotatedValueResolver.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/src/main/java/com/linecorp/armeria/internal/server/annotation/AnnotatedValueResolver.java#L453-L454

Added lines #L453 - L454 were not covered by tests

Check warning on line 645 in core/src/main/java/com/linecorp/armeria/internal/server/annotation/AnnotatedValueResolver.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/src/main/java/com/linecorp/armeria/internal/server/annotation/AnnotatedValueResolver.java#L639-L645

Added lines #L639 - L645 were not covered by tests

Check warning on line 648 in core/src/main/java/com/linecorp/armeria/internal/server/annotation/AnnotatedValueResolver.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/src/main/java/com/linecorp/armeria/internal/server/annotation/AnnotatedValueResolver.java#L647-L648

Added lines #L647 - L648 were not covered by tests

Check warning on line 651 in core/src/main/java/com/linecorp/armeria/internal/server/annotation/AnnotatedValueResolver.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/src/main/java/com/linecorp/armeria/internal/server/annotation/AnnotatedValueResolver.java#L651

Added line #L651 was not covered by tests

Check warning on line 810 in core/src/main/java/com/linecorp/armeria/internal/server/annotation/AnnotatedValueResolver.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/src/main/java/com/linecorp/armeria/internal/server/annotation/AnnotatedValueResolver.java#L810

Added line #L810 was not covered by tests

Check warning on line 813 in core/src/main/java/com/linecorp/armeria/internal/server/annotation/AnnotatedValueResolver.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/src/main/java/com/linecorp/armeria/internal/server/annotation/AnnotatedValueResolver.java#L812-L813

Added lines #L812 - L813 were not covered by tests

Check warning on line 815 in core/src/main/java/com/linecorp/armeria/internal/server/annotation/AnnotatedValueResolver.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/src/main/java/com/linecorp/armeria/internal/server/annotation/AnnotatedValueResolver.java#L815

Added line #L815 was not covered by tests

Check warning on line 817 in core/src/main/java/com/linecorp/armeria/internal/server/annotation/AnnotatedValueResolver.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/src/main/java/com/linecorp/armeria/internal/server/annotation/AnnotatedValueResolver.java#L817

Added line #L817 was not covered by tests

Check warning on line 819 in core/src/main/java/com/linecorp/armeria/internal/server/annotation/AnnotatedValueResolver.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/src/main/java/com/linecorp/armeria/internal/server/annotation/AnnotatedValueResolver.java#L819

Added line #L819 was not covered by tests

Check warning on line 831 in core/src/main/java/com/linecorp/armeria/internal/server/annotation/AnnotatedValueResolver.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/src/main/java/com/linecorp/armeria/internal/server/annotation/AnnotatedValueResolver.java#L823-L831

Added lines #L823 - L831 were not covered by tests

Check warning on line 836 in core/src/main/java/com/linecorp/armeria/internal/server/annotation/AnnotatedValueResolver.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/src/main/java/com/linecorp/armeria/internal/server/annotation/AnnotatedValueResolver.java#L833-L836

Added lines #L833 - L836 were not covered by tests

Check warning on line 839 in core/src/main/java/com/linecorp/armeria/internal/server/annotation/AnnotatedValueResolver.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/src/main/java/com/linecorp/armeria/internal/server/annotation/AnnotatedValueResolver.java#L839

Added line #L839 was not covered by tests

Check warning on line 843 in core/src/main/java/com/linecorp/armeria/internal/server/annotation/AnnotatedValueResolver.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/src/main/java/com/linecorp/armeria/internal/server/annotation/AnnotatedValueResolver.java#L843

Added line #L843 was not covered by tests

Check warning on line 847 in core/src/main/java/com/linecorp/armeria/internal/server/annotation/AnnotatedValueResolver.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/src/main/java/com/linecorp/armeria/internal/server/annotation/AnnotatedValueResolver.java#L847

Added line #L847 was not covered by tests

Check warning on line 849 in core/src/main/java/com/linecorp/armeria/internal/server/annotation/AnnotatedValueResolver.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/src/main/java/com/linecorp/armeria/internal/server/annotation/AnnotatedValueResolver.java#L849

Added line #L849 was not covered by tests

Check warning on line 851 in core/src/main/java/com/linecorp/armeria/internal/server/annotation/AnnotatedValueResolver.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/src/main/java/com/linecorp/armeria/internal/server/annotation/AnnotatedValueResolver.java#L851

Added line #L851 was not covered by tests

Check warning on line 859 in core/src/main/java/com/linecorp/armeria/internal/server/annotation/AnnotatedValueResolver.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/src/main/java/com/linecorp/armeria/internal/server/annotation/AnnotatedValueResolver.java#L856-L859

Added lines #L856 - L859 were not covered by tests