Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [wb-dev] WindowBuilder 1.15.0 Release
  • From: Patrick Ziegler <ziegler.patrick@xxxxxxxxxx>
  • Date: Thu, 14 Mar 2024 18:16:43 +0100
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=none; dmarc=none; dkim=none; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=SDExzDToH6Ke5brm9fHHOKW3k+zO6yu4UzYtnZDYN7M=; b=EEN25VLmNljDLm8V/0pp8nOPz2/yR10epThzUPM+cLyWHAWaSyPgWt3rk4IMUPYEK8LSy7c5+tbDmixfxhuNvNBwivL+C1DiMr25xCM4uTrpUJI8Yc+tt3k6PcKqwpv6pLd0ZBGXmGTVALwGIV7kShm4U5+ewN6vkMLwHTUcCGShQeZqf3U75x6dF2ztCBZK5QYB2mTKJ0DZEgqF3Cz92jg+NScPC13vYhcEFnoAfMPS6D3dWiw0GjfVyq1+NeLE72Ym0SNqN/Mg4tkJd0GTSLejXckUyHGd2FAdllsZW63kZDfaKoN4j+XeBwLC5ts5Tv86bXekWEjOwp1YLw/xww==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=ZEgMLSQWLAd4GqUaTps56+M30Wvuq9CVUyimIS9xNKaiky5HmidPW9FRnra2tXbMvmICZBbL2KE6Wwfy1yOYXjOSopwZaDC3vwpcCxFVE5oyEnBii7PYqKRmC7J1QG8nJJnF1WY+NbhB/69+w9IQfM4VyLH3TiLDPjSseUWVunV0yDtt3kUy59X7SC+mwzMnyPfmm+gGQ0ei5+Qmxkg+XnFAUdtJKrQ5KIb9zXZWihjLcM/kZ3UiHWYgPS5Zi0/1yiN+Wvx4BCRfdayN0jEU2aFxu9iJSut1o0/nBv3qjMxd61w33RNXrMe8l4oSJGhicsLfI49p1A4N2qlZY7KGAA==
  • Delivered-to: wb-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/wb-dev/>
  • List-help: <mailto:wb-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/wb-dev>, <mailto:wb-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/wb-dev>, <mailto:wb-dev-request@eclipse.org?subject=unsubscribe>
  • User-agent: Mozilla Thunderbird

I just downloaded a fresh Eclipse 2023-12 SDK and installed WindowBuilder 1.15.0, but I wasn't able to reproduce this error.

While looking at the Eclipse UI repository, I noticed that the class you mentioned was moved from org.eclipse.jface.text to org.eclipse.text soon after the 2023-12 release:

https://github.com/eclipse-platform/eclipse.platform.ui/commit/12511650deb08743f057d11f2b319ee303c04d54


It would be interesting to see which versions are installed in your IDE. If one is from the 2023-12 and the other is somehow from the 2024-03 release, then that would certainly explain this weird error. 


Regards,

Patrick


On 14.03.24 08:02, David Garratt via wb-dev wrote:
I was on the same version of Eclipse 20230-12 but rather than just update WindowBuilder I used the Help - Check for Updates option which upgraded both Eclipse and WindowBuilder.

It warned me that the workspace was to be upgraded which is normal for a newer version of Eclipse - but I have not seen any errors myself.

Do you have anything other than WindowBuilder installed in your Eclipse - maybe something which is not currently supported with Eclipse 2024 ?

Dave


On 14 Mar 2024, at 00:09, R Steiger via wb-dev <wb-dev@xxxxxxxxxxx> wrote:

Patrick,

Don't know whether this has been reported, but installing the 2024-03 corrupted my workspace, getting a java.lang.NoClassDefFoundError: org/eclipse/jface/text/rules/FastPartitioner, totally reproducable.  Am on 2023-12, Windows 11.

[Bronx] Cheers,

-rjs

-----Original Message-----
From: wb-dev <wb-dev-bounces@xxxxxxxxxxx> On Behalf Of Patrick Ziegler via wb-dev
Sent: Wednesday, March 13, 2024 1:46 PM
To: wb-dev@xxxxxxxxxxx
Cc: Patrick Ziegler <ziegler.patrick@xxxxxxxxxx>
Subject: [wb-dev] WindowBuilder 1.15.0 Release

Hey everyone,


I'm happy to announce that WindowBuilder 1.15.0 was released without hickups as part of the 2024-03 release and can be consumed from the following repositories:

https://download.eclipse.org/releases/2024-03

https://download.eclipse.org/windowbuilder/updates/release/1.15.0


Highlight of this release is the support for jakarta annotations in the
E4 views, as well as lambda expressions for event listeners.

Furthermore, this is also the first release without dependency to
Digester3 and Guava. Former hasn't been updated in well over a decade and also pulls in nasty transitive dependencies such as Commons-Logging, Commons-Lang and Commons-Collections. Parsing of the wbp component files is instead done via JAXB. Latter has been replaced by Commons-Collections4, given that both libraries provide effectively the same functionality.

Sadly, this is also end of the XWT support. Partially due to increasing incompatibilities with the latest Eclipse releases (like a dependency to javax), as well as a general lack of activity on their repository.


Regards,

Patrick

_______________________________________________
wb-dev mailing list
wb-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/wb-dev
_______________________________________________
wb-dev mailing list
wb-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/wb-dev


_______________________________________________
wb-dev mailing list
wb-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/wb-dev

Back to the top