Kyle Smith

Results 13 comments of Kyle Smith
trafficstars

Updated to Sonoma 14.1 this morning and the issue is not fixed (but the "NewApplication" menu bar is).

@Phillipus thank you for the very quick fix! With the nightly build it seems to be fixed. Looks much more normal now! ![normal](https://github.com/eclipse/gef-classic/assets/136501322/3b2f2cfa-f6c5-4432-8868-c0228287f196) ![add](https://github.com/eclipse/gef-classic/assets/136501322/f43c7ed4-e085-4b8b-8493-d9721dcc9d4b) ![plug](https://github.com/eclipse/gef-classic/assets/136501322/c35a7f60-1852-4c6a-ae46-7a94e781f37a) (is it just me or...

@azoitl this is resolved now yes? Unless those changes didn't make it in? Note that I haven't specifically tested it, although I haven't noticed them being huge. cc @Phillipus

Any way to make this un-stale? It's been over a week ;)

Note sure if the same issue, but there seems to be an issue when upgrading to 14.6 reported here: https://github.com/eclipse-platform/eclipse.platform.swt/issues/1398. See if there is a system service with the same...

@ifurnadjiev sorry about that, should be all set now.

Thanks all for the feedback. Updated to remove "new".

@jfarcand The new Import-Package version range is not valid and causes a failure when building with Tycho: ``` Caused by: java.lang.IllegalArgumentException: invalid range "[5.0,]": invalid format at org.osgi.framework.VersionRange. (VersionRange.java:173) at...

@jfarcand what is the desired version range? Are we accepting servlet 6 as well? Basically two main options: 1. Accept the range `[5.0, 6.0)`, meaning servlet 5 up to (but...