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

The windowbuilder issue (using cglib) can maybe be fixed by using p2 touchpoints?

Can a plugin add stuff to the eclipse.ini by using touchpoints [1]?

[1] https://help.eclipse.org/2021-03/index.jsp?topic=/org.eclipse.platform.doc.isv/guide/p2_actions_touchpoints.html

On Wed, Jun 2, 2021 at 9:23 AM 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