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

I am not sure whether we should do it or not but this can be achieved by adding this line to .product files like https://git.eclipse.org/c/epp/org.eclipse.epp.packages.git/tree/packages/org.eclipse.epp.package.cpp.product/epp.product#n28

 

SDK completed their RC2 work and in quiet period now. So unless it is absolutely necessary I would prefer not to do a RC2a.

 

Thanks

Sravan

 

From: Jonah Graham <jonah@xxxxxxxxxxxxxxxx>
Sent: 03 June 2021 22:39
To: Cross project issues <cross-project-issues-dev@xxxxxxxxxxx>
Subject: [EXTERNAL] Re: [cross-project-issues-dev] IMHO serious issues in the Eclipse Java IDE 2021-06 M3

 

Hi Wim/all,

 

Can the --illegal-access=permit be simply added to all eclipse.ini files by default (by EPP and/or SDK)? This would be similar to how Java 8 -> Java 9 transition was handled with --add-modules=ALL-SYSTEM?

 

Thanks

Jonah

 

 

~~~
Jonah Graham
Kichwa Coders
www.kichwacoders.com

 

 

On Thu, 3 Jun 2021 at 05:05, Wim Jongman <wim.jongman@xxxxxxxxx> wrote:

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]?

 

 

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

_______________________________________________
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