-
Notifications
You must be signed in to change notification settings - Fork 36
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
Move url-updater into new module #1024
Labels
enhancement
New feature or request
Comments
jan-vcapgemini
added a commit
to jan-vcapgemini/IDEasy
that referenced
this issue
Feb 7, 2025
adjusted github action workflow updated wiremock from com.github.tomakehurst 2.35.2 to org.wiremock 3.11.0 added jackson-core dependency to ide-cli added url to url tool test classes package name
jan-vcapgemini
added a commit
to jan-vcapgemini/IDEasy
that referenced
this issue
Feb 17, 2025
jan-vcapgemini
added a commit
to jan-vcapgemini/IDEasy
that referenced
this issue
Feb 17, 2025
jan-vcapgemini
added a commit
to jan-vcapgemini/IDEasy
that referenced
this issue
Feb 20, 2025
added test and resources added getter of baseUrl to AwsUrlUpdater to be able to mock it
jan-vcapgemini
added a commit
to jan-vcapgemini/IDEasy
that referenced
this issue
Feb 20, 2025
jan-vcapgemini
added a commit
to jan-vcapgemini/IDEasy
that referenced
this issue
Feb 20, 2025
jan-vcapgemini
added a commit
to jan-vcapgemini/IDEasy
that referenced
this issue
Mar 5, 2025
introduced maven dependencyManagement removed unnecessary properties from url-updater module moved dependency version variables to root pom.xml
jan-vcapgemini
added a commit
to jan-vcapgemini/IDEasy
that referenced
this issue
Mar 5, 2025
moved getBaseUrl method to GithubUrlUpdater added Override to sub classes using getBaseUrl used getBasedUrl in each GithubUrlUpdater to construct download urls
jan-vcapgemini
added a commit
to jan-vcapgemini/IDEasy
that referenced
this issue
Mar 5, 2025
moved url specific classes from cli module to url-updater module
jan-vcapgemini
added a commit
to jan-vcapgemini/IDEasy
that referenced
this issue
Mar 5, 2025
replaced import with fully qualified reference
jan-vcapgemini
added a commit
to jan-vcapgemini/IDEasy
that referenced
this issue
Mar 5, 2025
moved url specific classes from cli module to url-updater module
jan-vcapgemini
added a commit
to jan-vcapgemini/IDEasy
that referenced
this issue
Mar 5, 2025
adjusted github workflow
jan-vcapgemini
added a commit
to jan-vcapgemini/IDEasy
that referenced
this issue
Mar 5, 2025
removed unnecessary method
jan-vcapgemini
added a commit
to jan-vcapgemini/IDEasy
that referenced
this issue
Mar 5, 2025
replaced import with fully qualified reference
jan-vcapgemini
added a commit
to jan-vcapgemini/IDEasy
that referenced
this issue
Mar 5, 2025
jan-vcapgemini
added a commit
to jan-vcapgemini/IDEasy
that referenced
this issue
Mar 5, 2025
changed java version from 17 to 21
jan-vcapgemini
added a commit
to jan-vcapgemini/IDEasy
that referenced
this issue
Mar 5, 2025
jan-vcapgemini
added a commit
to jan-vcapgemini/IDEasy
that referenced
this issue
Mar 5, 2025
jan-vcapgemini
added a commit
to jan-vcapgemini/IDEasy
that referenced
this issue
Mar 5, 2025
jan-vcapgemini
added a commit
to jan-vcapgemini/IDEasy
that referenced
this issue
Mar 5, 2025
jan-vcapgemini
added a commit
to jan-vcapgemini/IDEasy
that referenced
this issue
Mar 5, 2025
jan-vcapgemini
added a commit
to jan-vcapgemini/IDEasy
that referenced
this issue
Mar 6, 2025
removed jackson-core dependency from cli
jan-vcapgemini
added a commit
to jan-vcapgemini/IDEasy
that referenced
this issue
Mar 6, 2025
removed jackson-core dependency from root pom
jan-vcapgemini
added a commit
to jan-vcapgemini/IDEasy
that referenced
this issue
Mar 6, 2025
removed / from aws base url replaced graalvm base url with GITHUB_BASE_URL
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We need to move the url-updater into a new module as introduced in #1017
The text was updated successfully, but these errors were encountered: