OpenJDK package - JTREG 7.1

2023-03-01 Thread Vladimir Petko
Dear Maintainers, In order to regression test OpenJDK 20 onwards JTREG 7.1 is required [1]. It is already used by the Eclipse Adoptium project [2] to test OpenJDK 20. We still need jtreg6 and jtreg packages for older versions of OpenJDK. I was wondering if it would be acceptable for me to file an

Re: OpenJDK package - JTREG 7.1

2023-03-01 Thread Thorsten Glaser
On Thu, 2 Mar 2023, Vladimir Petko wrote: >OpenJDK 20. We still need jtreg6 and jtreg packages for older >versions of OpenJDK. openjdk-8 was switched to jtreg6 recently. See if doko will follow for 11. >I was wondering if it would be acceptable for me >to file an intent to package proposal for

Re: OpenJDK package - JTREG 7.1

2023-03-01 Thread Vladimir Petko
Hi, Unfortunately jtreg6 is required. 6.1 is used by OpenJDK 17 and 6.1.1 is used by OpenJDK 18 and 19. Java 17 is going to be supported until 2030[1] and Java 21 is going to be supported until 2028 [2], so both packages are warranted. Best Regards, Vladimir. [1] https://javaalmanac.io/jdk/17

Re: OpenJDK package - JTREG 7.1

2023-03-01 Thread Thorsten Glaser
On Thu, 2 Mar 2023, Vladimir Petko wrote: > Unfortunately jtreg6 is required. 6.1 is used by OpenJDK 17 and 6.1.1 I only see an “is used by” there, not a “requires this but cannot work with a newer version”. Upper bounds are often much more flexible, see openjdk-8 using jtreg6 now for example ☻