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

refactor: cleanup deprecated code #3489

Merged

Conversation

ndr-brt
Copy link
Member

@ndr-brt ndr-brt commented Oct 2, 2023

What this PR changes/adds

Remove code that was deprecated in 0.1.x

Why it does that

cleanup

Further notes

  • removed extension deprecation on oauth-daps as there's no alternative implemented.
  • use testcontainers for daps tests

Linked Issue(s)

Closes #3488

Please be sure to take a look at the contributing guidelines and our etiquette for pull requests.

@ndr-brt ndr-brt added the refactoring Cleaning up code and dependencies label Oct 2, 2023
@ndr-brt ndr-brt force-pushed the 3488-cleanup-deprecated-code branch from fc80879 to 535bb3d Compare October 2, 2023 07:52
@codecov-commenter
Copy link

codecov-commenter commented Oct 2, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (f7c0751) 72.08% compared to head (5d0cf90) 72.12%.
Report is 1 commits behind head on main.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3489      +/-   ##
==========================================
+ Coverage   72.08%   72.12%   +0.04%     
==========================================
  Files         841      829      -12     
  Lines       16996    16799     -197     
  Branches      951      943       -8     
==========================================
- Hits        12251    12116     -135     
+ Misses       4341     4282      -59     
+ Partials      404      401       -3     
Files Coverage Δ
...e/edc/connector/core/base/OkHttpClientFactory.java 93.75% <100.00%> (+10.41%) ⬆️
...rg/eclipse/edc/policy/engine/PolicyEngineImpl.java 83.60% <ø> (+7.48%) ⬆️
.../edc/connector/service/asset/AssetServiceImpl.java 97.77% <ø> (-0.05%) ⬇️
...dispatcher/DspHttpRemoteMessageDispatcherImpl.java 100.00% <ø> (+11.90%) ⬆️
...org/eclipse/edc/iam/oauth2/daps/DapsExtension.java 100.00% <100.00%> (+100.00%) ⬆️
...clipse/edc/iam/oauth2/daps/DapsTokenDecorator.java 100.00% <ø> (ø)
...ain/java/org/eclipse/edc/sql/SqlQueryExecutor.java 83.01% <ø> (+4.07%) ⬆️
...va/org/eclipse/edc/sql/store/AbstractSqlStore.java 0.00% <ø> (ø)
...nector/api/management/asset/AssetApiExtension.java 85.71% <ø> (-4.29%) ⬇️
...nt/contractnegotiation/ContractNegotiationApi.java 0.00% <ø> (ø)
... and 6 more

... and 1 file with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ndr-brt ndr-brt force-pushed the 3488-cleanup-deprecated-code branch 2 times, most recently from 42652e4 to c00b422 Compare October 2, 2023 09:30
@ndr-brt ndr-brt force-pushed the 3488-cleanup-deprecated-code branch from c00b422 to 5d0cf90 Compare October 2, 2023 09:31
Copy link
Member

@paullatzelsperger paullatzelsperger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🪓

Copy link
Contributor

@wolf4ood wolf4ood left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🪓

@ndr-brt ndr-brt merged commit c9d6da4 into eclipse-edc:main Oct 2, 2023
17 checks passed
@ndr-brt ndr-brt deleted the 3488-cleanup-deprecated-code branch October 2, 2023 13:38
ndkrimbacher pushed a commit to nexyo-io/DataSpaceConnector that referenced this pull request Oct 4, 2023
@ndr-brt ndr-brt added the breaking-change Will require manual intervention for version update label Nov 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking-change Will require manual intervention for version update refactoring Cleaning up code and dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cleanup code deprecated in 0.1.x
5 participants