From clemens.ballarin at ankordata.de Thu Oct 12 10:15:32 2023 From: clemens.ballarin at ankordata.de (Clemens Ballarin) Date: Thu, 12 Oct 2023 12:15:32 +0200 Subject: JCov and Java 21 Message-ID: I figured that I can build a version of JCov compatible with Java 21 from https://github.com/openjdk/jcov by setting the correct ASM version 9.5. This is nice! What puzzles me is that there haven't been any release tags since 2018. Certainly the current revison is somewhere mid-development and, while it works, isn't really ideal to use. Are you planning a "Java 21" version? Clemens From leonid.kuskov at oracle.com Wed Oct 18 16:56:14 2023 From: leonid.kuskov at oracle.com (Leonid Kuskov) Date: Wed, 18 Oct 2023 16:56:14 +0000 Subject: JCov and Java 21 In-Reply-To: References: Message-ID: Hello, You are correct. Jcov supports all JDK versions, including version 22. You just need to specify the corresponding version of ASM capable of processing the class file version you're working with. Jcov's development is currently ongoing, and I don't have any plans to release a new version until at least January. Best regards, Leonid From: jcov-dev on behalf of Clemens Ballarin Date: Thursday, October 12, 2023 at 3:15 AM To: jcov-dev at openjdk.java.net Subject: JCov and Java 21 I figured that I can build a version of JCov compatible with Java 21 from https://github.com/openjdk/jcov by setting the correct ASM version 9.5. This is nice! What puzzles me is that there haven't been any release tags since 2018. Certainly the current revison is somewhere mid-development and, while it works, isn't really ideal to use. Are you planning a "Java 21" version? Clemens -------------- next part -------------- An HTML attachment was scrubbed... URL: