Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[rcptt-dev] RCPTT does not support AUT running on Java 17
  • From: Martin Slama <martin.slama@xxxxxxxxxxxx>
  • Date: Fri, 18 Aug 2023 11:28:03 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=cloverdx.com; dmarc=pass action=none header.from=cloverdx.com; dkim=pass header.d=cloverdx.com; 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=cbG6NxHC0BXHCApfVYzwbbRtrFbVlj/nERKdii0bQaA=; b=ZHbwblAcGqqCeF0c6CfC414hQ5S8NhZlcrQSK9TOa1zCSQURpHZgW5SvMp+LZI2eRZRmravKJ4C/sb/LQXgjhsNzpa4q0qeFBtuSZryuOzZ/qYgiwIohhOn55LMU7Ing4ntKPgPykDz4/VeX2GOwRmSBswcoNc+01j/9gVazmxC285cWEfTKrdcXl7k2dmN/IlfauaYDMJlQ5wih+/cqralYzQUv2TD2a1N3KJfFDe5o6y+cKNKgEQLatY5Pt4fH4maebILoX4x7PsDa6Qx00CjulhxV1R0Yhvvgd1KCXoLDnhGcnjQVLpce4umdTDy4xWZqULsVn61KrLZv9KRYtA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=VwbkaaOC3fN/VS1TQ0SaxMe0DnEddEsWVCCXxXfi/9fmnIasYoE7gEgy+mGYeTa06AJhmnzQt/rhFWDCSXxEPXDaeEr+uAoW18aMTYe5E2Kq6BSRypaxTAK7YRcp80Rakmc3OvBNs7CZZfGZPJn4WtNzwCOeBu6JJ1BkyEdT4HTFg4zKpZu0EXiejBj0+1Fisn2ms2iU8jfN7QzYrSzWiSmREv24N2yOzwIX1gpUgVXO4ONqjvkz5zTTaf/lG/BD5lRyPw6+WhEiQz7A2nCqQVOVzBR+XB+pyJ4OOgmFeDdfJpPwwU95ZPBj8GaM8IAW55acAFB3m/9Jf5K3o2g13A==
  • Delivered-to: rcptt-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/rcptt-dev/>
  • List-help: <mailto:rcptt-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/rcptt-dev>, <mailto:rcptt-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/rcptt-dev>, <mailto:rcptt-dev-request@eclipse.org?subject=unsubscribe>
  • Msip_labels:
  • Thread-index: AQHZ0ca2BsyaUBSXME6068bwp1+rLw==
  • Thread-topic: RCPTT does not support AUT running on Java 17

Hello,

We'd like to upgrade our product to the latest Eclipse and Java 17, but we cannot do that because RCPTT does not support AUT running on Java 17. Even the newest 2.5.5-nighly version runs into this issue: https://github.com/eclipse/org.eclipse.rcptt/issues/19
I'm currently preparing our product for the upcoming Eclipse release, which requires at least Java 17. RCPTT is currently using AspectJ 1.9.7, which only supports Java versions up to 15/16, making ...
github.com

Start of AUT (using java 17) fails with error:

AspectJ Internal Error: unable to add stackmap attributes. Unsupported class file major version 61
java.lang.IllegalArgumentException: Unsupported class file major version 61
    at aj.org.objectweb.asm.ClassReader.<init>(ClassReader.java:196)
    at aj.org.objectweb.asm.ClassReader.<init>(ClassReader.java:177)
    at aj.org.objectweb.asm.ClassReader.<init>(ClassReader.java:163)
    at org.aspectj.weaver.bcel.asm.StackMapAdder.addStackMaps(StackMapAdder.java:42) 

What's the ETA to fix the issue and support running AUT on Java 17? Is there anything we can do to accelerate delivery of the fix?

Best regards,
 

Martin Sláma
VP of Engineering | CloverDX
+420 776 363 615 | martin.slama@xxxxxxxxxxxx | LinkedIn
Brno, Czech Republic





Back to the top