-
Notifications
You must be signed in to change notification settings - Fork 245
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(api): expose dataplanes api v4alpha #4704
Merged
ndr-brt
merged 2 commits into
eclipse-edc:main
from
Think-iT-Labs:dataplane-instance-v4alpha
Jan 10, 2025
Merged
refactor(api): expose dataplanes api v4alpha #4704
ndr-brt
merged 2 commits into
eclipse-edc:main
from
Think-iT-Labs:dataplane-instance-v4alpha
Jan 10, 2025
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ndr-brt
added
refactoring
Cleaning up code and dependencies
api
Feature related to the (REST) api
labels
Jan 8, 2025
ndr-brt
force-pushed
the
dataplane-instance-v4alpha
branch
from
January 8, 2025 13:38
09459be
to
2724fee
Compare
.add(TYPE, DataPlaneInstance.DATAPLANE_INSTANCE_TYPE) | ||
.add(URL, dataPlaneInstance.getUrl().toString()) | ||
.add(LAST_ACTIVE, dataPlaneInstance.getLastActive()) | ||
.add(TURN_COUNT, dataPlaneInstance.getTurnCount()); |
Check notice
Code scanning / CodeQL
Deprecated method or constructor invocation Note
Invoking should be avoided because it has been deprecated.
DataPlaneInstance.getTurnCount
Error loading related location
Loading var srcBldr = jsonFactory.createArrayBuilder(dataPlaneInstance.getAllowedSourceTypes()); | ||
builder.add(ALLOWED_SOURCE_TYPES, srcBldr); | ||
|
||
var dstBldr = jsonFactory.createArrayBuilder(dataPlaneInstance.getAllowedDestTypes()); |
Check notice
Code scanning / CodeQL
Deprecated method or constructor invocation Note
Invoking should be avoided because it has been deprecated.
DataPlaneInstance.getAllowedDestTypes
Error loading related location
Loading
ndr-brt
force-pushed
the
dataplane-instance-v4alpha
branch
from
January 8, 2025 14:00
2724fee
to
f43032a
Compare
ndr-brt
force-pushed
the
dataplane-instance-v4alpha
branch
from
January 8, 2025 16:22
f43032a
to
a257c96
Compare
ndr-brt
force-pushed
the
dataplane-instance-v4alpha
branch
from
January 8, 2025 16:35
a257c96
to
d82f132
Compare
wolf4ood
approved these changes
Jan 10, 2025
...rc/main/java/org/eclipse/edc/connector/dataplane/selector/api/v2/SelectionRequestSchema.java
Outdated
Show resolved
Hide resolved
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What this PR changes/adds
Exposes
/dataplanes
v4alpha withoutv3
deprecated fieldsWhy it does that
prepare for new version, get rid of deprecated stuff
Further notes
v2
will be removedLinked Issue(s)
Part of #4659
Please be sure to take a look at the contributing guidelines and our etiquette for pull requests.