-
Notifications
You must be signed in to change notification settings - Fork 0
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
fix(edc-extension): remove unused maven repos #17
Merged
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
schoenenberg
approved these changes
Jan 25, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A lot of it will come back during implementation. I just commented the stuff so that the linter is not complaining..
github-actions bot
pushed a commit
that referenced
this pull request
Jul 3, 2024
# 1.0.0 (2024-07-03) ### Bug Fixes * add more TransferStates and add field for LogMessage of TransferState ([e8d2e06](e8d2e06)) * add RequestMessage again to MultiContextJsonLdSerializer ([4d0e1b7](4d0e1b7)) * checkstyle issues ([029eecb](029eecb)) * checkstyle issues ([840faa2](840faa2)) * checkstyle issues ([a76eee3](a76eee3)) * **edc-extension:** remove unused maven repos ([#17](#17)) ([7f6dea9](7f6dea9)) * flyway migrations conflict ([b66a38d](b66a38d)) * handle more events for transfer ([5258ccb](5258ccb)) * logging house process id ([8ad5b4e](8ad5b4e)) * message type for create process ([5dc8dda](5dc8dda)) * registering event subscriber ([81740c9](81740c9)) * restructure exception handling ([c0215f3](c0215f3)) * serializer ([0f63780](0f63780)) * typo in release workflow ([19d9bba](19d9bba)) * urls for logging and process creation ([ac6665a](ac6665a)) ### Features * add release pipline with build and publish trigger ([#18](#18)) ([934a3ab](934a3ab)) * flyway migrations ([7f86700](7f86700)) * logging house messages store ([cb9127c](cb9127c)) * logging house messages store ([3df5a4b](3df5a4b)) * logging house sender worker ([817ef84](817ef84)) * logging house sender worker ([2e3489e](2e3489e)) * mds requested properties ([2c2d257](2c2d257)) * **server:** init logging-house-server with publish job ([fcce174](fcce174))
🎉 This issue has been resolved in version 1.0.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
name: Pull Request
about: Unused maven repos
title: "fix(edc-extension): remove unused maven repos"
labels: ''
assignees: @dhommen
Related Issue(s)
none
Problem
The IAIS maven repo is no longer active and could generate problems in the build process.
Solution
Removed repo from
build.gradle.kts
extending to all unused repos.Implementation Details
none
Risk Impact
none
Performance Implications
none
Testing Performed
Detail the testing steps you have taken to ensure the functionality and performance of your code. Include any relevant automated or manual testing procedures.
Screenshots
none
Checklist:
Additional Notes
none