Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[wb-dev] WindowBuilder 1.15.0 Release
  • From: Patrick Ziegler <ziegler.patrick@xxxxxxxxxx>
  • Date: Wed, 13 Mar 2024 21:46:01 +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=3Kq2+MMZ39MeXeHtQqDtKvU+ml9YOh281aPWtUPO9SY=; b=CbsJx4FZ1Lf5ls7pJzPAeJETNLD7ooactBolyP3GJzibGzSn3PJ81eeSCGtAi7KKvP241qQ3UWvEajMcti0asgMcG41Qkt1Z+BNhsM0zZC/Mj5f25NxEKzNXbAUh5v6j789qKXtoL/Pk9M2snu4ON8syp+BmRDjIJ5lpP4cS80z1BVpPrUTM6Cs9amg6w6JQ7BQOU8HCzyqsWTUmp8DY2LceMzwRFNSmBDF5MJeiqpWDEj/5kJhwC6PprOO21zvxTO4YyWh4Tg69hkGkGEmk2ueLb9jTsrAsVWteI9hucjq5vSeO+vLUMJ34WsLXSPFBXtZFTenhMcYyNEZsUdmLMA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=QFyiHsNiMLP/8RhHlo5opJPYXKU2Ix5DXkjWMVIMLj0YvQTxac4JNLh9yYcDtE08nL+33q98Ub7ALA+1+InavNRM8BXeqBjU/AhDNcsqq6hWtN/g/4OHUlzLICLEx5VjfvWd5ucuCrI7yNarnIZjfITB00cQoTZ2nvvYA3AEON+jgp9LmO5JnmzH+WdkoeTtDETXTAT5Sl/GEApLVhuoaxTfyf3AFYmf9/ICCoKSp28HLUoBLBvQJ9MFXZZoYXPKaA40PzmlMzeFMMOUMmoyWt4SkBkpvRhPXYvoiv4+ywAvsE73NQmcQLTiDAJhhVwD7GmBVpYBWrELaIw5qVGRzg==
  • 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

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



Back to the top