Re: [cross-project-issues-dev] Windowbuilder issue

2021-06-07 Thread Wim Jongman
Noted. Thanks.

On Sun, Jun 6, 2021 at 11:10 AM Lorenzo Bettini 
wrote:

> Wouldn't something like
>
> --add-opens java.base/java.lang=ALL-UNNAMED
>
> be even better? From what I understand this will not be banned..
>
>
> Il Ven 4 Giu 2021, 17:07 Wim Jongman  ha scritto:
>
>> Hi Ed,
>>
>> Bedankt! This gives us some time until illegal access is permanently
>> banned.
>>
>> I've updated the WB aggrcon file here:
>>
>> https://git.eclipse.org/r/c/simrel/org.eclipse.simrel.build/+/180996
>>
>> Cheers,
>>
>> Wim
>>
>>
>> On Fri, Jun 4, 2021 at 5:01 PM Ed Merks  wrote:
>>
>>> Wim,
>>>
>>> RC2 is next week, so I don't think there is some rule that you can't
>>> contribute this.  Also, I think Window Builder is a "leaf project" so such
>>> changes don't impact "downstream" projects...
>>>
>>> Note that I've enhanced the installer so that when I make Java 16.0.1
>>> available as a JRE choice, installing it will also add
>>> "--illegal-access=permit" (if it is not already present).  I've been
>>> holding off updating the org.eclipse.jres.setup resource to include Java 16
>>>
>>> http://download.eclipse.org/justj/jres/16/updates/release/16.0.1
>>>
>>> because the old installer is not able to add such an option and I'm
>>> concerned that people installing 2021-03 currently could easily choose Java
>>> 16.0.1 and could end up with who knows what problems so I'll hold off until
>>> just before the release 2021-06 release.
>>>
>>> Regards,
>>> Ed
>>>
>>> On 04.06.2021 16:40, Wim Jongman wrote:
>>>
>>> Hi,
>>>
>>> Holger has made a workaround for the WB issue and I have just released
>>> 1.9.7 can we add this new version to simrel before the release?
>>>
>>> Cheers,
>>>
>>> Wim
>>>
>>>
>>>
>>> ___
>>> cross-project-issues-dev mailing listcross-project-issues-...@eclipse.org
>>> 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@eclipse.org
>>> 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@eclipse.org
>> 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@eclipse.org
> 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@eclipse.org
To unsubscribe from this list, visit 
https://www.eclipse.org/mailman/listinfo/cross-project-issues-dev


Re: [cross-project-issues-dev] Windowbuilder issue

2021-06-06 Thread Lorenzo Bettini
Wouldn't something like

--add-opens java.base/java.lang=ALL-UNNAMED

be even better? From what I understand this will not be banned..


Il Ven 4 Giu 2021, 17:07 Wim Jongman  ha scritto:

> Hi Ed,
>
> Bedankt! This gives us some time until illegal access is permanently
> banned.
>
> I've updated the WB aggrcon file here:
>
> https://git.eclipse.org/r/c/simrel/org.eclipse.simrel.build/+/180996
>
> Cheers,
>
> Wim
>
>
> On Fri, Jun 4, 2021 at 5:01 PM Ed Merks  wrote:
>
>> Wim,
>>
>> RC2 is next week, so I don't think there is some rule that you can't
>> contribute this.  Also, I think Window Builder is a "leaf project" so such
>> changes don't impact "downstream" projects...
>>
>> Note that I've enhanced the installer so that when I make Java 16.0.1
>> available as a JRE choice, installing it will also add
>> "--illegal-access=permit" (if it is not already present).  I've been
>> holding off updating the org.eclipse.jres.setup resource to include Java 16
>>
>> http://download.eclipse.org/justj/jres/16/updates/release/16.0.1
>>
>> because the old installer is not able to add such an option and I'm
>> concerned that people installing 2021-03 currently could easily choose Java
>> 16.0.1 and could end up with who knows what problems so I'll hold off until
>> just before the release 2021-06 release.
>>
>> Regards,
>> Ed
>>
>> On 04.06.2021 16:40, Wim Jongman wrote:
>>
>> Hi,
>>
>> Holger has made a workaround for the WB issue and I have just released
>> 1.9.7 can we add this new version to simrel before the release?
>>
>> Cheers,
>>
>> Wim
>>
>>
>>
>> ___
>> cross-project-issues-dev mailing listcross-project-issues-...@eclipse.org
>> 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@eclipse.org
>> 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@eclipse.org
> 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@eclipse.org
To unsubscribe from this list, visit 
https://www.eclipse.org/mailman/listinfo/cross-project-issues-dev


Re: [cross-project-issues-dev] Windowbuilder issue

2021-06-04 Thread Wim Jongman
Hi Ed,

Bedankt! This gives us some time until illegal access is permanently banned.

I've updated the WB aggrcon file here:

https://git.eclipse.org/r/c/simrel/org.eclipse.simrel.build/+/180996

Cheers,

Wim


On Fri, Jun 4, 2021 at 5:01 PM Ed Merks  wrote:

> Wim,
>
> RC2 is next week, so I don't think there is some rule that you can't
> contribute this.  Also, I think Window Builder is a "leaf project" so such
> changes don't impact "downstream" projects...
>
> Note that I've enhanced the installer so that when I make Java 16.0.1
> available as a JRE choice, installing it will also add
> "--illegal-access=permit" (if it is not already present).  I've been
> holding off updating the org.eclipse.jres.setup resource to include Java 16
>
> http://download.eclipse.org/justj/jres/16/updates/release/16.0.1
>
> because the old installer is not able to add such an option and I'm
> concerned that people installing 2021-03 currently could easily choose Java
> 16.0.1 and could end up with who knows what problems so I'll hold off until
> just before the release 2021-06 release.
>
> Regards,
> Ed
>
> On 04.06.2021 16:40, Wim Jongman wrote:
>
> Hi,
>
> Holger has made a workaround for the WB issue and I have just released
> 1.9.7 can we add this new version to simrel before the release?
>
> Cheers,
>
> Wim
>
>
>
> ___
> cross-project-issues-dev mailing listcross-project-issues-...@eclipse.org
> 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@eclipse.org
> 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@eclipse.org
To unsubscribe from this list, visit 
https://www.eclipse.org/mailman/listinfo/cross-project-issues-dev


Re: [cross-project-issues-dev] Windowbuilder issue

2021-06-04 Thread Ed Merks

Wim,

RC2 is next week, so I don't think there is some rule that you can't 
contribute this.  Also, I think Window Builder is a "leaf project" so 
such changes don't impact "downstream" projects...


Note that I've enhanced the installer so that when I make Java 16.0.1 
available as a JRE choice, installing it will also add 
"--illegal-access=permit" (if it is not already present).  I've been 
holding off updating the org.eclipse.jres.setup resource to include Java 16


http://download.eclipse.org/justj/jres/16/updates/release/16.0.1

because the old installer is not able to add such an option and I'm 
concerned that people installing 2021-03 currently could easily choose 
Java 16.0.1 and could end up with who knows what problems so I'll hold 
off until just before the release 2021-06 release.


Regards,
Ed


On 04.06.2021 16:40, Wim Jongman wrote:

Hi,

Holger has made a workaround for the WB issue and I have just released 
1.9.7 can we add this new version to simrel before the release?


Cheers,

Wim



___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
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@eclipse.org
To unsubscribe from this list, visit 
https://www.eclipse.org/mailman/listinfo/cross-project-issues-dev


[cross-project-issues-dev] Windowbuilder issue

2021-06-04 Thread Wim Jongman
Hi,

Holger has made a workaround for the WB issue and I have just released
1.9.7 can we add this new version to simrel before the release?

Cheers,

Wim
___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
To unsubscribe from this list, visit 
https://www.eclipse.org/mailman/listinfo/cross-project-issues-dev