Re: Updating source/target level for Java 21 compatibility to 8

2023-09-25 Thread Emmanuel Bourg
Le 2023-09-25 04:17, Vladimir Petko a écrit : I have prepared a script[1] to report the obvious failures here[2]. I wonder if I should send a mass bug filing email to debian-devel mailing list before running it? Best Regards, Vladimir. [1] https://git.launchpad.net/~vpa1977/+git/default-java

Re: Updating source/target level for Java 21 compatibility to 8

2023-09-24 Thread Vladimir Petko
Hi, I have prepared a script[1] to report the obvious failures here[2]. I wonder if I should send a mass bug filing email to debian-devel mailing list before running it? Best Regards, Vladimir. [1] https://git.launchpad.net/~vpa1977/+git/default-java21/tree/report-all.sh?h=main [2] https://git

Re: Updating source/target level for Java 21 compatibility to 8

2023-09-14 Thread Vladimir Petko
Hi, >For the previous Java migrations I started with a mass rebuild and then filling a bug report for each broken package. Thank you!!! I will follow the suite then - in addition to hardcoded targets, there are about 93 packages with various compile errors including javadoc issues. >Interesting i

Re: Updating source/target level for Java 21 compatibility to 8

2023-09-14 Thread Emmanuel Bourg
Le 2023-09-14 01:03, Vladimir Petko a écrit : Java 21 removes source/target compatibility level 7. Some packages (80 in total as per the attached list) have it specified in rules or Makefiles. I was wondering if it is okay to raise a single bug to update them and submit the changes as pull reque

Updating source/target level for Java 21 compatibility to 8

2023-09-13 Thread Vladimir Petko
Hi, Java 21 removes source/target compatibility level 7. Some packages (80 in total as per the attached list) have it specified in rules or Makefiles. I was wondering if it is okay to raise a single bug to update them and submit the changes as pull requests on Salsa. Also, we could add a DEB_ var