STS 4.1.2 breaks Eclipse 4.10 Mylyn
See original GitHub issueSTS 4.1.2 breaks Eclipse 4.10 Mylyn local task creation!
Either
- install full STS 4.1.2 and then add Mylyn via Eclipse Marketplace or the p2, or
- install Eclipse 4.10 JEE (Mylyn included) and add STS 4.1.2 via Eclipse Marketplace
Observe:
- New Local Mylyn Task doesn’t save any info, e.g. a new task name, etc.
Workaround (also problematic):
- Install Eclipse 4.10 JEE (Mylyn included) and add STS 4.1.2 via
https://download.springsource.com/release/TOOLS/sts4/update/e4.10/
Observe:
- Mylyn Local Task creation is ok
- Eclipse Check for Updates gives the following error:
Unable to read repository at https://download.springsource.com/release/TOOLS/sts4/update/e4.10/compositeContent.xml.
peer not authenticated
This is a huge blocker! Please fix! Thank you!
Issue Analytics
- State:
- Created 5 years ago
- Comments:8 (4 by maintainers)
Top Results From Across the Web
4.10 - Eclipse Project Downloads
Eclipse 4.10.0 Release Build: 4.10. This page provides access to the various deliverables of Eclipse Platform build along with its logs and tests....
Read more >SonarLint not found in Eclipse after install - Sonar Community
I have installed/uninstalled/reinstalled several times to no avail. Running Eclipse 4.10 (2018-12) using OpenJDK 11.0.1+9 on MacOS 10.13.6.
Read more >Spring Tools 4.10.0 released
Dear Spring Community,. I am happy to announce the 4.10.0 release of the Spring Tools 4 for Eclipse, Visual Studio Code, and Theia....
Read more >第三方软件和许可证 - JetBrains
软件 授权许可 版本
org.springframework:spring‑support Apache License, Version 2.0 4.3.28.RELEAS...
com.github.ben‑manes.caffeine:caffeine The Apache License, Version 2.0 2.4.0
cglib:cglib‑nodep The Apache License, Version 2.0 2.1_3
Read more >Github Issues As Tasks In Mylyn Push Task Works Pull Issues ...
STS 4.1.2 breaks Eclipse 4.10 Mylyn local task creation! Either install full STS 4.1.2 and then add Mylyn via Eclipse Marketplace or the...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Ok, you are completely right, I can reproduce that behavior. My bad, tested not enough and not looked at the right things before. The easiest and fastest way to fix this right within your environment is to install a fixed version of the LSP4E component (the one that got the fix). You can do that via
Install New Softwareand use this p2 repo URL:https://download.eclipse.org/lsp4e/snapshots/
Then select the component
Language Server Protocol client for Eclipse IDE (Incubation)(it should show up as version 0.9.0.something). Select that component and press install. The dialog will tell you that instead of an install it will perform an update since you have that component already installed - which is absolutely correct. Continue, install, and restart. After that, the Mylyn integration should work again just fine.Hope this helps!
My pleasure! And thank you for your hard work!
I think for those who want to stay with the release version, the initially provided workaround should be fine, given the STS url is disabled till the next STS release.
Sincerely, David