-
Notifications
You must be signed in to change notification settings - Fork 3
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
Updated IDE to latest versions #80
Merged
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
- Updated the product to contain the exact same packages as in RCP from the Eclipse Package Project EPP. Using now 4.31 which is (2024-03) - Update master pom to not include m2e repositories anymore. Seems like they are now integrated into Eclispe RCP - Cleaned up feature project dependencies - Updated parent pom with new links to repositories. setup of the target platforms as well as using latest tycho 4.07 - updated pom for product to correctly build p2 with adoptoium jdk from justj - updated versions in p2.inf files to be correct --- Task #78: Update IDE
- switching to ubuntu 22.04 - trying to setup a jdk 17 --- Task #79: Update GitHub Actions Workflow Versions
- Using standard github action to setup java 17 --- Task #78: Update IDE
- Don't install jdk with os preparation --- Task #78: Update IDE
- using new action to use maven 3.9.6 for the build --- Task #1182: Unpredicted Close behavior on Generic Editor
- Trying to rebuild 2024-02 but with a few changes: -- Set justj to Version 21. Version 17 cannot be found as correct dependency. -- removed Pydev, since there are some issues with the update servers -- switched back to tycho 3.05 as in 2024-03, since tycho 4 had issues on finding files on the file system. --- Task #21: Add functionality to setup correct maven version
- Local p2 is not build anymore. - All dependencies are directly retrieved by the product build --- Task #21: Add functionality to setup correct maven version
- there are issues accessing the pydev servers. --- Task #78: Update IDE
- Setting all actions for github workflow to use the virtual satellite v7-beta2. This should fix the issues with the warnings. --- Task #78: Update IDE
... --- Task #22: Be more easy going with warnings in maven build
- set github checkout action to v4.1.1 - set github setup java action to v4.2.1 - set github deploy artifact to v4.3.1 --- Task #78: Update IDE
- m2 is now cached with setup java --- Task #78: Update IDE
- setting to version 4.0.2 --- Task #78: Update IDE
- Enabled the save always on the p2 caches - m2 caches are now handled by setup java. Therefore the save always is not available. --- Task #78: Update IDE
- adjusted some further cache actions to work on v4.0.2 --- Task #78: Update IDE
- Development is building without issues --- Task #78: Update IDE
dellerDLR
approved these changes
Aug 7, 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.
LGTM!
kain-ap
approved these changes
Aug 7, 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.
Looks fine to me.
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.
Updated to Eclipse 2024-03.
Updated maven build process