Skip to content

[WIP] Bump to eclipse 2025 03#414

Merged
AlexisDrogoul merged 22 commits into
2024-06from
bump-to-Eclipse-2025-03
Mar 15, 2025
Merged

[WIP] Bump to eclipse 2025 03#414
AlexisDrogoul merged 22 commits into
2024-06from
bump-to-Eclipse-2025-03

Conversation

@RoiArthurB
Copy link
Copy Markdown
Contributor

Nothing fancy update upgrading from Eclipse 2024-06 to early 2025-03. I also fixed some compilation errors (see commit for each issue) and some stuff for GHA and latest Tycho features.

Please try it and report if any issue.

The build is still made on JDK 21, but might upgrade it too to non-LTS 23 to fix a MacOS issue

This change eliminates one layer of threading (the view update thread), which does not appear to be necessary as both OpenGL and Java2D views use another thread to paint or animate their contents (they are not SWT components)
Also bumps the required version to 23
Otherwise I would get obscure compilation errors ... strange. Maybe is it a consequence of me using the RC1 ?
@AlexisDrogoul
Copy link
Copy Markdown
Member

I think we need, as soon as 2025-03 is official (see https://eclipseide.org) to:

  1. bump the JDK to 23 to fix Problem with fullscreen last release version #412
  2. correct the documentation to indicate the new working environment: https://github.com/gama-platform/gama.old/wiki/InstallingGitVersion
  3. Merge this PR

I'm already working in 2025-03 / JDK 23 w/o issues (other than the occasional error introduced by JDT compilation default rules changing).

@AlexisDrogoul
Copy link
Copy Markdown
Member

🛑 STOP 🛑

I have uncovered an issue with the XText version shipped with 2025-03 RC1. See eclipse-xtext/xtext@2f2fe5d#commitcomment-153272813

In addition to this comment, I will also post an issue, to make sure it can be fixed before they roll out the projects... But so far, most of the editor is not really usable with this version of XText.

@AlexisDrogoul
Copy link
Copy Markdown
Member

I've managed, with the help of the XText developers, to workaround this issue. So far so good !

@AlexisDrogoul AlexisDrogoul marked this pull request as ready for review March 15, 2025 01:04
@AlexisDrogoul AlexisDrogoul removed the request for review from lesquoyb March 15, 2025 02:41
Copy link
Copy Markdown
Member

@AlexisDrogoul AlexisDrogoul left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Compilation and execution work very well on macOS

@AlexisDrogoul AlexisDrogoul merged commit 094e2e7 into 2024-06 Mar 15, 2025
@AlexisDrogoul AlexisDrogoul deleted the bump-to-Eclipse-2025-03 branch March 15, 2025 02:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Problem with fullscreen last release version

2 participants