Kyle Smith
Kyle Smith
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!    (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 merged
@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...