-
Notifications
You must be signed in to change notification settings - Fork 103
#1007: implement domain model for ide-urls #1040
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
#1007: implement domain model for ide-urls #1040
Conversation
url-updater/src/main/java/com/devonfw/tools/ide/url/folderhandling/UrlDownloadFile.java
Outdated
Show resolved
Hide resolved
url-updater/src/main/java/com/devonfw/tools/ide/url/folderhandling/UrlVersion.java
Outdated
Show resolved
Hide resolved
url-updater/src/main/java/com/devonfw/tools/ide/url/folderhandling/UrlVersion.java
Outdated
Show resolved
Hide resolved
url-updater/src/main/java/com/devonfw/tools/ide/url/folderhandling/UrlStatusFile.java
Outdated
Show resolved
Hide resolved
url-updater/src/main/java/com/devonfw/tools/ide/url/folderhandling/UrlStatusFile.java
Outdated
Show resolved
Hide resolved
url-updater/src/main/java/com/devonfw/tools/ide/url/folderhandling/UrlArtifact.java
Outdated
Show resolved
Hide resolved
url-updater/src/main/java/com/devonfw/tools/ide/url/folderhandling/UrlVersion.java
Outdated
Show resolved
Hide resolved
url-updater/src/main/java/com/devonfw/tools/ide/url/folderhandling/UrlVersion.java
Outdated
Show resolved
Hide resolved
🛠 Lift Auto-fixSome of the Lift findings in this PR can be automatically fixed. You can download and apply these changes in your local project directory of your branch to review the suggestions before committing.1 # Download the patch
curl https://lift.sonatype.com/api/patch/github.com/devonfw/ide/1040.diff -o lift-autofixes.diff
# Apply the patch with git
git apply lift-autofixes.diff
# Review the changes
git diffWant it all in a single command? Open a terminal in your project's directory and copy and paste the following command: curl https://lift.sonatype.com/api/patch/github.com/devonfw/ide/1040.diff | git applyOnce you're satisfied commit and push your changes in your project. Footnotes |
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.
@cinnamon-coder-hub thanks for your PR. You have properly isolated the required changes to this PR so it is much simpler to get this merged first. 👍
I have added some comments. Can you check and do some rework?
I also tend to refactor the packages but IMHO this should be done after both model and updates are merged to avoid merge efforts...
This code is based on state of PR #1000 with a few minor changes, to split review into two parts (addressing issues #1007 and #1009) and to avoid further problems with a bug related to the modified settings folder in PR #1000.