Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cross-project-issues-dev] IMHO serious issues in the Eclipse Java IDE 2021-06 M3

It looks like the Maven issue is caused by conflicting SLF4J API versions in the installation.

The problematic SLF4J API version is brought into the build by the Eclipse project.
https://git.eclipse.org/c/platform/eclipse.platform.releng.aggregator.git/tree/eclipse.platform.releng.prereqs.sdk/eclipse-sdk-prereqs.target

-Gunnar


-- 
Gunnar Wagenknecht
gunnar@xxxxxxxxxxxxxxx, http://guw.io/


> On Jun 2, 2021, at 09:23, Holger Voormann <eclipse@xxxxxxxxxxx> wrote:
> 
> Hi all,
> 
> IMHO the following two issues of the Eclipse Java IDE 2021-06 M3 are serious, since they probably affect many and since there are no known workarounds for them:
> 
> 1. Empty Maven console
> https://github.com/eclipse-m2e/m2e-core/issues/182
> 
> 2. Creating of a Gradle project via the "New Gradle Project" dialog is broken:
> https://github.com/eclipse/buildship/issues/1077
> 
> 
> In contrast, the following two issues, which I guess will also affect many, are not serious from my point of view, since workarounds are known:
> 
> 3.
> [JEE] .js files opened by default in the Text Editor instead of in the Generic Text Editor
> Workaround: right-click a .js file + "Open With > Other...", select "Generic Text Editor" and choose "Use it for all '.js' files"
> https://eclip.se/573902
> 
> 4.
> WindowBuilder does not work with Java 16
> Workaround: in "eclipse.ini" add the line "--illegal-access=permit"
> https://eclip.se/572210
> 
> 
> It would be great when these issues could be fixed for the 2021-06 release.
> 
> 
> Thanks,
> 
> Holger
> _______________________________________________
> cross-project-issues-dev mailing list
> cross-project-issues-dev@xxxxxxxxxxx
> To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/cross-project-issues-dev



Back to the top