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: R Steiger <rsteiger@xxxxxxxxxxxxxxxx>
  • Date: Thu, 14 Mar 2024 00:09:23 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=ensemblesoft.net; dmarc=pass action=none header.from=ensemblesoft.net; dkim=pass header.d=ensemblesoft.net; 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=baLcWqDwLpy2nUevDoFDtv2D+tviIHM4D4xqvuqDIzg=; b=cNZudHjyZAvnS5xTOZb9jDN45zz+qhx8fZZUau76r2NxwRGXjmjgL9UVT3m0HSY9RoPn6+Uh+0xqg//wV0uCet5npTSdQHM7F4AuXt2BdQuCp4Geq19ixV/611Ym1KeNvb29QF/STlFz70MY10Z4nzVGShNwv5MvnnsZbFUc5VuCXpFo4Wff63N4B0HU/yGUfrPX6GFlkagzt6fmJp09QvG/2S0p/E8ptPsIp+Ljb1hLAKWZSuWCKtHNuj81mAQz8Dnr/7CESuJlosTanswdat55xAcNNkdYY4Byg5r/zUjXezI/3Qf3V91UlTFNPOl/W7cV0E1euC449cXngbA5zA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=myDrOPBP9NWy0/45SiPokew+31YfsoFpAC/kPGIl4GcZmSG3gPATuEuVF4R19aSNHkqjfMUkv0MhW9/n5IdaaAVUV5RdZcFZnGjvhjO/+sqIp8mvMe0b9hy6Dh/h3YBxKAKQSlf9BkIldw3YjPD0aneqC3P8fFyRY/qLyk3LrfU35hZ2c0XwMhZCCarsM6Qaf11NGtQdP/dGq++cwiwf5nWwOv/0jZrx2JryOXEVF9I2IlXXivAuxc8DSFTz3bqwqCOBsvT8fVc99CHjdtZeoDLza1oFxQUl1xmCpYK35rcX9VDmK9uQZSnFPKS7Euq5f9PANZOAUgenE0n30UK9Ig==
  • 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>
  • Thread-index: AQHadYeA7DO78IR5VU2poDe6bUP5/7E2XAtw
  • Thread-topic: [wb-dev] WindowBuilder 1.15.0 Release

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


Back to the top