[
https://issues.apache.org/jira/browse/WICKET-7204?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18112373#comment-18112373
]
ASF GitHub Bot commented on WICKET-7204:
----------------------------------------
codecov-commenter commented on PR #1577:
URL: https://github.com/apache/wicket/pull/1577#issuecomment-5572292489
##
[Codecov](https://app.codecov.io/gh/apache/wicket/pull/1577?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
Report
:x: Patch coverage is `75.00000%` with `2 lines` in your changes missing
coverage. Please review.
:white_check_mark: Project coverage is 61.85%. Comparing base
([`ca5252b`](https://app.codecov.io/gh/apache/wicket/commit/ca5252b75f9bd36fff956d0c99b0d49458aa6c56?dropdown=coverage&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache))
to head
([`4d47a71`](https://app.codecov.io/gh/apache/wicket/commit/4d47a713f34a802a088630c7ec9ca9284e2a18ad?dropdown=coverage&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)).
<details><summary>Additional details and impacted files</summary>
```diff
@@ Coverage Diff @@
## master #1577 +/- ##
=========================================
Coverage 61.85% 61.85%
- Complexity 11181 11184 +3
=========================================
Files 1245 1245
Lines 48220 48227 +7
Branches 6759 6760 +1
=========================================
+ Hits 29825 29833 +8
- Misses 15694 15695 +1
+ Partials 2701 2699 -2
```
</details>
<details><summary> :rocket: New features to boost your workflow: </summary>
- :snowflake: [Test
Analytics](https://docs.codecov.com/docs/test-analytics): Detect flaky tests,
report on failures, and find test suite problems.
- :package: [JS Bundle
Analysis](https://docs.codecov.com/docs/javascript-bundle-analysis): Save
yourself from yourself by tracking and limiting bundle sizes in JS merges.
</details>
> Don't use INJECTION for ByteBuddy proxy creation
> -------------------------------------------------
>
> Key: WICKET-7204
> URL: https://issues.apache.org/jira/browse/WICKET-7204
> Project: Wicket
> Issue Type: Improvement
> Reporter: Andrea Del Bene
> Assignee: Andrea Del Bene
> Priority: Major
> Fix For: 11.0.0
>
>
> The current proxy creation with byte buddy uses
> ClassLoadingStrategy.Default.INJECTION. ad class loading strategy, but this
> relies on Java Unsafe support, which is deprecated and disabled with the
> newer release of ByteBuddy
--
This message was sent by Atlassian Jira
(v8.20.10#820010)