Add support for Eclipse 2024-03 (4.31.0)
If you try to install the plugin via the marketplace for eclipse 2024-03 (4.31.0), you get the following error:
Cannot complete the install because one or more required items could not be found. Software being installed: GWT Eclipse Plugin 4.0.0.202302020242 (com.gwtplugins.eclipse.suite.v3.feature.feature.group 4.0.0.202302020242) Missing requirement: GWT Eclipse Plugin 4.0.0.202302020242 (com.gwtplugins.gdt.eclipse.suite 4.0.0.202302020242) requires 'osgi.bundle; javax.inject 1.0.0' but it could not be found Cannot satisfy dependency: From: GWT Eclipse Plugin 4.0.0.202302020242 (com.gwtplugins.eclipse.suite.v3.feature.feature.group 4.0.0.202302020242) To: org.eclipse.equinox.p2.iu; com.gwtplugins.gdt.eclipse.suite [4.0.0.202302020242,4.0.0.202302020242]
First workaround which I found is to add javax.inject_1.0.0.v20220405-0441.jar (from Eclipse 4.29) to eclipse /plugins/ directory.
This is repetition of the following chain: #482 #481 #480 #474
Adding the missing bundle is one workaround. The alternative is use of the published repository from the relevant build at https://github.com/gwt-plugins/gwt-eclipse-plugin/actions/runs/7872612432/artifacts/1238411002
This is repetition of the following chain: #482 #481 #480 #474
Adding the missing bundle is one workaround. The alternative is use of the published repository from the relevant build at https://github.com/gwt-plugins/gwt-eclipse-plugin/actions/runs/7872612432/artifacts/1238411002
Hi, your link is now dead. Can you post a working link for this fix?
@warwound the link is not dead, it works for me. You need to login to GitHub first.
I'm logged in, but cannot access the link.
I am afraid the build has expired 👎
I can confirm that copying "javax.inject_1.0.0.v20220405-0441.jar" from Eclipse 2023-09 to "plugins" folder works though.
@protoism (or anyone familiar with this topic) can you please make another build ? preferably one that does not expire.
Also, what is the release plan? at some point this change has to make it to the Eclipse Marketplace.
Still, the issue exists for the latest version of Eclipse version 2023, 2024
Any plans to fix this?
Please update this plugin - it is hard to upgrade Eclipse because of it.
Hi guys, I'm stuck for lack of approvers. But it's a matter of days... This run should be really equivalent to what I plan to release.
https://github.com/gwt-plugins/gwt-eclipse-plugin/actions/runs/10030276701
The repository is here:
https://github.com/gwt-plugins/gwt-eclipse-plugin/actions/runs/10030276701/artifacts/1723519151
Please consider contributing or at least joining as reviewers.
@protoism When do we expect this to be published on Eclipse marketplace?
Help me please, I have this problem when I install GWT in Eclipse
Look at this discussion:
https://github.com/gwt-plugins/gwt-eclipse-plugin/discussions/488
it's an RC1, but it should work (please use the update site)
Please report works / does not work on the RC1 publish discussion.
RC2 will come shortly with:
- Added SDK 2.10.1
- Removed SDK 2.7.0
- Fixed versions
- Removed unneded dependency from sdbg
Closing this ticket as the issue is fixed, although not pushed to the marketplace